GET
/
chains
/
{chainName}
/
tokens
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/chains/{chainName}/tokens \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "Shiba Inu",
    "symbol": "SHIB",
    "tokenAddresses": [
      {
        "networkId": 1,
        "contractAddress": "0xbF394748301603f18d953C90F0b087CBEC0E1834"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chainName
enum<string>
required

Shortened chain name

Available options:
ETH,
EVM,
FLOW,
SOL,
ALGO,
STARK,
COSMOS

Query Parameters

networkId
number

Response

200
application/json
Get all tokens for chain
name
string
required

Name of the token

symbol
string
required

Symbol of the token

tokenAddresses
object[]
required

Array of different contract addresses dependent to networkId