cURL
curl --request GET \ --url https://api.rivermarkets.com/v1/subaccounts \ --header 'x-api-key: <api-key>'
[ { "subaccount_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "is_active": true, "inserted_at": "2023-11-07T05:31:56Z", "description": "<string>" } ]
Enumerate all trading subaccounts accessible to the user.
Returns list of accounts with identifiers and metadata.
API key for programmatic access. Generate one at app.rivermarkets.com under Settings → API Keys.
Successful Response