Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt

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

Every API request must include signed headers so we can verify identity and protect against replay.

Required headers

HeaderDescription
X-API-KEYYour API key (per environment).
X-TIMESTAMPCurrent Unix time in seconds.
X-SIGNATUREBase64-encoded HMAC-SHA256 of the signing payload, using your API secret.
The signing payload is built from your key, timestamp, and a sorted JSON representation of the request body (see full guide for edge cases such as empty bodies).

Full documentation

For step-by-step signing, language examples, clock skew, and troubleshooting, use the complete guide:

Authentication guide

Headers, signature algorithm, and code samples.