Skip to main content

/limit-orders/{pubkey} REST API Endpoint

Returns the details of a specific Jupiter Limit Order by its public key. Replace {pubkey} with the order's public key. The order must be open.

Updated on
Dec 12, 2024

/limit-orders/{pubkey} 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.

Parameters

This method does not accept any parameters

Returns

order
object
The order 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
1
curl --location --request GET 'https://docs-demo.solana-mainnet.quiknode.pro/limit-orders/BFSMY71t1CgXjJMSsF6pv8iUgnALsjQz22H85PTNejxT'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free