Bequesting a token
Send a token to an account that you have previously generated. This feature allows you to create decentralised experiences with onchain proof where a user requires no prior blockchain experience.
Send/bequest a token to an account
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"amount": "1",
"receiver_id": "0.0.2120537",
"transaction_id": "[email protected]"
}
}{
"errors": [
"\"encrypted_receiver_key\" length must be 241 characters long"
]
}Last updated