Tokens
Retrieve ERC-20 token metadata
Partner-gated public-ish chain data. Requires a partner assertion with scope: read (X-Partner-Assertion). A user Bearer JWT alone is not sufficient.
get/tokens/{address}
Query parameters
chainIdinteger
The chain to operate on (a single value). Omit to use the aggregator default (the request's JWT aud chain, then the gateway default).
Response
Token metadata (found: false if unknown).
Example response
{
"address": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"chainId": 11155111
}Changes
Changed in 1 of the 16 revisions of this API.1
- ○
the endpoint scheme security
partnerAssertionwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○