W3Block Docs
  • 🚀Start here
    • Welcome to the Docs
    • Integrated Blockchains
  • 👨‍💻Dev Docs
    • API
      • Getting Started
      • Authentication
      • Commerce API services
        • Company Administration
          • Companies (Admin)
          • Assets (Admin)
          • Tags (Admin)
          • Products (Admin)
            • Order Rules (Admin)
          • Orders (Admin)
          • Faq (Admin)
          • Webhooks (Admin)
        • Products
        • Orders
        • Webhooks
        • Faq
        • Globals
      • Key API Services
        • Authentication
        • Companies
        • Tokens
          • Contracts
            • External Contacts
            • Royalty Eligible
          • Categories
            • Subcategories
          • Token Collections
            • Token Editions
          • Metadata
        • Blockchain
        • Cloudinary
        • Integration
          • Ecommerce
            • Associate Tokens
            • Hooks
        • Users
        • Vouchers
  • 📘Knowledge Base
    • First Steps
    • FAQ
    • Glossary
Powered by GitBook
On this page
  1. Dev Docs
  2. API
  3. Key API Services
  4. Tokens
  5. Token Collections

Token Editions

PreviousToken CollectionsNextMetadata

Last updated 2 years ago

A token Edition is a single token. If you want you can set a edition from one of your collections to be minted. Here you are also able to transfer a token if you are its owner to another wallet. Note that this operation also uses gas and can be estimated beforehand.

List token editions

Make a bulk of tokens ready to mint

Make a single token ready to mint

Estimate mint gas

Burn a token edition

Estimate gas to burn a token

👨‍💻
get

List all tokens

