Authentication
Polymarket Authentication
API Key Derivation
// 1. Derive API key from wallet
POST https://clob.polymarket.com/auth/derive-api-key
Body: {
address: "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
nonce: 1
}
Response: {
apiKey: "...",
secret: "...",
passphrase: "..."
}Request Signing
Kalshi Authentication
Token-Based Auth
Auto-Refresh
Security Best Practices
Related Documentation
Last updated
