Skip to main content
POST
/
api
/
accounts
/
create
Create Account
curl --request POST \
  --url https://trade.predexon.com/api/accounts/create \
  --header 'x-api-key: <api-key>'
{
  "accountId": "<string>",
  "createdAt": "<string>",
  "venues": {}
}
Accounts are created empty. Call Enable Venue for each venue (polymarket, predict, opinion, limitless) the account should trade on.

Authorizations

x-api-key
string
header
required

Response

Account created

accountId
string

Unique identifier for the account

createdAt
string

ISO 8601 creation timestamp

venues
object

Per-venue entitlements keyed by venue name (e.g., polymarket, predict, opinion, limitless). Empty immediately after account creation until POST /enable is called.