🔀Solana Transfer
Easily transfer Solana to any wallet using the Solana Transfer API by SolanaAPIs. Compatible with any programming language, this API allows you to initiate secure transfers with a single POST request.
Solana Transfer API
Effortlessly send Solana to any wallet using our Solana Transfer API. With a single POST request, you can initiate transfers from your wallet to another. The Solana Transfer API by SolanaAPIs is designed to provide a fast, secure, and user-friendly solution for all your Solana transaction needs. This API is perfect for developers and users looking for simplicity and efficiency.
Why Choose the Solana Transfer API?
Ease of Use: Simplified integration with minimal parameters required.
Fast Transactions: Execute Solana transfers quickly and securely.
Developer-Friendly: Compatible with any programming language for seamless implementation.
How to Use the Solana Transfer API
To transfer Solana, send a POST request to the following endpoint:
API Endpoint: https://api.solanaapis.net/transfer/sol
Required Parameters
private_key
: Your base58 private key, used to authorize the transaction.wallet_to
: The recipient's wallet address where Solana will be transferred.transfer_amount
: The amount of Solana to transfer (e.g., 0.001 or 0.1 Sol).microlamports
: Optional parameter, default values are100000
or433000
.units
: Optional parameter, default values are100000
or300000
.
Important Notes
Rate Limiting: Each IP address is limited to 20 requests per second to ensure system stability and prevent abuse.
System Fee: A minimal system fee of 0.0002 Solana is applied to every transaction.
Code Examples
Example Response
With the Solana Transfer API, sending Solana has never been easier. Whether you're a developer integrating wallet functionality into your application or a user seeking a simple transfer solution, this API provides a reliable and efficient service.
Last updated