/limit-orders/open REST API Endpoint
Please note that this method is only available for paid subscribers of Metis - Jupiter V6 Swap API. This endpoint is currently in BETA. If you have any feedback or run into any issues, please reach out to support.
Query Parameters
wallet
string
REQUIRED
The wallet address of the user who wants to get their open orders
inputMint
string
The mint address of the input token to filter by.
outputMint
string
The mint address of the output token to filter by.
Returns
orders
array
Array of open order objects containing the following properties:
publicKey
string
The public key of the open order
account
object
The account object containing details of the open order with the following properties:
maker
string
Public key of the order maker
inputMint
string
The mint address of the input token
outputMint
string
The mint address of the output token
makingAmount
string
The amount of tokens being offered
takingAmount
string
The amount of tokens being requested
expiredAt
null
Timestamp when the order expires, null if no expiration
borrowMakingAmount
string
Amount of tokens borrowed for making the order
createdAt
string
Unix timestamp when the account was created
updatedAt
string
Unix timestamp when the account was last updated
feeAccount
string
Public key of the account where fees are collected
inputTokenProgram
string
Program ID of the input token program
inputMintReserve
string
Reserve account address for the input mint
outputTokenProgram
string
Program ID of the output token program
feeBps
integer
Fee in basis points (1 bps = 0.01%)
bump
integer
PDA bump seed for the account
uniqueId
string
Unique identifier of the order
oriMakingAmount
string
Original amount of tokens being offered when order was created
oriTakingAmount
string
Original amount of tokens being requested when order was created
Request
1curl --location --request GET 'https://docs-demo.solana-mainnet.quiknode.pro/limit-orders/open?wallet=HNyvVfCcNtogL4Gq93zwZ3oFdRo7vrUqdFEwo3RqpDxS'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free