Skip to main content
GET
List broker credentials

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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

cursor
string

Pagination cursor returned by a previous response

Response

Credentials retrieved

data
object[]
required
next_cursor
string | null