Last updated 6 months ago
GET /v1/collection-indexer/collection/{collectionId}/items HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*
Default Response
{ "code": 1, "msg": "text", "data": { "total": 1, "list": [ { "inscriptionId": "text", "collectionId": "text", "collectionItemName": "text", "inscriptionIndex": 1, "inscriptionNumber": 1, "inscriptionName": "text", "contentBody": "text", "contentLength": 1, "contentType": "text", "height": 1, "holders": 1, "totalItems": 1 } ] } }