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
- POSTGenerateBuyTransaction
- POSTGenerateListingTransaction
- POSTGenerateOfferTransaction
- POSTGenerateSellTransaction
- POSTGenerateCancelTransaction
- POSTGetCollectible
- POSTGetCountOfAllCollectibles
- POSTGetCountOfFilteredCollectibles
- POSTGetFloorOrder
- POSTGetHighestPriceListingForCollectible
- POSTGetHighestPriceOfferForCollectible
- POSTGetLowestPriceListingForCollectible
- POSTGetLowestPriceOfferForCollectible
- POSTGetOrders
- POSTListCollectibles
- POSTListCurrencies
- POSTListListingsForCollectible
- POSTListOffersForCollectible
- POST
Transactions
- Overview
- Installation
- Endpoints
- Examples
Blockchain RPC
Endpoints
CheckoutOptionsMarketplace
POST
/
rpc
/
Marketplace
/
CheckoutOptionsMarketplace
curl --request POST \
--url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/CheckoutOptionsMarketplace \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"wallet": "<string>",
"orders": [
{
"contractAddress": "<string>",
"orderId": "<string>",
"marketplace": "unknown"
}
],
"additionalFee": 123
}'
{
"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
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/CheckoutOptionsMarketplace \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{
"wallet": "<string>",
"orders": [
{
"contractAddress": "<string>",
"orderId": "<string>",
"marketplace": "unknown"
}
],
"additionalFee": 123
}'
{
"options": {
"crypto": "none",
"swap": [
"unknown"
],
"nftCheckout": [
"unknown"
],
"onRamp": [
"unknown"
]
}
}