Skip to main content
POST
/
proxy
Create Proxy
curl --request POST \
  --url https://api.equities.polymarket.com/v1/proxy \
  --header 'Content-Type: application/json' \
  --data '
{
  "op": {
    "type": "createProxy",
    "args": {
      "addr": "0x1234567890abcdef1234567890abcdef12345678",
      "exp": 1767225600000
    }
  },
  "sig": "0x1234567890...",
  "salt": 123,
  "ts": 1767225600000
}
'
{
  "scrt": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
}

Body

application/json

Proxy request.

op
object
required
sig
string
required

Signature in hex format

Example:

"0x1234567890..."

salt
integer
required

Salt

ts
integer
required

Server timestamp in milliseconds

Example:

1767225600000

Response

Successful proxy response.

scrt
string
required

API secret

Example:

"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"