Header | Required? | Description |
---|---|---|
POLY_ADDRESS | yes | Polygon address |
POLY_SIGNATURE | yes | CLOB EIP 712 signature |
POLY_TIMESTAMP | yes | Current UNIX timestamp |
POLY_NONCE | yes | Nonce. Default 0 |
POLY_SIGNATURE
is generated by signing the following EIP-712 struct.
Implementations exist in:
key
: UUID identifying the credentialssecret
: Secret string used to generate HMACs (not sent with requests)passphrase
: Secret string sent with each request, used to encrypt/decrypt the secret (never stored)L2 Header
).
Header | Required? | Description |
---|---|---|
POLY_ADDRESS | yes | Polygon address |
POLY_SIGNATURE | yes | HMAC signature for request |
POLY_TIMESTAMP | yes | Current UNIX timestamp |
POLY_API_KEY | yes | Polymarket API key |
POLY_PASSPHRASE | yes | Polymarket API key passphrase |
cert_required
by signer address.
HTTP Request: