Authorization: Bearer ********************
{
"address": "z1qqjnwjjpnue8xmmpanz6csze6tcmtzzdtfsww7",
"amount": "10.05",
"tokenStandard": "ZNN"
}
curl --location --request POST 'https://walletapi.hypercore.one/api/transfer/z1qqjnwjjpnue8xmmpanz6csze6tcmtzzdtfsww7 or 0/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "z1qqjnwjjpnue8xmmpanz6csze6tcmtzzdtfsww7",
"amount": "10.05",
"tokenStandard": "ZNN"
}'
{
"version": 0,
"chainIdentifier": 0,
"blockType": 0,
"hash": "string",
"previousHash": "string",
"height": 0,
"momentumAcknowledged": {
"hash": "string",
"height": 0
},
"address": "string",
"toAddress": "string",
"amount": "string",
"tokenStandard": "string",
"fromBlockHash": "string",
"data": "string",
"fusedPlasma": 0,
"difficulty": 0,
"nonce": "string",
"publicKey": "string",
"signature": "string"
}