Token List API
GET Supported chains
GET
https://dev-api.thorswap.net/tokenlist/utils/chains
Returns a flat array of supported blockchain names
Chains with details
GET
https://dev-api.thorswap.net/tokenlist/utils/chains/details
Returns a detailed array of supported chains
List supported currencies
GET
https://dev-api.thorswap.net/tokenlist/utils/currencies
Returns a flat array of supported currencies.
Query Parameters
categories
String | String[]
Asset categories to filter by. Options: all, avax-erc20s, eth-erc20s, thorchain-all, thorchain-coins, thorchain-tokens, thorchain-stables
List supported currencies with details
GET
https://dev-api.thorswap.net/tokenlist/utils/currencies/details
Query Parameters
categories
String | String []
Asset categories to filter by. Options: all, avax-erc20s, eth-erc20s, thorchain-all, thorchain-coins, thorchain-tokens, thorchain-stables
Last updated