Authorizations
Path parameters
companyIdstringRequired
Query parameters
createdAtstringOptionalExample: 2022-01-30T10:30:40-03:00
sortBystring[]Optional
orderBystring · enumOptionalPossible values:
pagenumberOptionalDefault: 1Example: 1
limitnumberOptionalDefault: 10Example: 10
searchstringOptional
tokenCollectionIdstringOptional
editionNumbernumberOptional
walletAddressesstring[]Optional
userIdstring · uuidOptional
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin
get
GET /{companyId}/token-editions HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Accept: */*
{
  "meta": {
    "itemCount": 1,
    "totalItems": 1,
    "itemsPerPage": 1,
    "totalPages": 1,
    "currentPage": 1
  },
  "links": {
    "first": "http://example.com?page=1",
    "prev": "http://example.com?page=1",
    "next": "http://example.com?page=2",
    "last": "http://example.com?page=3"
  },
  "items": [
    {
      "id": "text",
      "companyId": "text",
      "editionNumber": 1,
      "tokenCollection": {
        "id": "text",
        "companyId": "text",
        "deletedAt": "2025-06-01T11:03:55.648Z",
        "createdAt": "2025-06-01T11:03:55.648Z",
        "updatedAt": "2025-06-01T11:03:55.648Z",
        "status": "draft",
        "contractId": "text",
        "subcategoryId": "text",
        "name": "text",
        "description": "text",
        "mainImage": "text",
        "tokenData": {},
        "publishedTokenTemplate": {
          "prop1": {
            "type": "SELECT",
            "config": {
              "required": {},
              "label": "text",
              "tooltip": "text",
              "placeholder": "text",
              "order": 1,
              "childrenType": "SELECT",
              "range": {
                "min": 1,
                "max": 1
              },
              "options": [
                "text"
              ],
              "float": true
            },
            "children": {}
          },
          "prop2": {
            "type": "SELECT",
            "config": {
              "required": {},
              "label": "text",
              "tooltip": "text",
              "placeholder": "text",
              "order": 1,
              "childrenType": "SELECT",
              "range": {
                "min": 1,
                "max": 1
              },
              "options": [
                "text"
              ],
              "float": true
            },
            "children": {}
          }
        },
        "quantity": 1,
        "initialQuantityToMint": 1,
        "initialQuantity": 1,
        "rangeInitialToMint": "text",
        "quantityMinted": 1,
        "rfids": [
          "text"
        ],
        "ownerAddress": "text",
        "pass": true,
        "similarTokens": true,
        "settings": {
          "sendWebhookWhenTokenEditionIsUpdated": true
        }
      },
      "contractId": "text",
      "contract": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "companyId": "123e4567-e89b-12d3-a456-426614174000",
        "royaltyId": "123e4567-e89b-12d3-a456-426614174000",
        "address": "text",
        "chainId": 1,
        "name": "text",
        "symbol": "text",
        "description": "text",
        "image": "text",
        "externalLink": "text",
        "operators": [
          "text"
        ],
        "roles": [
          []
        ],
        "status": "draft",
        "contractActionId": "text",
        "features": [
          "admin:minter"
        ],
        "deletedAt": "2025-06-01T11:03:55.648Z",
        "createdAt": "2025-06-01T11:03:55.648Z",
        "updatedAt": "2025-06-01T11:03:55.648Z",
        "transferWhitelistId": "123e4567-e89b-12d3-a456-426614174000",
        "minterWhitelistId": "123e4567-e89b-12d3-a456-426614174000",
        "maxSupply": 1
      },
      "tokenCollectionId": "text",
      "rfid": "text",
      "status": "draft",
      "contractAddress": "text",
      "ownerAddress": "text",
      "chainId": 1,
      "tokenId": 1,
      "mintedHash": "text",
      "mintedAt": "2025-06-01T11:03:55.648Z",
      "nftMinting": {
        "id": "text",
        "companyId": "text",
        "contractId": "text",
        "contractAddress": "text",
        "ownerAddress": "text",
        "sender": "text",
        "chainId": 1,
        "startEdition": 1,
        "endEdition": 1,
        "batchNumber": 1,
        "status": "created",
        "txHash": "text",
        "txId": "text",
        "mintedAt": "2025-06-01T11:03:55.648Z",
        "metadata": {},
        "nfts": [
          []
        ],
        "createdAt": "2025-06-01T11:03:55.648Z",
        "updatedAt": "2025-06-01T11:03:55.648Z"
      },
      "nftMintingId": "text",
      "name": "text",
      "description": "text",
      "mainImage": "text",
      "tokenData": {},
      "rawData": {},
      "deletedAt": "2025-06-01T11:03:55.648Z",
      "createdAt": "2025-06-01T11:03:55.648Z",
      "updatedAt": "2025-06-01T11:03:55.648Z",
      "mintedAddress": "text"
    }
  ]
}
get
Authorizations
Path parameters
companyIdstringRequired
Query parameters
rfidstringRequired
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin
get
GET /{companyId}/token-editions/check-rfid?rfid=text HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Accept: */*
{
  "used": true
}
patch

Change status to ready to mint by token

