Last updated 6 months ago
GET /v1/collection-indexer/inscription/{inscriptionId}/collection/list HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*
Default Response
{ "code": 1, "msg": "text", "data": { "total": 1, "list": [ { "name": "text", "iconInscription": "text", "iconUrl": "text", "iconContentType": "text", "supply": "text", "collectionId": "text", "desc": "text", "twitter": "text", "discord": "text", "website": "text" } ] } }