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>",
      "depositWallet": {
        "address": "<string>",
        "chain": "base",
        "chainId": 8453,
        "token": "USDC",
        "tokenAddress": "<string>"
      },
      "venues": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Account list

accounts
object[]