Address Current Balances
Get real-time token balance information for any blockchain address or entity
Common Scenarios
Usecase
Required Parameters
Optional Filters
Expected Output
Authorizations
apiKeystringRequired
API key for authentication
Body
addressany ofOptionalExample:
Address to get balances for
0x28c6c06298d514db089934071355e5743bf21d60stringOptional
entity_nameany ofOptionalExample:
Entity name to get balances for
Vitalik ButerinstringOptional
chainstring Β· enumRequiredExample:
Blockchain chain for the balances
ethereumPossible values: hide_spam_tokenbooleanOptionalDefault:
Removes suspicious tokens from the balance list
trueExample: truefiltersany ofOptionalExample:
Additional filters to apply. Only filters for columns that are being selected will be applied.
{"token_symbol":"USDC","value_usd":{"min":10}}order_byany ofOptional
Custom sort order to override the endpoint's default ordering
Responses
200
Address current balance data
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1/profiler/address/current-balanceLast updated
Was this helpful?