🧑‍🚀 CERTHIS 🧑‍🚀
  • 🎯GET STARTED
    • Platform Quick Overview
    • Certhis Academy
    • Create Collection
  • 👾API Object References
    • Collection
    • NFT
    • User
    • Label
    • Currency
  • 🖼️Dynamic NFT
    • Authentication
    • API Endpoints
  • ⚙️Web3 CRM
    • API Endpoints
    • Webhook
  • 🍏Apple & Google Wallet
    • API Endpoints
    • Scanner
  • 🛒NFT Checkout
    • Claimer
    • API Endpoint
  • ⛏️Mint API
    • API Endpoint
    • MINTER ADDRESS
    • Webhook
    • Free Claim User
  • ✴️API endpoints
    • COLLECTION
    • CURRENCIES
    • NFT
    • STATISTICS
    • TRANSACTIONS
    • USER
    • SIGNATURE
    • CONTRACT
  • 📖Certhis SDK
    • Deploy Collection
    • Fetch NFT
    • Fetch Transactions
  • 💰Certhis WALLET
    • Introduction
    • Usage
    • Generate Wallet
    • Export private key
    • Connect to DAPP
  • 📜Smart Contract
    • ABI
    • INTERFACE
    • Audit
    • Contract Checker
  • 💸Royalties
    • Mint Royalties
    • Resell Royalties
    • Affiliation Royalties
    • Co-Creator Royalties
    • Deactivate Collection Royatlies
  • GATE
  • Community
    • 🔗Certhis On Social Media
    • 🏛️Founders
    • 📞Contact
  • FAQ
    • ❔FAQ
Powered by GitBook
On this page
  1. API Object References

Label

Property
Description
Type

id

Unique identifier of the label (CERTHIS API)

Int

label_id

Specific identifier of the label (CERTHIS SMART CONTRACT)

Int

label_logo_id

Identifier of the label logo

Int

label_name

Name of the label

String

label_description

Description of the label

String

label_tax

Tax applied to the label

Number

label_logo

URL of the label logo

String

label_payout

Payout address for the label

String

label_tax_mint

Fees applied to the minting of collections linked to the label

Number

label_payout_mint

Payout address for the minting of the label

String

creator_address

Blockchain address of the creator of the label

String

contract_id

Contract identifier of the label

String

created

Date when the label was created

Date

updated

Date when the label was last updated

Date

PreviousUserNextCurrency

Last updated 10 months ago

👾