diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index d9c8d05289..5e4ed3a6c5 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -2161,7 +2161,7 @@ An RpcResponse containing a JSON object consisting of a string blockhash and Fee Request: ```bash -curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d 'i +curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d ' {"jsonrpc":"2.0","id":1, "method":"getRecentBlockhash"} ' ```