v1
latestOpenAPI 3.0.32026-07-2659172194.6 KBList all listings
List all listings
Path parameters
The name of chain
Query parameters
The Order status
Order status to filter by
Sell item contract address to filter by
Buy item type to filter by
Buy item contract address to filter by
The account address of the user who created the listing
The metadata_id of the sell item
Sell item token identifier to filter by
From updated at including given date
Maximum number of items to return
Maximum number of orders to return per page
Order field to sort by
Order field to sort by. buy_item_amount sorts by per token price, for example if 5 ERC-1155s are on sale for 10eth, it’s sorted as 2eth for buy_item_amount.
Ascending or descending direction for sort
Ascending or descending direction for sort
Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
Page cursor to retrieve previous or next page. Use the value returned in the response.
Response
OK response.
Example response
{
"page": {
"previous_cursor": "MjAyMy0wMS0yM1QwMTo1NToyNy4zNTM2MzA",
"next_cursor": "MjAyMy0wMS0yM1QwMTo1NToyNy4zNTM2MzA"
},
"result": [
{
"account_address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"buy": [
{
"type": "ERC20",
"amount": "9750000000000000000",
"contract_address": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
}
],
"fees": [],
"chain": {
"id": "eip155:11155111",
"name": "sepolia"
},
"created_at": "2022-03-07T07:20:50.52Z",
"end_at": "2022-03-10T05:00:50.52Z",
"id": "018792C9-4AD7-8EC4-4038-9E05C598534A",
"order_hash": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"protocol_data": {
"order_type": "FULL_RESTRICTED",
"counter": "1",
"zone_address": "0x12",
"seaport_address": "0x12",
"seaport_version": "1.5"
},
"salt": "12686911856931635052326433555881236148",
"sell": [
{
"type": "ERC721",
"contract_address": "0x692edAd005237c7E737bB2c0F3D8ccCc10D3479E",
"token_id": "1"
}
],
"signature": "0x",
"start_at": "2022-03-09T05:00:50.52Z",
"status": {
"name": "EXPIRED"
},
"updated_at": "2022-03-07T07:20:50.52Z"
},
{
"account_address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"buy": [
{
"type": "ERC20",
"amount": "9750000000000000000",
"contract_address": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
}
],
"fees": [],
"chain": {
"id": "eip155:11155111",
"name": "sepolia"
},
"created_at": "2022-03-07T07:20:50.52Z",
"end_at": "2022-03-10T05:00:50.52Z",
"id": "018792C9-4AD7-8EC4-4038-9E05C598534A",
"order_hash": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"protocol_data": {
"order_type": "FULL_RESTRICTED",
"counter": "1",
"zone_address": "0x12",
"seaport_address": "0x12",
"seaport_version": "1.5"
},
"salt": "12686911856931635052326433555881236148",
"sell": [
{
"type": "ERC721",
"contract_address": "0x692edAd005237c7E737bB2c0F3D8ccCc10D3479E",
"token_id": "1"
}
],
"signature": "0x",
"start_at": "2022-03-09T05:00:50.52Z",
"status": {
"name": "EXPIRED"
},
"updated_at": "2022-03-07T07:20:50.52Z"
}
]
}