Authorizations
Path parameters
companyIdstringRequired
idstringRequired
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin
patch
PATCH /{companyId}/token-editions/{id}/ready-to-mint HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Accept: */*
{
  "id": "text",
  "companyId": "text",
  "editionNumber": 1,
  "tokenCollection": {
    "id": "text",
    "companyId": "text",
    "deletedAt": "2025-06-01T11:03:55.648Z",
    "createdAt": "2025-06-01T11:03:55.648Z",
    "updatedAt": "2025-06-01T11:03:55.648Z",
    "status": "draft",
    "contractId": "text",
    "subcategoryId": "text",
    "name": "text",
    "description": "text",
    "mainImage": "text",
    "tokenData": {},
    "publishedTokenTemplate": {
      "prop1": {
        "type": "SELECT",
        "config": {
          "required": {},
          "label": "text",
          "tooltip": "text",
          "placeholder": "text",
          "order": 1,
          "childrenType": "SELECT",
          "range": {
            "min": 1,
            "max": 1
          },
          "options": [
            "text"
          ],
          "float": true
        },
        "children": {}
      },
      "prop2": {
        "type": "SELECT",
        "config": {
          "required": {},
          "label": "text",
          "tooltip": "text",
          "placeholder": "text",
          "order": 1,
          "childrenType": "SELECT",
          "range": {
            "min": 1,
            "max": 1
          },
          "options": [
            "text"
          ],
          "float": true
        },
        "children": {}
      }
    },
    "quantity": 1,
    "initialQuantityToMint": 1,
    "initialQuantity": 1,
    "rangeInitialToMint": "text",
    "quantityMinted": 1,
    "rfids": [
      "text"
    ],
    "ownerAddress": "text",
    "pass": true,
    "similarTokens": true,
    "settings": {
      "sendWebhookWhenTokenEditionIsUpdated": true
    }
  },
  "contractId": "text",
  "contract": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "companyId": "123e4567-e89b-12d3-a456-426614174000",
    "royaltyId": "123e4567-e89b-12d3-a456-426614174000",
    "address": "text",
    "chainId": 1,
    "name": "text",
    "symbol": "text",
    "description": "text",
    "image": "text",
    "externalLink": "text",
    "operators": [
      "text"
    ],
    "roles": [
      []
    ],
    "status": "draft",
    "contractActionId": "text",
    "features": [
      "admin:minter"
    ],
    "deletedAt": "2025-06-01T11:03:55.648Z",
    "createdAt": "2025-06-01T11:03:55.648Z",
    "updatedAt": "2025-06-01T11:03:55.648Z",
    "transferWhitelistId": "123e4567-e89b-12d3-a456-426614174000",
    "minterWhitelistId": "123e4567-e89b-12d3-a456-426614174000",
    "maxSupply": 1
  },
  "tokenCollectionId": "text",
  "rfid": "text",
  "status": "draft",
  "contractAddress": "text",
  "ownerAddress": "text",
  "chainId": 1,
  "tokenId": 1,
  "mintedHash": "text",
  "mintedAt": "2025-06-01T11:03:55.648Z",
  "nftMinting": {
    "id": "text",
    "companyId": "text",
    "contractId": "text",
    "contractAddress": "text",
    "ownerAddress": "text",
    "sender": "text",
    "chainId": 1,
    "startEdition": 1,
    "endEdition": 1,
    "batchNumber": 1,
    "status": "created",
    "txHash": "text",
    "txId": "text",
    "mintedAt": "2025-06-01T11:03:55.648Z",
    "metadata": {},
    "nfts": [
      []
    ],
    "createdAt": "2025-06-01T11:03:55.648Z",
    "updatedAt": "2025-06-01T11:03:55.648Z"
  },
  "nftMintingId": "text",
  "name": "text",
  "description": "text",
  "mainImage": "text",
  "tokenData": {},
  "rawData": {},
  "deletedAt": "2025-06-01T11:03:55.648Z",
  "createdAt": "2025-06-01T11:03:55.648Z",
  "updatedAt": "2025-06-01T11:03:55.648Z"
}
get

Estimate gas to mint tokens

Authorizations
Path parameters
companyIdstringRequired
idstringRequired
Query parameters
quantityToMintnumberRequired

quantity of token to mint

Example: 1
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin
get
GET /{companyId}/token-editions/{id}/estimate-gas/mint?quantityToMint=1 HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Accept: */*
{
  "totalGas": 1,
  "totalGasPrice": {
    "safe": "text",
    "proposed": "text",
    "fast": "text"
  }
}
get

Estimate gas to burn

