PearPear

List all trade accounts

List all trade accounts for the authenticated user

GET
/trade-accounts
x-api-key<token>

In: header

Query Parameters

includeDeleted?boolean
Defaultfalse

Response Body

application/json

curl -X GET "https://example.com/trade-accounts"
{  "accounts": [    {      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",      "alias": "string",      "connector": "hyperliquid",      "exchangeIdentifier": "string",      "metadata": {        "agentWalletAddress": "string",        "isSubaccount": true,        "mainAccountAddress": "string"      },      "createdAt": "string",      "updatedAt": "string",      "deletedAt": "string"    }  ]}