Skip to main content
POST
/
api
/
v1
/
polymarket
/
derive-credentials
{
  "status": "<string>",
  "eoa_address": "<string>",
  "safe_address": "<string>",
  "api_key": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Body

application/json
private_key
string<password>
required

EOA private key, hex without 0x prefix. Used in-memory only; not persisted.

Response

Credentials derived and stored

status
string
required
eoa_address
string
required
safe_address
string
required

Polymarket Gnosis Safe (proxy) address.

api_key
string
required

CLOB HMAC API key ID. The HMAC secret is stored server-side and never returned.