Tokens
Methods to receive data by tokens
Get the list of tokens
Method returns the list of supported tokens.
GET
https://api.web3watcher.fi/v1/tokens/list
List of names for tokens that you can use inside of the others requests.
Request Body
offset
int
the number of tokens per page
page
int
num of page
Get the token overview
Method returns the overview and current metrics for token.
GET
https://api.web3watcher.fi/v1/tokens/list/{token_symbol}
The data is represented for the current time.
Request Body
token_symbol*
string
symbol of token from token list
Get the token liquidity
Method returns the list of liquidity positions in deFi/CEXes.
GET
https://api.web3watcher.fi/v1/tokens/liquidity/{token_symbol}
The data is represented for the current time.
Request Body
token_symbol*
string
symbol of token from token list
liquidity_category
string
dex / cex / lending-borrowing / bridges
offset
int
number of positions of liquidity per page
pagination
int
num of page
Get the liquidity history
Method returns the history of liquidity for the particular position.
GET
https://api.web3watcher.fi/v1/tokens/positions/{position_id}
Historical data for positions which you may receive by previous method.
Request Body
position_id*
string
The address of the pool / bridge / cex
offset
int
the number of rows for history data
pagination
int
num of page
Last updated