Gasless & Transaction Abstraction
Send Your First Transaction
How to transfer crypto tokens using the Notus API
This guide explains how to transfer crypto tokens using the Notus API. You will set up a wallet, generate a transfer request, and execute the transfer.
1. Initialize Wallet Account
First, use your private key to initialize a wallet account. This allows you to sign messages and interact with the blockchain
2. Get Smart Wallet Address
Before transferring tokens, you need to register and retrieve the smart wallet address for Account Abstraction.
3. Create Transfer Parameters
Define the parameters for your transfer, specifying the token, amount, sender's address, and recipient's address.
4. Request Transfer
Send the transfer request to the Notus API to get a quote for executing the transfer.
5. Execute Transfer
Sign the transfer quote and execute the transfer using the Notus API.