Skip to main content
PUT
Set my default settlement asset

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>
required
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
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 July 18, 2026