π‘API Endpoints
API Status
This endpoint retrieves the API endpoint status.
Supported Chains
This endpoint retrieves the list of supported crypto networks.
Token Balances
This endpoint retrieves the wallet token balances
The wallet address to retrieve data for.
0x1234567890abcdef1234567890abcdef12345678The number of results to return per page.
50The page number to retrieve. Starts from 0.
0API key needed to access the endpoint
your-api-keySuccessful response with wallet balances
Successful response with wallet balances
DeFi Portfolio Positions
This endpoint retrieves the DeFi position of a specific wallet
The wallet address to retrieve data for.
0x1234567890abcdef1234567890abcdef12345678The number of results to return per page.
50The page number to retrieve. Starts from 0.
0API key needed to access the endpoint
your-api-keySuccessful response with position balances
Successful response with position balances
Wallet Transactions
This endpoints retrieves the transaction history of a specific wallet
The wallet address to retrieve data for.
0x1234567890abcdef1234567890abcdef12345678The maximum number of results to return in the response.
10The cursor hash to retrieve the next page of results.
2abc3def4ghi5jkl6mno7pqr8stu9vwx0yzabAPI key needed to access the endpoint
your-api-keySuccessful response with transaction data
Successful response with transaction data
Last updated