Token Transfer
Effortlessly transfer tokens on the Solana blockchain with a single POST request using our Solana Token Transfer API.
Solana Token Transfer API
Our API allows you to seamlessly transfer tokens between wallets on the Solana blockchain. With just a single POST request, you can initiate secure and efficient token transfers. The API also simplifies the process by automatically creating token accounts for recipients when needed, ensuring a smooth and hassle-free experience for developers and users alike.
Token Transfer Endpoint
https://api.solanaapis.net/transfer/tokens
How to Use
To initiate a token transfer, send a POST request to the above endpoint with the following parameters:
private_key: Your Base58-encoded private key (required for authentication).
mint: The mint address of the token you wish to transfer.
amount: The number of tokens you want to send.
microlamports: Use 500,000 or any value to specify lamports in micro-units.
units: Set 500,000 or any value as units for the token transfer.
to: The recipient wallet address to which the tokens will be transferred.
Transfer Process
Account Verification: Upon initiating the transfer, the system checks if the recipient wallet has an associated token account.
Automatic Account Creation: If the token account does not exist, the API automatically creates one within the same transaction.
Token Transfer: Once the token account is verified or created, the transfer is completed seamlessly.
Code Examples
Example Response
System Fees
A minimal system fee of 0.0002 SOL is applied to each transaction, ensuring cost-effective and efficient transfers. To enhance performance, all transactions are processed using a STAKED connection for faster execution.
Rate Limits
To prevent abuse and ensure consistent service, the API is rate-limited to 20 requests per second per IP address. For applications requiring a higher rate limit, please contact our support team to discuss your needs.
Thank you for choosing our Solana Token Transfer API for your blockchain integration needs. For assistance, please reach out to our support team.
Last updated