Comment on page
/all
/v2/token-lists/all
How this endpoint is to be used :
- Returns a list of all tokens across all chains supported by Socket
get
https://api.socket.tech
/v2/token-lists/all
Returns all tokens supported by Socket on all chains
API-KEY needs to be passed in the headers while making the
GET
requestParameter | Description |
---|---|
success | Indicates successful response from endpoint, as intended. |
name | Name of token |
address | Contract address of token |
chainId | ID of chain, for e.g : Ethereum = 1 |
decimals | Decimals for amount supported by a given token |
symbol | Symbol of token |
tokenURI | URL to icon of token |
TEST QUERY :
Last modified 1yr ago