Getting Token Information
Retrieve information about a Token.
The complete API documentation for our /token
endpoint can be found here.
To retrieve information about a token include the chain's id or key (for example POL
) and the token's address or symbol (for example DAI
) in the query parameters.
The chain's id or key can be retrieved by querying our /chains endpoint.
The result for a request with chain: 'POL'
and token: 'DAI'
will look like the following:
Last updated