Skip to main content
POST
/
2
/
pm
/
auth
/
derive
Derive CLOB API credentials from an L1-signed ClobAuth payload
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": 4503599627370495
}
'
{
  "hostname": "<string>",
  "took": 123,
  "data": "<unknown>"
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Body

application/json
signature
string
required
Minimum string length: 1
Pattern: ^0x[0-9a-fA-F]{130}$
address
string
required
Minimum string length: 1
timestamp
string
required
Minimum string length: 1
Pattern: ^[0-9]+$
nonce
integer | null
required
Required range: 0 <= x <= 9007199254740991

Response

201 - application/json

Prediction Markets response

hostname
string
required
took
number
required
data
any | null

See the per-endpoint reference for the exact response shape.