Difference between revisions of "Curl -X POST --data"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
== Related ==
 
== Related ==
 
* [[JSON-RPC]]
 
* [[JSON-RPC]]
 +
* {{Info.isBootstrapped}}
  
  
* {{Info.isBootstrapped}}
+
== See also ==
 
* {{cURL}}
 
* {{cURL}}
 +
 +
[[Category:cURL]]

Revision as of 15:59, 11 May 2023

curl -X POST --data


Related

curl -X POST --data '{
   "jsonrpc":"2.0",
   "id"     :1,
   "method" :"info.isBootstrapped",
               "params":{
                       "chain":"X"
               }
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info


See also

Advertising: