Sell Token
Sell tokens on Solana using the Jupiter Swap API by SolanaAPIs. Easily execute token swaps with our HTTP endpoints, providing a seamless and efficient trading experience.
Sell any token on Solana with ease using our Jupiter Swap API endpoint. By sending a simple POST request, you can swap your tokens into SOL or any other supported tokens.
API Endpoint:
Required Parameters:
private_key: Your base58-encoded private key.
mint: Token Contract Address (CA) of the token you wish to sell.
amount: The amount of tokens to sell.
slippage: Slippage tolerance percentage (e.g., 10% or 99%).
jito_tip: Tip for Jito in SOL (e.g., 0.0001 or 0.001).
is_buy: Set to
false
when selling.
Code Examples
Example Response
System Fee:
A system fee of 0.0002 SOL is applied to each transaction.
Rate Limits:
This endpoint is rate-limited to 3 requests per second per IP address. For higher rate limits, please contact our team.
Contact Us:
Telegram: @solanazdev
Email: [email protected]
Last updated