v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Trading

Get a trading account by id

Permissions required: Read trade activity

Get trading account details by ID.

get/trading/accounts/{accountId}

Path parameters

accountIdstring required

The ID of the trading account to get details for

Response

Successfully returned the trading account.

Example response

{
  "data": {
    "id": "6290d9bd-494f-11ed-975e-2e567b4c0e09",
    "name": "Crypto Fund LLC"
  }
}