Author

Topic: what is api and how to use it (Read 87 times)

legendary
Activity: 2450
Merit: 4415
🔐BitcoinMessage.Tools🔑
March 06, 2023, 07:58:45 AM
#5
Many times on exchanges i seen that api api and i searched on web about api
i really wanted this kind of small app like feature but i don't able to understand and run it
can anyone please tell what is api and how to use it , like order books , and many other site's api
like exchanges , long vs shorts, live orders ,
it will help to save time and space
API is a convenient way for your application or service to interact with other application or service. It is fairly simple because you don't need to know how other application works on a low level, what language it is written in or how it handles incoming requests. You make requests to provided API endpoints, get some data in response and use this data in your application. Before making a request, however, you need to obtain a special API key from a service you are trying to connect to so that it knows that request is authorized and not coming from random source. If you are interested in using API of particular platform, you should consult its API documentation in which you will find how to find endpoints and how to create correct requests.
full member
Activity: 448
Merit: 223
March 06, 2023, 07:15:17 AM
#4
API means application programming interface.

What API are you trying to use? If you provide a link we can help you communicate with it because every api is different and they usually have documentation showing you how to use it.


this api:https://binance-docs.github.io/apidocs/spot/en/#market-data-endpoints
jr. member
Activity: 31
Merit: 17
March 06, 2023, 06:33:41 AM
#3
Many times on exchanges i seen that api api and i searched on web about api
i really wanted this kind of small app like feature but i don't able to understand and run it
can anyone please tell what is api and how to use it , like order books , and many other site's api
like exchanges , long vs shorts, live orders ,
it will help to save time and space

Api is really cool, I can only tell you my limited experience...
There is much more to is,

anyways, it's a way to get info from a website... and then use the info on your own site,
so for example:
on your website you add in some simple 'get' code that references and api

let's say you want to have on your page, the current price of Bitcoin,
you could incorporate Coingeckos api data, which allows you to have their regularly updating data of the price of bitcoin, to update right on your site
sr. member
Activity: 467
Merit: 578
March 06, 2023, 06:29:58 AM
#2
API means application programming interface.

What API are you trying to use? If you provide a link we can help you communicate with it because every api is different and they usually have documentation showing you how to use it.
full member
Activity: 448
Merit: 223
March 06, 2023, 05:55:23 AM
#1
Many times on exchanges i seen that api api and i searched on web about api
i really wanted this kind of small app like feature but i don't able to understand and run it
can anyone please tell what is api and how to use it , like order books , and many other site's api
like exchanges , long vs shorts, live orders ,
it will help to save time and space
Jump to: