POST
/
rpc
/
Marketplace
/
GetCountOfFilteredCollectibles
curl --request POST \
  --url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/GetCountOfFilteredCollectibles \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{
  "side": "unknown",
  "contractAddress": "<string>",
  "filter": {
    "includeEmpty": true,
    "searchText": "<string>",
    "properties": [
      {
        "name": "<string>",
        "type": "INT",
        "min": 123,
        "max": 123,
        "values": [
          {}
        ]
      }
    ],
    "marketplaces": [
      "unknown"
    ],
    "inAccounts": [
      "<string>"
    ],
    "notInAccounts": [
      "<string>"
    ],
    "ordersCreatedBy": [
      "<string>"
    ],
    "ordersNotCreatedBy": [
      "<string>"
    ]
  }
}'
{
  "count": 123
}

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
side
enum<string>

Represented as uint8 on the server side

Available options:
unknown,
listing,
offer
contractAddress
string
filter
object

Response

200
application/json
OK
count
number