Last updated 2 months ago
Default Response
const response = await fetch('https://open-api-fractal.unisat.io/v1/collection-indexer/address/{address}/collection/{collectionId}/items?start=0&limit=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "text", "data": { "total": 0, "list": [ { "inscriptionId": "text", "collectionId": "text", "collectionItemName": "text", "inscriptionIndex": 0, "inscriptionNumber": 0, "inscriptionName": "text", "contentBody": "text", "contentLength": 0, "contentType": "text", "height": 0, "holders": 0, "totalItems": 0 } ] } }