Authorizations
Path parameters
companyIdstringRequired
idstringRequired
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin, user
get
GET /{companyId}/token-editions/{id}/estimate-gas/burn HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Accept: */*
{
  "totalGas": 1,
  "totalGasPrice": {
    "safe": "text",
    "proposed": "text",
    "fast": "text"
  }
}
get

Get a token by id

Authorizations
Path parameters
companyIdstringRequired
idstringRequired
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin
get
GET /{companyId}/token-editions/{id} HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Accept: */*
{
  "id": "text",
  "companyId": "text",
  "editionNumber": 1,
  "tokenCollection": {
    "id": "text",
    "companyId": "text",
    "deletedAt": "2025-06-01T11:03:55.648Z",
    "createdAt": "2025-06-01T11:03:55.648Z",
    "updatedAt": "2025-06-01T11:03:55.648Z",
    "status": "draft",
    "contractId": "text",
    "subcategoryId": "text",
    "name": "text",
    "description": "text",
    "mainImage": "text",
    "tokenData": {},
    "publishedTokenTemplate": {
      "prop1": {
        "type": "SELECT",
        "config": {
          "required": {},
          "label": "text",
          "tooltip": "text",
          "placeholder": "text",
          "order": 1,
          "childrenType": "SELECT",
          "range": {
            "min": 1,
            "max": 1
          },
          "options": [
            "text"
          ],
          "float": true
        },
        "children": {}
      },
      "prop2": {
        "type": "SELECT",
        "config": {
          "required": {},
          "label": "text",
          "tooltip": "text",
          "placeholder": "text",
          "order": 1,
          "childrenType": "SELECT",
          "range": {
            "min": 1,
            "max": 1
          },
          "options": [
            "text"
          ],
          "float": true
        },
        "children": {}
      }
    },
    "quantity": 1,
    "initialQuantityToMint": 1,
    "initialQuantity": 1,
    "rangeInitialToMint": "text",
    "quantityMinted": 1,
    "rfids": [
      "text"
    ],
    "ownerAddress": "text",
    "pass": true,
    "similarTokens": true,
    "settings": {
      "sendWebhookWhenTokenEditionIsUpdated": true
    }
  },
  "contractId": "text",
  "contract": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "companyId": "123e4567-e89b-12d3-a456-426614174000",
    "royaltyId": "123e4567-e89b-12d3-a456-426614174000",
    "address": "text",
    "chainId": 1,
    "name": "text",
    "symbol": "text",
    "description": "text",
    "image": "text",
    "externalLink": "text",
    "operators": [
      "text"
    ],
    "roles": [
      []
    ],
    "status": "draft",
    "contractActionId": "text",
    "features": [
      "admin:minter"
    ],
    "deletedAt": "2025-06-01T11:03:55.648Z",
    "createdAt": "2025-06-01T11:03:55.648Z",
    "updatedAt": "2025-06-01T11:03:55.648Z",
    "transferWhitelistId": "123e4567-e89b-12d3-a456-426614174000",
    "minterWhitelistId": "123e4567-e89b-12d3-a456-426614174000",
    "maxSupply": 1
  },
  "tokenCollectionId": "text",
  "rfid": "text",
  "status": "draft",
  "contractAddress": "text",
  "ownerAddress": "text",
  "chainId": 1,
  "tokenId": 1,
  "mintedHash": "text",
  "mintedAt": "2025-06-01T11:03:55.648Z",
  "nftMinting": {
    "id": "text",
    "companyId": "text",
    "contractId": "text",
    "contractAddress": "text",
    "ownerAddress": "text",
    "sender": "text",
    "chainId": 1,
    "startEdition": 1,
    "endEdition": 1,
    "batchNumber": 1,
    "status": "created",
    "txHash": "text",
    "txId": "text",
    "mintedAt": "2025-06-01T11:03:55.648Z",
    "metadata": {},
    "nfts": [
      []
    ],
    "createdAt": "2025-06-01T11:03:55.648Z",
    "updatedAt": "2025-06-01T11:03:55.648Z"
  },
  "nftMintingId": "text",
  "name": "text",
  "description": "text",
  "mainImage": "text",
  "tokenData": {},
  "rawData": {},
  "deletedAt": "2025-06-01T11:03:55.648Z",
  "createdAt": "2025-06-01T11:03:55.648Z",
  "updatedAt": "2025-06-01T11:03:55.648Z",
  "mintedAddress": "text"
}
get

Estimate gas to transfer token

