cURL
curl --request POST \ --url https://trade.predexon.com/api/accounts/create \ --header 'x-api-key: <api-key>'
{ "accountId": "<string>", "createdAt": "<string>", "venues": {} }
Create a new account. No venues are provisioned automatically.
polymarket
predict
opinion
limitless
Account created
Unique identifier for the account
ISO 8601 creation timestamp
Per-venue entitlements keyed by venue name (e.g., polymarket, predict, opinion, limitless). Empty immediately after account creation until POST /enable is called.
POST /enable
Show child attributes