Endpoint
Request Body
| Parameter | Type | Description |
|---|---|---|
type* | string | Must be "assets" |
user* | string | User’s wallet address (case-insensitive), e.g., "0x1234567890abcdef..." |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
asset | string | Asset ID as hex string |
hold | string | Amount held (reserved for orders) |
segregated | string | Segregated balance |
total | string | Total balance |
coin | string | Asset symbol (USDC, USDT, etc.) |
ltv | string | Loan-to-value ratio (1 - haircut) |
Example Request
Error Responses
Notes
- USDC is the primary collateral asset
- The
holdfield indicates funds reserved for open orders - Available balance = total - hold