Transfer
Transfer ENSC between wallets
Last updated
Transfer ENSC between wallets
Last updated
POST
/transfer
This endpoint generates an unsigned transaction for transferring tokens between wallets. It is designed specifically for transferring ENSC tokens only. The service validates both the sender and recipient addresses, confirms that the asset type is ENSC. It also checks that the sender has sufficient token and (pass the sender parameter to approve the token allowance).
Headers
Content-Type
application/json
Authorization
Bearer <api_key>
Body
from
string
The wallet address that holds the tokens (sender).
recipient
string
The wallet address that will receive the tokens.
assetType
string
The asset type for the transfer. Must be ENSC
.
amount
number
The number of tokens to transfer.
Example
Common Error Responses