UnifyAPI
← Back to catalog

crypto.token_by_address

mock data$0.001 / call

Token by Address

Get token info by contract address

Cryptoprovider: Crypto#crypto#crypto

Input schema

network

Blockchain network to query (e.g. ethereum, bsc, polygon, solana)

string
contract_addressrequired

Token contract address (e.g. 0x...)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/crypto.token_by_address \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"network":"<network>","contract_address":"<contract_address>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.