Skip to main content
GET
/
api
/
accounts
/
{accountId}
Get Account
curl --request GET \
  --url https://trade.predexon.com/api/accounts/{accountId} \
  --header 'x-api-key: <api-key>'
{
  "accountId": "<string>",
  "createdAt": "<string>",
  "venues": {}
}
The venues object is keyed by venue name. Each entry carries its own status (provisioning | active | inactive | failed) — poll until a venue becomes active before placing orders on it.

Authorizations

x-api-key
string
header
required

Path Parameters

accountId
string
required

Response

Account details

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.