Get available tokens
Learn how to list available tokens
Last updated
Learn how to list available tokens
Last updated
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.
GET https://sentry.aleno.ai/tokens
Name | required | Type | Description |
---|---|---|---|
To get all tokens, simply remove the query parameter: GET /users
No payload.
Returns list of Token objects supported on Sentry.
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.