Transactions
- Overview
- Installation
- Endpoints
- Examples
Indexer
- Overview
- Installation
- Endpoints
- Examples
Indexer Gateway
Analytics
- Overview
- Endpoints
- Examples
Metadata
- Overview
- Endpoints
- Examples
Infrastructure
- Overview
- Endpoints
Builder
- Overview
- Endpoints
Marketplace
- Overview
- Endpoints
- POSTCheckoutOptionsMarketplace
- POSTCheckoutOptionsSalesContract
- POSTExecute
- POSTGenerateBuyTransaction
- POSTGenerateListingTransaction
- POSTGenerateOfferTransaction
- POSTGenerateSellTransaction
- POSTGetCollectibleHighestListing
- POSTGetCollectibleHighestOffer
- POSTGetCollectibleLowestListing
- POSTGetCollectibleLowestOffer
- POSTGetCollectible
- POSTGetCountOfAllCollectibles
- POSTGetCountOfFilteredCollectibles
- POSTGetFloorOrder
- POSTGetHighestPriceListingForCollectible
- POSTGetHighestPriceOfferForCollectible
- POSTGetLowestPriceListingForCollectible
- POSTGetLowestPriceOfferForCollectible
- POSTGetOrders
- POSTListCollectibleListings
- POSTListCollectibleOffers
- POSTListCollectiblesWithLowestListing
- POSTListCollectiblesWithHighestOffer
- POSTListCollectibles
- POSTListCurrencies
- POSTListListingsForCollectible
- POSTListOffersForCollectible
- POST
- Examples
Node Gateway
Endpoints
GetHighestPriceListingForCollectible
POST
/
rpc
/
Marketplace
/
GetHighestPriceListingForCollectible
curl --request POST \
--url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/GetHighestPriceListingForCollectible \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"contractAddress": "<string>",
"tokenId": "<string>",
"filter": {
"createdBy": [
"<string>"
],
"marketplace": [
"unknown"
],
"currencies": [
"<string>"
]
}
}'
{
"order": {
"id": 123,
"collectionId": 123,
"collectibleId": 123,
"orderId": "<string>",
"marketplace": "unknown",
"source": "unknown",
"side": "unknown",
"status": "unknown",
"chainId": 123,
"collectionContractAddress": "<string>",
"tokenId": "<string>",
"createdBy": "<string>",
"priceAmount": "<string>",
"priceAmountFormatted": "<string>",
"priceAmountNet": "<string>",
"priceAmountNetFormatted": "<string>",
"priceCurrencyAddress": "<string>",
"priceDecimals": 123,
"priceUSD": 123,
"quantityInitial": "<string>",
"quantityInitialFormatted": "<string>",
"quantityRemaining": "<string>",
"quantityRemainingFormatted": "<string>",
"quantityAvailable": "<string>",
"quantityAvailableFormatted": "<string>",
"quantityDecimals": 123,
"feeBps": 123,
"feeBreakdown": [
{
"kind": "<string>",
"recipientAddress": "<string>",
"bps": 123
}
],
"validFrom": "<string>",
"validUntil": "<string>",
"blockNumber": 123,
"orderCreatedAt": "<string>",
"orderUpdatedAt": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}
Authorizations
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
Body
application/json
[]string
[]MarketplaceKind
Represented as uint32 on the server side
Available options:
unknown
, sequence_marketplace_v1
, sequence_marketplace_v2
, opensea
, magic_eden
, mintify
, looks_rare
, x2y2
, sudo_swap
, coinbase
, rarible
, nftx
, foundation
, manifold
, zora
, blur
, super_rare
, okx
, element
, aqua_xyz
, auranft_co
[]string
Response
200
application/json
OK
Represented as uint32 on the server side
Available options:
unknown
, sequence_marketplace_v1
, sequence_marketplace_v2
, opensea
, magic_eden
, mintify
, looks_rare
, x2y2
, sudo_swap
, coinbase
, rarible
, nftx
, foundation
, manifold
, zora
, blur
, super_rare
, okx
, element
, aqua_xyz
, auranft_co
Represented as uint32 on the server side
Available options:
unknown
, external
, sequence_marketplace_v1
, sequence_marketplace_v2
Represented as uint8 on the server side
Available options:
unknown
, listing
, offer
Represented as uint8 on the server side
Available options:
unknown
, active
, inactive
, expired
, cancelled
, filled
Was this page helpful?
curl --request POST \
--url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/GetHighestPriceListingForCollectible \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"contractAddress": "<string>",
"tokenId": "<string>",
"filter": {
"createdBy": [
"<string>"
],
"marketplace": [
"unknown"
],
"currencies": [
"<string>"
]
}
}'
{
"order": {
"id": 123,
"collectionId": 123,
"collectibleId": 123,
"orderId": "<string>",
"marketplace": "unknown",
"source": "unknown",
"side": "unknown",
"status": "unknown",
"chainId": 123,
"collectionContractAddress": "<string>",
"tokenId": "<string>",
"createdBy": "<string>",
"priceAmount": "<string>",
"priceAmountFormatted": "<string>",
"priceAmountNet": "<string>",
"priceAmountNetFormatted": "<string>",
"priceCurrencyAddress": "<string>",
"priceDecimals": 123,
"priceUSD": 123,
"quantityInitial": "<string>",
"quantityInitialFormatted": "<string>",
"quantityRemaining": "<string>",
"quantityRemainingFormatted": "<string>",
"quantityAvailable": "<string>",
"quantityAvailableFormatted": "<string>",
"quantityDecimals": 123,
"feeBps": 123,
"feeBreakdown": [
{
"kind": "<string>",
"recipientAddress": "<string>",
"bps": 123
}
],
"validFrom": "<string>",
"validUntil": "<string>",
"blockNumber": 123,
"orderCreatedAt": "<string>",
"orderUpdatedAt": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}