Skip to main content
GET
/
v1
/
polymarket
/
wallet
Get Wallet
curl --request GET \
  --url https://api.example.com/v1/polymarket/wallet
{
  "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

Response

WalletView · object | null

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