cURL
curl --request POST \ --url https://demo-api.mobula.io/api/2/pm/auth/build \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "nonce": 0 } '
{ "data": { "domain": { "name": "<string>", "version": "<string>", "chainId": 123 }, "types": {}, "primaryType": "<string>", "message": { "address": "<string>", "timestamp": "<string>", "nonce": "<string>", "message": "<string>" } }, "hostname": "<string>", "took": 123 }
Build EIP-712 typed data for authenticating with the Polymarket CLOB API. Sign the returned data and submit to Auth Derive to obtain API credentials.
Auth typed data
Show child attributes