Account
Get account details
Returns details for the authenticated account.
get/account
Response
Account details returned successfully.
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.