Skip to main content
GET
/
v1
/
positions
/
polymarket
Get Polymarket positions
curl --request GET \
  --url https://api.trydocent.com/v1/positions/polymarket \
  --header 'Authorization: Bearer <token>'
{
  "address": "<string>",
  "positions": [
    {}
  ],
  "error": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key in the format dk_live_.... Pass as Authorization: Bearer dk_live_...

Response

200 - application/json

Polymarket positions

address
string | null

Polymarket Safe address used for these positions. null when the Safe is not provisioned yet.

positions
object[]
error
string | null

Present when the upstream Polymarket positions API fails