Backend
We provide an additional way to retrieve certain data using our api
Base API url
Endpoints
Get a list of users by token (GET /balances/<TOKEN_ADDRESS>
)
GET /balances/<TOKEN_ADDRESS>
)Query argument
Required
Description
blockNumber
Yes
Block number to which you need data
users
No
Comma-separated list of users to filter
Example:
As an answer you will get a list of users and their total balances, including islands balances, farms, some external farms, as well as v3 positions and normal balances. A description of all sources can be found in the sources
Response example:
Last updated