Last updated 1 month ago
Default Response
const response = await fetch('https://open-api-fractal.unisat.io/v1/collection-indexer/collection/{collectionId}/holders?start=0&limit=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "text", "data": { "total": 0, "list": [ { "address": "text", "count": 0 } ] } }