Skip to main content
GET
cURL
Retrieves the crypto balances for all wallets belonging to a user. Supports optional filtering by blockchain and token.

Error Codes

Common Errors

User Ownership Errors

Endpoint-Specific Errors

Authorizations

partner-api-key
string
header
required

API key for the affiliated partner performing the request.

Path Parameters

userId
string
required

The userId of the user

Example:

"8374f327-38bd-4b0b-b8a7-2524599eb903"

Query Parameters

blockchain
enum<string>

Filter by blockchain

Available options:
POL,
SOL,
ETH
Example:

"POL"

token
enum<string>

Filter by token symbol

Available options:
USDC,
USDT
Example:

"USDC"

Response

Retrieves wallet balances for a user with optional filters

success
boolean
Example:

true

data
object