Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{ jsonrpc: "2.0"; id: string | number; method: string; params?: { [key: string]: unknown; }; }
null
{ jsonrpc: "2.0"; id: string | number; result?: { [key: string]: unknown; } error?: { code: number; message: string; data?: unknown; } }
result
error
{ jsonrpc: "2.0"; method: string; params?: { [key: string]: unknown; }; }