cURL
curl --request POST \ --url https://demo-api.mobula.io/api/2/pm/auth/derive \ --header 'Content-Type: application/json' \ --data ' { "signature": "<string>", "address": "<string>", "timestamp": "<string>", "nonce": 123 } '
{ "data": { "apiKey": "<string>", "apiSecret": "<string>", "apiPassphrase": "<string>" }, "hostname": "<string>", "took": 123 }
Derive Polymarket CLOB API credentials from a signed EIP-712 authentication message. These credentials are required for order submission and cancellation.
L1 signature
CLOB credentials
Show child attributes