Last updated 5 months ago
/v1/collection-indexer/address/{address}/collection/{collectionId}/items
curl -L \ --url 'https://open-api-fractal.unisat.io/v1/collection-indexer/address/{address}/collection/{collectionId}/items?start=1&limit=1' \ --header 'Authorization: Bearer JWT'
{ "code": 1, "msg": "text", "data": { "total": 1, "list": [ { "inscriptionId": "text", "collectionId": "text", "collectionItemName": "text", "inscriptionIndex": 1, "inscriptionNumber": 1, "inscriptionName": "text", "contentBody": "text", "contentLength": 1, "contentType": "text", "height": 1, "holders": 1, "totalItems": 1 } ] } }