// SQUANT DESK · API REFERENCE
API REFERENCE
SQuant Desk REST API for institutional integrations. All endpoints return JSON with Content-Type application/json. Base URL: https://squantdesk.com
// AUTHENTICATION
BEARER TOKEN
Endpoints marked as AUTH require a Supabase JWT token. Get it from your authenticated session and include it in the Authorization.
// Obtener token (JavaScript / TypeScript)
const { data: { session } } = await supabase.auth.getSession()
const token = session?.access_token
// Usar en requests
fetch('https://squantdesk.com/api/vps/champions', {
headers: {
'Authorization': `Bearer ${token}`,
'Content-Type': 'application/json',
}
})# cURL
curl -H "Authorization: Bearer <token>" \
https://squantdesk.com/api/public/engine-stats// RATE LIMITS
USAGE LIMITS
Exceeding the limit returns HTTP 429 with header Retry-After: <seconds>.
// ENDPOINTS
ENDPOINT REFERENCE
// ERRORS
ERROR CODES
// Estructura de error estándar
{
"error": "Descripción del error",
"code": "ERROR_CODE" // presente en algunos endpoints
}// INSTITUTIONAL ACCESS
INSTITUTIONAL PLAN
Need institutional access or a custom integration?
Response time: < 24 business hours · No-obligation quote