Add Items
Authorizations
Body
collectionIdstringRequired
Responses
200
Default Response
application/json
post
/v1/collection-indexer/collection/add_itemsPOST /v1/collection-indexer/collection/add_items HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 127
{
  "collectionId": "text",
  "items": [
    {
      "inscriptionId": "text",
      "itemName": "text",
      "attributes": [
        {
          "traitType": "text",
          "value": "text"
        }
      ]
    }
  ]
}200
Default Response
{
  "code": 1,
  "msg": "text",
  "data": {}
}Last updated