Docs · error · HTTP 400
-32700 Parse error
The body is not valid JSON, or larger than the accepted size.
What to do
- Send `Content-Type: application/json` with a valid JSON-RPC 2.0 body
- Keep bodies under the documented size
Where it lives: /docs.
The exact answer
HTTP 400
{
"error": {
"code": -32700,
"message": "Parse error",
"data": {
"request_id": "<uuid>",
"support": "/support/new?request_id=<uuid>"
}
}
}
All codes: error decoder · methods and limits · file it: /support/new?request_id=….