cURL
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>" } '
{ "count": 123 }
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
Represented as uint8 on the server side
unknown
listing
offer
Show child attributes
OK
Was this page helpful?