Generate a Base64 encoded sell transaction for a standard pool.
Flow: First call /quote/sell to get a quote, then pass the quote_response here to build the transaction. The returned transaction must be signed by the payer and submitted to the Solana network.
Encoded user defined event data
"custom_event_data"
Payer of the transaction
"G2pX3b4Y8m7v5xX9L5f6y7z8A9B0C1D2E3F4G5H6I7J8K"
The full quote response object from the Quote Sell endpoint. Pass the entire response without modification.
Optional compute unit limit for the transaction
x >= 0200000
Optional compute unit price for the transaction
x >= 040000000
Optional source token account for the sell operation. If not provided, the payer's associated token account will be used.
"G2pX3b4Y8m7v5xX9L5f6y7z8A9B0C1D2E3F4G5H6I7J8K"
Base64 encoded transaction