Address to get balances for
0x28c6c06298d514db089934071355e5743bf21d60Entity name to get balances for
Vitalik ButerinBlockchain chain for the balances
ethereumPossible values: Removes suspicious tokens from the balance list
trueExample: trueAdditional filters to apply. Only filters for columns that are being selected will be applied.
{"token_symbol":"USDC","value_usd":{"min":10}}Balance range filter in USD
{"max":100000,"min":10}Minimum value (inclusive)
1000Maximum value (inclusive)
50000Token price range filter in USD
{"max":1000,"min":0.01}Minimum value (inclusive)
1000Maximum value (inclusive)
50000Token amount range filter
{"max":1000000,"min":1}Minimum value (inclusive)
10Maximum value (inclusive)
100Token symbol filter
USDCToken address filter
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48Token name filter
USD CoinPage number (1-based)
1Number of records per page (max 1000)
10Custom sort order to override the endpoint's default ordering
Field to sort by
Sort direction (ASC or DESC)
Address current balance data
Number of credits consumed by this API request
5Total credits remaining in the user's account after this request
9995Combined rate limit across all configured time windows
20Number of requests remaining in the current limiting window
15Time in seconds until the rate limit window resets
30Maximum requests allowed per second
20Requests remaining in the current second
19Maximum requests allowed per minute
300Requests remaining in the current minute
295Current page number
1Number of records per page
10Whether this is the last page
trueChain
Address of the wallet. Empty if entity_name is provided.
Address of token
Token symbol
Token name
Token balance
Price of the token
Token balance value in USD
Bad Request
Unauthorized
Payment Required
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
POST /api/v1/profiler/address/current-balance HTTP/1.1
Host: api.nansen.ai
apiKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 136
{
"address": "0x28c6c06298d514db089934071355e5743bf21d60",
"chain": "ethereum",
"hide_spam_token": true,
"pagination": {
"page": 1,
"per_page": 10
}
}{
"pagination": {
"page": 1,
"per_page": 10,
"is_last_page": true
},
"data": [
{
"chain": "text",
"address": "text",
"token_address": "text",
"token_symbol": "text",
"token_name": "text",
"token_amount": 1,
"price_usd": 1,
"value_usd": 1
}
]
}