Get TokensAsk AIget https://svc.blockdaemon.com/pricing/v1/allowed_tokens/{chain_id}List tokens available for pricing on a specific chain.Path Paramschain_idstringrequiredA unique numeric identifier for each network. For example, eip155:1 for Ethereum (ETH) and eip155:137 for Polygon (MATIC). Refer to ChainList.org for a list of EVM networks.Query Paramssymbolsarray of stringsList of token symbols to filter the response.symbolsADD stringaddressesarray of stringsAn array of token addresses you want pricing data for. The 0x0000000000000000000000000000000000000000 address represents the native coin on the given chain, ETH on Ethereum Mainnet or MATIC on Polygon Mainnet.addressesADD stringResponses 200OK 401Invalid or expired token 429Rate limit exceeded 500An internal server error happened 503The resource you are trying to access is currently unavailableUpdated 5 days ago