# TangleID API - send_token * **Protocol:** HTTP POST method * **Type:** Asynchronous * **Description:** Send token * **API example** ``` curl http://HOST_URL \ -X POST \ -H 'Content-Type: application/json' \ -d '{"command":"send_token",uuid": "9JVXCXMFAMKLUQQCDACSWJVDLH","signature":"cjsuuukdwdjkvbfvf","value":"100","msg":"HELLO"}' ``` * **Parameter** * uuid: receiver UUID * signature: chiper signaure * value: send token * msg: message * **Return value** * 0 (success) * 1 (failure)