Skip to main content
POST
get_token_info

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • The EVM example is a token metadata array. tokenName, symbol, tokenType, and contractAddress identify the token; divisor gives its decimals.
  • Numeric values can be strings. Supply units can vary; check the decimals before displaying a raw supply.
  • Solana and Tron return objects with their native metadata fields plus network and contract_address. Do not assume the EVM array shape applies to those networks.

Authorizations

Authorization
string
header
required

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

Body

application/json
contract_address
string
required

Exact contract address on the selected network.

network
string
default:ethereum

Network to query, for example ethereum. See Supported Networks for coverage.

Response

Token metadata (name, symbol, supply, decimals, basic profile) for a contract. 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.

The response is of type object.