Skip to main content
POST
/
api
/
accounts
/
{accountId}
/
enable
Enable Venue
curl --request POST \
  --url https://trade.predexon.com/api/accounts/{accountId}/enable \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "venue": "<string>",
  "message": "<string>"
}
Returns provisioning while setup runs. Poll Get Account until the venue’s status becomes active before placing orders. If setup fails the status transitions to failed with an error field on the venue entry - retry the call to restart provisioning.

Authorizations

x-api-key
string
header
required

Path Parameters

accountId
string
required

Body

application/json
venue
enum<string>
required
Available options:
polymarket,
predict,
opinion,
limitless,
hyperliquid

Response

Venue enablement triggered or already active

venue
string
status
enum<string>

provisioning on first enable (poll until terminal). active on a re-enable of an already-provisioned venue. failed if provisioning errored synchronously — read the message for the reason and retry.

Available options:
provisioning,
active,
failed
message
string