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: GET
  • Authentication: Required (Basic Auth via Header or Query Parameter)

Headers

Query Parameters

Success Response (200 OK)

Response Fields

Error Responses

Unauthorized (401 Unauthorized)

Returned if the Authorization header/query parameter is invalid, missing, or empty.

Wallet Not Found (404 Not Found)

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