Returns the full profile for the given account. Only the authenticated account owner may access their own account.
Documentation Index
Fetch the complete documentation index at: https://docs.predictamarkets.com/llms.txt
Use this file to discover all available pages before exploring further.
Account ID (integer) or QID string (e.g. ACC-1042)
Flexible identifier type that accepts either a numeric integer ID or a human-readable qualified ID string (QID). QIDs follow a prefix convention: MA for markets, MAA for market assets, AP for account payouts. Most path parameters that accept an ID use this type so callers can use whichever form is more convenient.
Account details
Full account profile returned by GET /v1/accounts/{account_id} and account mutation endpoints. Includes identity fields, balance totals, verification status, and moderation flags.
Role of the account: PLAYER (standard user) or HUB (B2B operator sub-platform).
PLAYER, HUB ISO currency code or platform token. PT is Predicta's internal token used for most markets. USDC and USDT are supported stablecoins. All other values are standard ISO 4217 fiat codes.
NGN, USD, KES, GHS, ZAR, XOF, TZS, EUR, GBP, CAD, AUD, CHF, CNY, INR, MXN, NZD, RUB, SEK, SGD, THB, TRY, UAH, VND, JPY, UGX, RWF, USDC, USDT, PT EN, KIS Total account balance in the account's primary currency (available + suspense). For a detailed breakdown see GET /v1/accounts/{account_id}/balances.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$True if the account has passed identity verification (KYC). Some features and higher withdrawal limits require verification.
Platform reputation score for the account. Increases through activity (trading, winning, referrals) and decreases through policy violations. May gate certain platform features.
ISO currency code or platform token. PT is Predicta's internal token used for most markets. USDC and USDT are supported stablecoins. All other values are standard ISO 4217 fiat codes.
NGN, USD, KES, GHS, ZAR, XOF, TZS, EUR, GBP, CAD, AUD, CHF, CNY, INR, MXN, NZD, RUB, SEK, SGD, THB, TRY, UAH, VND, JPY, UGX, RWF, USDC, USDT, PT Human-readable qualified ID for this account (e.g. ACC-1042). Computed from the numeric id — not stored as a column. Can be used interchangeably with the numeric id in path parameters.
Amount currently blocked/frozen by an operator (e.g. for compliance review). This is separate from suspense and cannot be used for trading or withdrawal.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$UUID assigned by the authentication provider (OAuth2 sub claim). Links this account to the identity record in the auth system.
This account's unique referral code. Share this code or append it to a link to earn referral commissions when new users sign up and trade.
If set, the timestamp when this account was blocked from the platform chat. Null if not blocked.
If set, the timestamp when this account was blocked from placing orders (wagering). Null if not blocked.
If set, the timestamp when this account was blocked from withdrawing funds. Null if not blocked.