Skip to main content
POST
Create Balance Monitoring

Authorizations

X-API-KEY
string
header
required
X-API-Nonce
string
header
required
X-API-Signature
string
header
required

Path Parameters

accountId
number
required

Unique settlement or virtual account identifier

Body

application/json

Balance monitoring request

currency
string

Currency symbol (for example USDC or USD).

minimum_threshold_amount
number

Balance monitoring minimum threshold amount.

payout_address
string

Wallet address that receives maintain-balance top-up payouts.

payout_threshold_amount
number

Balance amount above which automated payout runs.

Response

OK

data
object

Response payload when the request succeeded.

error
boolean

True when the request failed.

message
string

Human-readable status or error message.