Prerequisites
- Ensure you have a wallet created.
- API Key: Ensure you have an API key with the scopes:
wallets:transactions.create.
Sending tokens
Sending and receiving tokens across chains is available under private access. Contact
us if you need access
- React
- Node.js
- React Native
Parameters
string
required
The wallet locator to send the tokens from.
A wallet locator can be of the format:
<walletAddress>email:<email>:<walletType>userId:<userId>:<walletType>userId:<userId>:<walletType> (white label user example)phoneNumber:<phoneNumber>:<walletType>twitter:<handle>:<walletType>x:<handle>:<walletType>
string
required
The token locator to send the tokens to.A token locator that supports native tokens, fungible tokens, and NFTs across different chains. It can be of the format:
address[:tokenId]symbol
string
required
The amount of tokens to send.
Returns
string
The hash of the transaction.
string
The explorer link of the transaction.

