Skip to main content
POST
/
2
/
pm
/
auth
/
derive
Derive CLOB API credentials
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
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Body

application/json
signature
string
required

L1 signature

address
string
required
timestamp
string
required
nonce
number
required

Response

200 - application/json

CLOB credentials

data
object
hostname
string
took
number