| Header | Description |
|---|---|
X-FlamPix-Key | Your public API Key. |
X-FlamPix-Timestamp | Current Unix timestamp (in seconds). |
X-FlamPix-Signature | The Hex string generated by the HMAC-SHA256 algorithm. |
X-FlamPix-Signature, you must create a Base String and sign it using your API Secret.\n):{timestamp}\n{METHOD}\n{path}\n{body}
1708550400).POST, GET)./ (e.g., /gt/api/v1/deposits). Do not include the domain.\n separator must still be present.1708550400
POST
/gt/api/v1/deposits
{"amountInCents":15000,"destinationAddress":"lq1..."}
1708550405
GET
/gt/api/v1/deposits/c2a5dbd4-043a-4d4f-866e-8ddad4ed067c
FLAMPIX_API_KEY and FLAMPIX_API_SECRET.