Last updated 1 month ago
Default Response
const response = await fetch('https://open-api-fractal.unisat.io/v1/collection-indexer/collection/{collectionId}/info', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "text", "data": { "height": 0, "holders": 0, "totalItems": 0 } }