Every API request must include signed headers so we can verify identity and protect against replay.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.
Required headers
| Header | Description |
|---|---|
X-API-KEY | Your API key (per environment). |
X-TIMESTAMP | Current Unix time in seconds. |
X-SIGNATURE | Base64-encoded HMAC-SHA256 of the signing payload, using your API secret. |
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.

