JSON-RPC Reference
Error Handling
Error responses typically include error descriptions and optional error codes. It is recommended to record request ID/error information for troubleshooting.
Method Error:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"jsonrpc": "2.0",
"result": "3TEjEHSHPfNp5frqxVW...",
"id": 1
}
{
"jsonrpc": "2.0",
"error": { "code": -32602, message: "Invalid API Key. ", data: null },
"id": 1
}
{
"jsonrpc": "2.0",
"error": { "code": -32601, message: "Method no found.", data: null },
"id": 1
}