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

X-Access-Key
string
header
required

Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI

Body

application/json
wallet
string
contractAddress
string
collectionAddress
string
items
object[]

[]CheckoutOptionsItem

Response

200
application/json
OK
options
object