Skip to main content
GET
/
api
/
accounts
List Accounts
curl --request GET \
  --url https://trade.predexon.com/api/accounts \
  --header 'x-api-key: <api-key>'
{
  "accounts": [
    {
      "accountId": "<string>",
      "createdAt": "<string>",
      "venues": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Account list

accounts
object[]