Comment on page
/chain
Returns all the tokens supported by Socket on specified chain
/v2/token-lists/chain
How this endpoint is to be used :
get
https://api.socket.tech
/v2/token-lists/chain
Returns list of all supported tokens on specified chain
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