Skip to main content
GET
/
api
/
users
/
{userId}
curl -H "x-api-key: YOUR_API_KEY" \
  "https://trade.predexon.com/api/users/550e8400-e29b-41d4-a716-446655440000"
{
  "userId": "550e8400-e29b-41d4-a716-446655440000",
  "createdAt": "2024-01-15T10:30:00.000Z",
  "polymarketWalletAddress": "0x1234567890abcdef1234567890abcdef12345678",
  "kalshiWalletAddress": "7BfknMUrXjZ96swfM4uLzDXi9QgtcdjQKiWcG4QxW2So"
}
curl -H "x-api-key: YOUR_API_KEY" \
  "https://trade.predexon.com/api/users/550e8400-e29b-41d4-a716-446655440000"
{
  "userId": "550e8400-e29b-41d4-a716-446655440000",
  "createdAt": "2024-01-15T10:30:00.000Z",
  "polymarketWalletAddress": "0x1234567890abcdef1234567890abcdef12345678",
  "kalshiWalletAddress": "7BfknMUrXjZ96swfM4uLzDXi9QgtcdjQKiWcG4QxW2So"
}
You can only access users created with your API key. Attempting to access another API key’s users returns 403 Forbidden.

Authorizations

x-api-key
string
header
required

Path Parameters

userId
string
required

Unique identifier for the user

Response

200 - application/json

User details

userId
string

Unique identifier for the user

createdAt
string

ISO 8601 timestamp of when the user was created

polymarketWalletAddress
string

Polygon wallet address for Polymarket deposits (send USDC.e here)

kalshiWalletAddress
string

Solana wallet address for Kalshi deposits (send USDC and SOL here)