Skip to main content
POST
resolve_token_symbol

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • addresses maps supported networks to the resolved token addresses. token_name and logo_url provide display metadata when available.
  • No match returns {"status":"no_data","symbol":"EXM"}. Symbols are not unique identifiers; verify the returned contract before querying other tools.

Authorizations

Authorization
string
header
required

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

Body

application/json
symbol
string
required

Token ticker to resolve, for example USDC. Check the returned network and address before analysis.

Response

Resolve a token symbol/name to contract addresses across networks.

Use this first when you only have a symbol (e.g. "USDC") and need an address to pass to the token tools. Returns {symbol, addresses:{network: address}, token_name, logo_url}. Fields vary by network and available data. Check for status: no_data, status: error, or an error field even when HTTP status is 200. See Errors & status.

Response fields depend on the network and available data. The example shows selected fields; see Reading the result for details.