POST UAXNPRICE
curl -X POST http://localhost:8491/ \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "uaxn_get_current_price", "id": 1 }'
{ "jsonrpc": "2.0", "result": { "current_price": "0.0131" }, "id": 1 }%
Last updated 17 days ago