Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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": {} } ] }
List all accounts owned by the calling API key.
Account list
Show child attributes