v1
latestOpenAPI 3.1.02026-07-241653251.3 MBAccounts
Get account
Retrieves account details for a given account_id.
get/accounts/{account_id}
Path parameters
account_idstring uuid required
Example:ce819fe8-b1d7-43bb-961c-e09ede0988d3
Unique account identifier (UUID format)
Headers
X-SCX-SIGNEDstring required
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
X-SCX-TIMESTAMPstring required
Example:1678901234
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Response
Successfully retrieved account details including balance, owner, and account type
Example response
{
"message": {
"asset": "USD",
"account_owner": "ABCDEF",
"account_type": "available",
"account_group": "XYZ456",
"account_label": "general",
"balance": "0.00",
"account_id": "ce819fe8-b1d7-43bb-961c-e09ede0988d3",
"last_update": 1554395972174
}
}