Skip to main content
POST
/
api
/
accounts
/
{accountId}
/
withdraw
Withdraw Funds
curl --request POST \
  --url https://trade.predexon.com/api/accounts/{accountId}/withdraw \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "venue": "polymarket",
  "amount": "<string>",
  "destinationAddress": "<string>",
  "chain": "polygon"
}
'
{
  "transactionHash": "<string>",
  "amount": "<string>",
  "destinationAddress": "<string>",
  "chain": "<string>",
  "status": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

accountId
string
required

Body

application/json
venue
enum<string>
required

Source venue

Available options:
polymarket,
predict,
opinion,
limitless
amount
string
required

Amount to withdraw (e.g., "100.00")

destinationAddress
string
required

Recipient wallet address (must match chain format)

chain
enum<string>
required

Destination chain — polygon for Polymarket, bsc for Predict and Opinion, base for Limitless

Available options:
polygon,
bsc,
base

Response

Withdrawal completed

transactionHash
string

Blockchain transaction hash for the withdrawal

amount
string

Amount withdrawn, in the venue's stablecoin — USDC.e (Polymarket), USDT (Predict / Opinion), USDC (Limitless).

destinationAddress
string

Recipient wallet address

chain
string

Destination chain

status
string

Withdrawal status: completed