POST
/
rpc
/
Marketplace
/
GetCountOfAllCollectibles
curl --request POST \
  --url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/GetCountOfAllCollectibles \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{
  "contractAddress": "<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
contractAddress
string

Response

200
application/json
OK
count
number