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 balance and allowance (pass the sender parameter to approve the token allowance).
Headers
Body
Example
- Transfer Request
- Response (200) Ok
- Invalid Sender Address:
- Invalid Recipient Address:
- Unsupported Asset Type:
- Insufficient Balance:
- Insufficient Allowance: