Error Codes
HTTP Error Codes
If a response is in error, then the HTTP response code will be set to reflect this, and a JSON body will be returned that will contain information about the failure.
| HTTP Status | Meaning | 
|---|---|
| 200 | Request was successful | 
| 30x | API entry point has moved, see Location: header. Most likely an http:tohttps:redirect. | 
| 400 | Market not open, or the request was malformed; in the case of a private API request, missing or malformed Gemini private API authentication headers | 
| 403 | The API key is missing the role necessary to access this private API endpoint | 
| 404 | Unknown API entry point or Order not found | 
| 406 | Insufficient Funds | 
| 429 | Rate Limiting was applied | 
| 500 | The server encountered an error | 
| 502 | Technical issues are preventing the request from being satisfied | 
| 503 | The exchange is down for maintenance | 
Last modified on 

