Runes Info
Get orders for a specific rune
Get orders for a specific rune
get/v2/ord/btc/runes/orders/{rune}
Path parameters
runestring required
The rune symbol for which orders are requested.
Query parameters
side'sell' required
Filter by order side, currently only 'sell' orders are supported.
sort'unitPriceAsc' | 'unitPriceDesc' | 'totalPriceAsc' | 'totalPriceDesc'
Sorting order of the results. Default is 'unitPriceAsc'.
offsetinteger
Pagination offset for the results. Default is 0, and increments of 100 are supported up to 2000.
includePendingboolean
Whether to include pending orders in the results. Default is false.
rbfPreventionListingOnlyboolean
Whether to only include RBF protected rune orders. Default is false.
queryIssuerAddressstring
When "rbfPreventionListingOnly == true", filter the rune orders can be bought with RBF protection
Response
Successful response with an array of orders for the specified rune.