Transfer

POST http://127.0.0.1/api/access/transfer

{
    "token": "2bcfaacd9be99f41c07f6312063b0a56",
    "symbol": "QDT",
    "amount": 100000,
    "to": "1"
}

success response:

{"success":true, hash":"feb4e141d5755c8faaf00ed2acc7436e59476d293b66cbd5459ee5b2167e0601"}

If the transaction wait exceeds 10s, the wait_id operation ID is sent.

success response:

{"success":true, "wait_id":1}

fail response:

{"success":"false","error":"insufficient funds"}

Last updated