Get Balance

Get the merchant's current balance of required asset in cents.

GET /api/get-balance

Query Parameters

Name
Type
Description

asset*

String

Balance currency

Example: AUD

Headers

Name
Type
Description

X-ApiKey*

String

Merchant API key provide by DCX

X-ApiSecret*

String

Merchant API secret provide by DCX

{
  "status": "ok",
  "balance": 24877366
}

Last updated