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.
Async dApp API
JSON-RPC ledgerApi
requestMethod
resource
LedgerApiRequest
LedgerApiResult
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "ledgerApi", "params": { "params": { "requestMethod": "<string>", "resource": "<string>" } } } EOF
{}