get https://api.tokeninsight.com/api/v1/exchanges/list
Retrieve exchanges list
🪣 Call credit usage for this endpoint: 1 credit per 300 data points
Use offset
and limit
to decide the number of items (in this case, the number of exchanges) that will be returned.
For example, set offset
as 0
, and limit
as 20
, then you will get the top 20 exchanges data based on exchanges' ranking on https://tokeninsight.com/en/exchanges.
Set offset
as 10
, and limit as 10
, then you will get 10 exchanges data from No.11 to No.20 based on exchanges' ranking on https://tokeninsight.com/en/exchanges.
variables | type | description |
---|---|---|
exchange_name | string | exchange name |
exid | string | A unique ID to identify different exchanges. |
website | string | exchange official website |
string | exchange the official Twitter link | |
fees_link | string | exchange fees link |
launched | string | exchange launch date |
centralized | bool | centralized or decentralized |
support_spot | bool | support spot |
support_derivatives | bool | support Derivatives |
rating_spot | float | exchange rating of the spot market |
rating_spot_date | int | Spot rating time |
rating_derivatives | float | exchange rating of the derivatives market |
rating_derivatives_date | int | Derivatives Rating Time |
vol_spot_24h | float | Spot market trading volume in the last 24 hours |
vol_derivatives_24h | float | derivatives market trading volume in the last 24 hours |
open_interest | float | Open interest |