Account

Get account details

Returns details for the authenticated account.

get/account

Response

Account details returned successfully.

emailstring email
tierstring
kyc_levelinteger
maker_feestring
taker_feestring
two_fa_enabledboolean
withdrawal_limit_24hstring

Example response

{
  "email": "trader@example.com",
  "tier": "verified",
  "kyc_level": 2,
  "maker_fee": "0.001",
  "taker_fee": "0.002",
  "two_fa_enabled": true,
  "withdrawal_limit_24h": "0"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.