List Supported Tokens with Metadata
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
chainID
string
^[-a-z0-9]{3,8}:[-_a-zA-Z0-9]{1,32}$
The CAIP-2 identifier for a blockchain. Find more here.
tokenAddress
string
The address of an token contract to query. If omitted, all supported tokens will be queried.
tokenSymbol
string
^[A-Za-z0-9]{1,10}$
The symbol of an token contract.
tagLimit
array of strings
A list of token tag identifiers to include in the query.
tagLimit ADD string
``200 Successful response containing a list of tokens with their metadata, such as name, symbol, decimals, logo URI, tags, and associated chains.
``default An error occurred - get tokens.
Updated2 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request GET \
--url https://svc.blockdaemon.com/tokens/v1 \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200default
Updated2 months ago