Last updated 6 months ago
POST /v1/collection-indexer/collection/add_items HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 127 { "collectionId": "text", "items": [ { "inscriptionId": "text", "itemName": "text", "attributes": [ { "traitType": "text", "value": "text" } ] } ] }
Default Response
{ "code": 1, "msg": "text", "data": {} }