This script demonstrates how to get a quote for an order, and then execute the order using the Jupiter Ultra API.
- Node.js (v16 or higher)
- npm (v10 or higher)
- Solana Wallet Public Address
- Solana Wallet Private Key
- Clone the repository
git clone https://github.com/Jupiter-DevRel/typescript-examples.git- Navigate to the
ultra/order-executedirectory
cd ultra/order-execute- Install the dependencies
npm install- Run the script
npm run example