Authorizations
Path parameters
companyIdstringRequired
idstringRequired
Query parameters
toAddressstringRequired
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin, user
get
GET /{companyId}/token-editions/{id}/estimate-gas/transfer?toAddress=text HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Accept: */*
{
  "totalGas": 1,
  "totalGasPrice": {
    "safe": "text",
    "proposed": "text",
    "fast": "text"
  }
}
get

Get last transfer or burn transaction

Authorizations
Path parameters
companyIdstringRequired
idstringRequired
typestringRequired
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin
get
GET /{companyId}/token-editions/{id}/get-last/{type} HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Accept: */*
{
  "toAddress": "text",
  "sender": "text",
  "status": "created",
  "txHash": "text",
  "chainId": 80001,
  "metadata": {
    "status": "text",
    "message": "text"
  }
}
  • PATCH/{companyId}/token-editions/retry-bulk-by-collection
  • List token editions
  • GET/{companyId}/token-editions
  • GET/{companyId}/token-editions/check-rfid
  • Make a bulk of tokens ready to mint
  • PATCH/{companyId}/token-editions/ready-to-mint
  • Make a single token ready to mint
  • PATCH/{companyId}/token-editions/{id}/ready-to-mint
  • Estimate mint gas
  • GET/{companyId}/token-editions/{id}/estimate-gas/mint
  • Burn a token edition
  • DELETE/{companyId}/token-editions/burn
  • Estimate gas to burn a token
  • GET/{companyId}/token-editions/{id}/estimate-gas/burn
  • PATCH/{companyId}/token-editions/{id}/rfid
  • GET/{companyId}/token-editions/{id}
  • PATCH/{companyId}/token-editions/transfer-token
  • GET/{companyId}/token-editions/{id}/estimate-gas/transfer
  • PATCH/{companyId}/token-editions/{id}/transfer-token
  • GET/{companyId}/token-editions/{id}/get-last/{type}
  • PATCH/tokens/check-collection-token-holder
patch

Retry a bulk mint by collection

Authorizations
Path parameters
companyIdstringRequired
Body
jobIdstringRequired
Responses
204Success
401
Need user with one of these roles: superAdmin, admin
patch
PATCH /{companyId}/token-editions/retry-bulk-by-collection HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "jobId": "text"
}

No content

patch

Change status to ready to mint

Authorizations
Path parameters
companyIdstringRequired
Body
editionIdstring[]Required

Array of token ids

Responses
204Success
401
Need user with one of these roles: superAdmin, admin
patch
PATCH /{companyId}/token-editions/ready-to-mint HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "editionId": []
}

No content

delete

Burn token

Authorizations
Path parameters
companyIdstringRequired
Body
tokensstring[]Required
Responses
204Success
401
Need user with one of these roles: superAdmin, admin, user
delete
DELETE /{companyId}/token-editions/burn HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 19

{
  "tokens": [
    "text"
  ]
}

No content

patch

Change rfid by id

