Search
K
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 :
  • Returns all the tokens supported by Socket on specified chain
  • Depending on Single/Multi Tx bridging, routes may not be available for some tokens if specified chainId is the destination chain
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 request

Description of response parameters

Parameter
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