Skip to main content
GET
/
api
/
users
/
{userId}
Get User
curl --request GET \
  --url https://trade.predexon.com/api/users/{userId} \
  --header 'x-api-key: <api-key>'
{
  "userId": "<string>",
  "createdAt": "<string>",
  "status": "provisioning",
  "polymarketWalletAddress": "<string>",
  "predictWalletAddress": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.predexon.com/llms.txt

Use this file to discover all available pages before exploring further.

Legacy /api/users endpoint. New integrations should use Get Account. This endpoint continues to work unchanged.

Authorizations

x-api-key
string
header
required

Path Parameters

userId
string
required

Unique identifier for the user

Response

User details

userId
string

Unique identifier for the user

createdAt
string

ISO 8601 timestamp of when the user was created

status
enum<string>

User setup status. Poll until 'ready' before trading.

Available options:
provisioning,
ready,
failed
polymarketWalletAddress
string | null

Polygon wallet address for Polymarket deposits (send USDC.e here). null while the wallet is still provisioning.

predictWalletAddress
string | null

BSC wallet address for Predict deposits (send USDT BEP-20 here). null while the wallet is still provisioning.