Authorizations
Path parameters
companyIdstringRequired
idstringRequired
Body
rfidstringRequiredExample: zf4pg538qx
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin
patch
PATCH /{companyId}/token-editions/{id}/rfid HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "rfid": "zf4pg538qx"
}
{
  "id": "text",
  "companyId": "text",
  "editionNumber": 1,
  "tokenCollection": {
    "id": "text",
    "companyId": "text",
    "deletedAt": "2025-06-01T11:03:55.648Z",
    "createdAt": "2025-06-01T11:03:55.648Z",
    "updatedAt": "2025-06-01T11:03:55.648Z",
    "status": "draft",
    "contractId": "text",
    "subcategoryId": "text",
    "name": "text",
    "description": "text",
    "mainImage": "text",
    "tokenData": {},
    "publishedTokenTemplate": {
      "prop1": {
        "type": "SELECT",
        "config": {
          "required": {},
          "label": "text",
          "tooltip": "text",
          "placeholder": "text",
          "order": 1,
          "childrenType": "SELECT",
          "range": {
            "min": 1,
            "max": 1
          },
          "options": [
            "text"
          ],
          "float": true
        },
        "children": {}
      },
      "prop2": {
        "type": "SELECT",
        "config": {
          "required": {},
          "label": "text",
          "tooltip": "text",
          "placeholder": "text",
          "order": 1,
          "childrenType": "SELECT",
          "range": {
            "min": 1,
            "max": 1
          },
          "options": [
            "text"
          ],
          "float": true
        },
        "children": {}
      }
    },
    "quantity": 1,
    "initialQuantityToMint": 1,
    "initialQuantity": 1,
    "rangeInitialToMint": "text",
    "quantityMinted": 1,
    "rfids": [
      "text"
    ],
    "ownerAddress": "text",
    "pass": true,
    "similarTokens": true,
    "settings": {
      "sendWebhookWhenTokenEditionIsUpdated": true
    }
  },
  "contractId": "text",
  "contract": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "companyId": "123e4567-e89b-12d3-a456-426614174000",
    "royaltyId": "123e4567-e89b-12d3-a456-426614174000",
    "address": "text",
    "chainId": 1,
    "name": "text",
    "symbol": "text",
    "description": "text",
    "image": "text",
    "externalLink": "text",
    "operators": [
      "text"
    ],
    "roles": [
      []
    ],
    "status": "draft",
    "contractActionId": "text",
    "features": [
      "admin:minter"
    ],
    "deletedAt": "2025-06-01T11:03:55.648Z",
    "createdAt": "2025-06-01T11:03:55.648Z",
    "updatedAt": "2025-06-01T11:03:55.648Z",
    "transferWhitelistId": "123e4567-e89b-12d3-a456-426614174000",
    "minterWhitelistId": "123e4567-e89b-12d3-a456-426614174000",
    "maxSupply": 1
  },
  "tokenCollectionId": "text",
  "rfid": "text",
  "status": "draft",
  "contractAddress": "text",
  "ownerAddress": "text",
  "chainId": 1,
  "tokenId": 1,
  "mintedHash": "text",
  "mintedAt": "2025-06-01T11:03:55.648Z",
  "nftMinting": {
    "id": "text",
    "companyId": "text",
    "contractId": "text",
    "contractAddress": "text",
    "ownerAddress": "text",
    "sender": "text",
    "chainId": 1,
    "startEdition": 1,
    "endEdition": 1,
    "batchNumber": 1,
    "status": "created",
    "txHash": "text",
    "txId": "text",
    "mintedAt": "2025-06-01T11:03:55.648Z",
    "metadata": {},
    "nfts": [
      []
    ],
    "createdAt": "2025-06-01T11:03:55.648Z",
    "updatedAt": "2025-06-01T11:03:55.648Z"
  },
  "nftMintingId": "text",
  "name": "text",
  "description": "text",
  "mainImage": "text",
  "tokenData": {},
  "rawData": {},
  "deletedAt": "2025-06-01T11:03:55.648Z",
  "createdAt": "2025-06-01T11:03:55.648Z",
  "updatedAt": "2025-06-01T11:03:55.648Z"
}
patch

Transfer token

Authorizations
Path parameters
companyIdstringRequired
Body
toAddressstringRequired
editionIdstring[]Required

Array of token ids

Responses
401
Need user with one of these roles: superAdmin, admin
patch
PATCH /{companyId}/token-editions/transfer-token HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 35

{
  "toAddress": "text",
  "editionId": []
}
401

Need user with one of these roles: superAdmin, admin

No content

patch
Authorizations
Path parameters
companyIdstringRequired
idstringRequired
Body
toAddressstringRequired
Responses
204Success
401
Need user with one of these roles: superAdmin, admin, user
patch
PATCH /{companyId}/token-editions/{id}/transfer-token HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 20

{
  "toAddress": "text"
}

No content

patch
Authorizations
Body
walletAddressesstring[]RequiredExample: ["0x82dbB0A14F79f50c8f8e0D50FC9F1ef30Aeb6C79","0x39926ceceb3cc78ab2cced96f217df3e7bed48c1"]
Responses
401
Need user with one of these roles: superAdmin, admin
patch
PATCH /tokens/check-collection-token-holder HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 401

{
  "walletAddresses": [
    "0x82dbB0A14F79f50c8f8e0D50FC9F1ef30Aeb6C79",
    "0x39926ceceb3cc78ab2cced96f217df3e7bed48c1"
  ],
  "collections": [
    {
      "contractAddress": "0x389dd295657a6fb2336aa33e40aeb8fb81f97fe4",
      "chainId": 80001,
      "startTokenId": 1,
      "endTokenId": 100,
      "metadataRequirements": [
        []
      ],
      "collectionId": "123e4567-e89b-12d3-a456-426614174000",
      "erc20ContractId": "123e4567-e89b-12d3-a456-426614174000",
      "requiredAmount": 10
    }
  ]
}
401

Need user with one of these roles: superAdmin, admin

No content