Difference between revisions of "API/Daemon/json rpc"

From Talleo Wiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 14:46, 24 March 2020

Node daemon JSON RPC methods

Usage

Using cURL

  • curl -X POST http://127.0.0.1:33888/json_rpc -H 'Content-Type: application/json-rpc' -d '{"jsonrpc": "2.0", "method": "getcurrencyid", "params": {}, "id": "1"}'
  • curl -X POST http://127.0.0.1:33888/json_rpc -H 'Content-Type: application/json-rpc' -d '{"jsonrpc": "2.0", "method": "getblockheaderbyheight", "params": {"height" : 0}, "id": "1"}'