Skip to main content
GET
/
v1
/
trading-accounts
/
{trading_account_id}
/
credentials
List broker credentials
curl --request GET \
  --url https://api.anthid.com/v1/trading-accounts/{trading_account_id}/credentials
{
  "data": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "enabled": true,
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "trading_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "updated_at": "2023-11-07T05:31:56Z",
      "vault_object": "<string>"
    }
  ],
  "next_cursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.anthid.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

trading_account_id
string<uuid>
required

Trading account id present in the route. Current listing behavior is scoped by caller and query filters rather than this path value.

Query Parameters

broker
enum<string>

Filter credentials by broker

Available options:
unspecified,
lightspeed,
alpaca
environment
enum<string>

Filter credentials by broker environment

Available options:
paper,
live
cursor
string

Pagination cursor returned by a previous response

Response

Credentials retrieved

data
object[]
required
next_cursor
string | null