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