Skip to main content
POST
/
v1
/
polymarket
/
wallet
/
trading
Toggle Trading
curl --request POST \
  --url https://api.example.com/v1/polymarket/wallet/trading \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true,
  "consent_phrase": "<string>"
}
'
{
  "id": "<string>",
  "address": "<string>",
  "network": "<string>",
  "cdp_account_name": "<string>",
  "trading_enabled": true,
  "balance_synced_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

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

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

Headers

x-dev-user
string | null
authorization
string | null

Body

application/json
enabled
boolean
required

Response

Successful Response

id
string
required
address
string
required
network
string
required
cdp_account_name
string
required
trading_enabled
boolean
required
balance_synced_at
string<date-time> | null
required
created_at
string<date-time>
required