한국어
cURL
curl --request POST \ --url https://rpc.quai.network/cyprus1/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "quai_qiToQuai", "params": [ { "from": "0x03b1b2fcbaa6e4a3b44ac348b00ed0a68546d26b", "to": "0x1856f346b67615e9acb4dc3da6ebceb2bc2f8940", "value": "0xe3424c93" } ], "id": 1 }'
{ "jsonrpc": "2.0", "result": "0xA98AC7", "id": 1 }
Returns the amount of Quai in Wei or Qi in Qits left after converting an amount of Qi in Qits to Quai in Wei at the current block exchange rate and after applying the appropriate slip.
Successful response
The response is of type object.
object
이 페이지가 도움이 되었나요?