Listings Snapshot
Aggregated listings from all marketplaces
GET https://open-api.ordyssey.com/v1/dex/listings
Query Parameters
Name
Type
Description
collection_slug
String
The unique identifier of the collection
seller
String
BTC address of seller, query listings under a single wallet
_id
String
Specific inscription ID, query listings of a single inscription
source
String
Query by different marketplaces or sources
only_for_sweep
Any
Return sweepable-only
{"results": [
{
"price": 2179000,
"id": 5498243, // order ID, you need this ID to proxy buy these items via Ordyssey
"source": "magiceden",
"_id": "b372b2a58372674af33901849ab803699c6ff0c4a7df696d4ba4b54023b2a282i0"
},
{
"price": 2200000,
"id": 5508502,
"source": "ordyssey",
"_id": "0d6b36892b59be368703349d4897a5eb1dee766d970ad7db7aa414c18b0dcd4ai0"
},
{
"price": 2200000,
"id": 5512695,
"source": "ordinalswallet",
"_id": "4554d932434d7218043b47736d90a2f0ad6aef24d457a4215827e06175b82325i0"
}
]}Last updated
Was this helpful?