← Back to catalog
crypto.token_by_address
mock data$0.001 / callToken by Address
Get token info by contract address
Input schema
network
stringBlockchain network to query (e.g. ethereum, bsc, polygon, solana)
contract_addressrequired
stringToken contract address (e.g. 0x...)
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>"}'