Get available tokens
Learn how to list available tokens
Description
Sentry supports hundred of tokens. To list available tokens, search for specific tokens and get data on this tokens, the following route can be used.
Endpoint
GET https://sentry.aleno.ai/tokens
Query parameters
Name
required
Type
Description
chainId
required
string
ID of target chain
addresses
optional
string list
Target token addresses (should be in lower case). If provided, only tokens matching the target token addresses will be returned. If not provided, all available tokens will be returned.
To get all tokens, simply remove the query parameter: GET /users
Payload
No payload.
CURL example
Result
Returns list of Token objects supported on Sentry.
Last updated