Request Type: POST
Transfers to the specified address.
Parameters
- CryptoTransactionStruct
- Data to transfer.
- ErrorNo
- UnlockTime
- Currency
- Sender
- Receiver
- Volume
- PublicKey
- Sign
- CurveName
- Network
- Data to transfer.
x-www-form-urlencoded Request
/send?data="{CryptoTransactionStruct}"
Json Request
{
"data": {
"CryptoTransactionStruct": {
"ErrorNo": "number",
"UnlockTime": "number",
"Currency": "string",
"Sender": "string",
"Receiver": "string",
"Volume": "string",
"PublicKey": "string",
"Sign": "string",
"CurveName": "string",
"Network": "NetworkTipi"
}
}
}
Response
{
"ErrorNo": 9618,
"Result": 99,
"ID": ""
}