You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Pull Request Description
This PR implements new actions and tools to create and manage limit
orders using the Jupiter Limit API
## Changes Made
This PR adds the following changes:
- Added action and tool to create limit orders on Jupiter with given
parameters
- Added action and tool to get open limit orders on Jupiter
- Added action and tool to cancel open limit orders on Jupiter
- - Added action and tool to view order history on Jupiter
## Implementation Details
- Used the Jupiter Limit API (https://api.jup.ag/limit/v2) to implement
actions and tools for these functions
## Transaction executed by agent
Example transaction:
https://solscan.io/tx/4bXsLBwQ7HywUKTFSiABMQNJTCYDrNLFV4qLoqq9jbnWktLbijPC8poeTvA1MLtmtTiU2QsawDLcwzSLGB4dDKLv
## Prompt Used
```
- Create a Limit order on Solana to swap my USDC to SOL when SOL reaches $100
- Create a Limit order to sell 0.1 SOL when it reaches $300
- Cancel my open limit orders on Jupiter
```
## Checklist
- [x] I have tested these changes locally
- [x] I have added a transaction link
- [x] I have added the prompt used to test it
0 commit comments