Solana Limit Order Jupiter
The Solana Limit Order Jupiter
node places a limit order on the Jupiter protocol.
Inputs
wallet:
description: The Solana wallet that will be used for swapping the tokens.
allowed types: SolanaWallet
default value: None
token_to_sell:
description: The mint address of the token that will be sold.
allowed types: SolanaAddress
default value: None
token_to_buy:
description: The mint address of the token that will be bought.
allowed types: SolanaAddress
default value: None
amount_to_sell:
description: The amount of tokens to sell.
allowed types: decimal
default value: 0
price:
description: The price at which the limit order will be filled.
allowed types: decimal
default value: 0
Output
description: The transaction object generated by this action.
type: SolanaTransaction
Tags
crypto
solana
SPL
jupiter
DEX
Last updated