Last updated 2 months ago
Default Response
const response = await fetch('https://open-api-fractal.unisat.io/v1/collection-indexer/address/{address}/collection/{collectionId}/summary', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "text", "data": { "count": 0, "name": "text", "iconInscription": "text", "iconUrl": "text", "iconContentType": "text", "supply": "text", "collectionId": "text", "desc": "text", "twitter": "text", "discord": "text", "website": "text" } }