Rest API Documentation




Token List

Returns the list of all available tokens for which SupraFin has a score. There is an option to specify the type of token, in which case, it returns the list of all tokens for the “type” of token specified.


In general, to use the API call on your browser:
* If there are no query parameters, append ?api_key=YourApiKey at the end of your request URL
* If there are query parameters, append &api_key=YourApiKey at the end of your request URL.
Make sure you replace YourApiKey with your API key.



type
string
optional

Comma separated list of types: stablecoin, exchange, utility, defi, nft. If not specified, the whole list of tokens is returned
Example: type=exchange

response
int

Indicates whether the call succeeded (200) or generated an error (error code)

message
string

Provides details on the error if applicable

data
array

Array of objects for the tokens. Each object has these components:

symbolstring
The symbol of the token (e.g., BTC)
namestring
The name of the token (e.g., Bitcoin)
typestring
The type of the token (e.g., exchange)

Response