/limit-orders/history 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 order history
page
integer
The page number of the results, starts from page 1
Returns
orders
array
Array of order objects containing order details and trades
userPubkey
string
The public key of the user who created the order
orderKey
string
The public key for the order
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 in the order
takingAmount
string
The amount of tokens being requested in the order
remainingMakingAmount
string
The remaining amount of tokens being offered
remainingTakingAmount
string
The remaining amount of tokens being requested
expiredAt
string
Timestamp when the order expires, null if no expiration
createdAt
string
Timestamp when the order was created
updatedAt
string
Timestamp when the order was last updated
status
string
Current status of the order (e.g., 'Cancelled')
openTx
string
Transaction signature for order creation
closeTx
string
Transaction signature for order closure
programVersion
string
Version of the program used for the order
trades
array
Array of trades associated with this order
orderKey
string
The public key for the order
keeper
string
Address of the keeper that processed the order
inputMint
string
The mint address of the input token
outputMint
string
The mint address of the output token
inputAmount
string
The amount of input tokens used in the fill
outputAmount
string
The amount of output tokens received from the fill
feeMint
string
The mint address of the token used for fees
feeAmount
string
The amount of fees charged for the fill
txId
string
The transaction signature for the fill
confirmedAt
string
Timestamp when the fill was confirmed
action
string
The type of action performed (e.g., 'Fill')
productMeta
null
Additional product metadata, if any
hasMoreData
boolean
Indicates if there are more orders available in subsequent pages
page
integer
Current page number of the results
Request
1curl --location --request GET 'https://docs-demo.solana-mainnet.quiknode.pro/limit-orders/history?wallet=AEtL29wgARtujVynpgoDtUMLvM7NmZ6WALcjD2NjU8Dk&page=1'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free