Get spot account
Get spot account details for a user
Authorizations
Header parameters
X-API-KEYstringRequired
API Key
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/accounts/spot-accountGET /accounts/spot-account HTTP/1.1
Host:
X-API-KEY: text
Accept: */*
{
"account_id": "text",
"account_type": "text",
"created_at": "text",
"encrypted_operation_key": "text",
"operation_key_hash": "text"
}Last updated