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
CheckoutOptionsSalesContract
POST
/
rpc
/
Marketplace
/
CheckoutOptionsSalesContract
curl --request POST \
--url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/CheckoutOptionsSalesContract \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"wallet": "<string>",
"contractAddress": "<string>",
"collectionAddress": "<string>",
"items": [
{
"tokenId": "<string>",
"quantity": "<string>"
}
]
}'
{
"options": {
"crypto": "none",
"swap": [
"unknown"
],
"nftCheckout": [
"unknown"
],
"onRamp": [
"unknown"
]
}
}
Authorizations
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
Body
application/json
Response
200
application/json
OK
Represented as uint32 on the server side
Available options:
none
, partially
, all
[]TransactionSwapProvider
Represented as uint32 on the server side
Available options:
unknown
, zerox
[]TransactionNFTCheckoutProvider
Represented as uint32 on the server side
Available options:
unknown
, sardine
, transak
[]TransactionOnRampProvider
Represented as uint32 on the server side
Available options:
unknown
, sardine
, transak
Was this page helpful?
curl --request POST \
--url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/CheckoutOptionsSalesContract \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"wallet": "<string>",
"contractAddress": "<string>",
"collectionAddress": "<string>",
"items": [
{
"tokenId": "<string>",
"quantity": "<string>"
}
]
}'
{
"options": {
"crypto": "none",
"swap": [
"unknown"
],
"nftCheckout": [
"unknown"
],
"onRamp": [
"unknown"
]
}
}