Given your EOA private key, the server hits Polymarket’s auth endpoints to derive (or fetch) your CLOB HMAC credentials, stores them, and returns the public-safe metadata. Run this once per user before your first Polymarket order.
Your private key is used in-memory by the server only to perform the derivation and is not persisted. For maximum trust, you can call derivePolymarketCredentials() from the SDK which is equivalent.
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.
Your API key (get one from the test-key endpoint above)
EOA private key, hex without 0x prefix. Used in-memory only; not persisted.