cURL
User Wallets
/api/partner/v2/users/{userId}/wallets/balance
GET
cURL
Retrieves the crypto balances for all wallets belonging to a user. Supports optional filtering by
blockchain and token.
Error Codes
Common Errors
| HTTP Status | Code | Message |
|---|---|---|
| 401 | UNAUTHORIZED | ”API Key is missing” |
| 401 | UNAUTHORIZED | ”Invalid API Key format” |
| 401 | UNAUTHORIZED | ”Invalid API Key” |
| 403 | INVALID_PARTNER_FLOW | ”The partner has an invalid flow.” |
User Ownership Errors
| HTTP Status | Code | Message |
|---|---|---|
| 401 | UNAUTHORIZED | ”Partner information is required for this operation” |
| 401 | UNAUTHORIZED | ”User is not associated with the partner” |
Endpoint-Specific Errors
| HTTP Status | Code | Message |
|---|---|---|
| 400 | INVALID_USER_INPUT_ERROR | ”Invalid User Input” (invalid UUID) |
Headers
Api key for the affiliated partner that is performing the request
Path Parameters
The userId of the user
Example:
"8374f327-38bd-4b0b-b8a7-2524599eb903"
Query Parameters
Filter by blockchain
Available options:
POL, SOL, ETH Example:
"POL"
Filter by token symbol
Available options:
USDC, USDT Example:
"USDC"