Use this file to discover all available pages before exploring further.
StarkFi API uses API keys to authenticate requests. All endpoints require authentication via API key in the x-api-key header. Your API keys carry many privileges, so be sure to keep them secure!
Your request was rejected by the server. This error can have multiple causes:
Invalid or expired API Key
The API key provided may be incorrect, expired, or has been revoked. Please verify your key is active in the dashboard.
Wrong header format
The API key must be sent in the request header exactly as:x-api-key: YOUR_KEYAny variation (e.g. Authorization, api_key, X-API-Key) will result in this error.
{ "code": 403, "message": "Access denied. A valid API Key is required.", "docs": "https://docs.starkfi.io/"}