Environments
Use the environment that matches your integration stage.The interactive reference lets you switch between staging and production before running a request.
Authentication
QASH currently documents two authentication models in this reference.
Cards endpoints require a valid JWT. The primary card is identified from the authenticated token, so you do not need to send the card ID in most requests.
Request conventions
- Send
Content-Type: application/jsonfor POST requests - Use numeric values for amounts
- Read timestamps as ISO 8601 values
- Request a fresh quote immediately before executing a transaction
Try the API from the docs
Every endpoint page includes the interactive Mintlify playground.- Open an endpoint under API reference.
- Choose the server you want to call.
- Review or edit the example request.
- Click
Run. - Inspect the live response in the same page.
Current documented endpoints
Quote validity
Idempotency
x-idempotency-key is required for the following Cards operations:
POST /api/v1/cards/lockPOST /api/v1/cards/unlockPATCH /api/v1/cards/limit