Tokens
Methods to receive data by tokens
Get the list of tokens
Method returns the list of supported tokens.
Request Body
Name
Type
Description
{
"status":"200",
"message":"Success",
"result":[
{
"token_symbol": "eth",
"token_symbol": "steth",
"token_symbol": "ldo",
"token_symbol": "matic",
"token_symbol": "crv",
},
],
"offset": 5,
"page": 1,
}{
"status":"401",
"message":"Permission denied",
"result":[],
"offset": 5,
"page": 1,
}Get the token overview
Method returns the overview and current metrics for token.
Request Body
Name
Type
Description
Get the token liquidity
Method returns the list of liquidity positions in deFi/CEXes.
Request Body
Name
Type
Description
Get the liquidity history
Method returns the history of liquidity for the particular position.
Request Body
Name
Type
Description
Last updated