Skip to main content
Retrieve the current balance details of the user’s primary wallet account, including available and on-hold balances.
  • Endpoint: /v1/balance/main-wallet
  • Method: POST
  • Content-Type: application/json
  • Authentication: Required (Basic Auth)

Headers

Request Body

No parameters are required in the request body for this endpoint. You can send an empty JSON object:

Success Response (200 OK)

Response Fields

Error Responses

Unauthorized (401 Unauthorized)

Returned if the Authorization header is invalid or missing.

Wallet Not Found (404 Not Found)

Returned if there is no wallet account associated with the authenticated user keys.