Quick reference for all Vintl API endpoints.
Authentication
Include your key in the X-API-Key header.
curl -H "X-API-Key: mda_live_sk_..." \ https://api.vintl.io/v1/ping
Response format
All responses follow a consistent envelope. Decimals are strings — no float drift.
{
"object": "...",
"request_id": "req_...",
"results": [...],
"has_more": false
}Status codes