Skip to main content
PUT
Set my default balances (payouts and payins)

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
default_settlement_asset
enum<string>

Balance payouts and service fees debit from by default. Optional.

Available options:
USDT,
USDC,
BTC,
GOLD
default_payin_asset
enum<string>

Balance payins settle into by default. Credits enter in USDT and the net amount is auto-converted via the swap engine at the real price (no extra swap spread). Optional.

Available options:
USDT,
USDC,
BTC,
GOLD

Response

Updated settlement settings.

default_settlement_asset
enum<string>

Balance operations debit from when no per-request override is sent.

Available options:
USDT,
USDC,
BTC,
GOLD
default_payin_asset
enum<string>

Balance payins settle into by default. Credits enter in USDT and the net amount is auto-converted via the swap engine at the real price, with no extra swap spread. Checkout/POS payins keep their per-link asset.

Available options:
USDT,
USDC,
BTC,
GOLD
enabled_assets
string[]

Assets your organization currently allows as settlement source.

volatile_op_limit_usdt
string

Per-operation limit (USDT equivalent) for volatile assets (BTC/GOLD).

volatile_daily_limit_usdt
string

Rolling 24h volume cap (USDT equivalent) per account for volatile assets (BTC/GOLD).

Last modified on August 22, 2026