CKB Explorer English
  1. UDT
CKB Explorer English
  • v1
    • Statistics
      • Statistic Info Charts
      • Daily Statistics
      • Block Statistics
      • Epoch Statistics
      • Statistics
      • Tip Block Number
    • Block List
      GET
    • Block by number or hash
      GET
    • Address
      GET
    • Transaction
      GET
    • Transaction List
      GET
    • UDT List
      GET
    • UDT
      GET
    • Udt Transaction List
      GET
    • Block Transaction List
      GET
    • Address Transaction List
      GET
    • Contract Transaction List
      GET
  • v2
    • NFT
      • NFT Hodlers List
      • NFT Collection List
      • NFT Collection
      • NFT Item
      • NFT Item List
      • NFT Transfer List
    • CoTA
      • Issuer of CoTA
      • CoTA NFT Class
      • Sender of CoTA NFT Item
      • Claim Status
      • Minted CoTA NFT Class by a specific issuer
      • CoTA Transaction List
    • Cell List
      GET
    • Live Cell List
      GET
    • Bit Accounts
      POST
    • Bit Accounts Copy
      POST
    • DAO Events of an address
      GET
    • Transactions referring to a specific script
      GET
    • Referring cells of a script
      GET
    • Deployed cells of a script
      GET
    • Script Info
      GET
    • Miner Versions Distribution
      GET
    • Pending Transaction List
      GET
    • Transaction Fees
      GET
  • Schemas
    • Core
      • DisplayInputs
      • DisplayOutputs
      • CellOutput
      • Block
      • CkbTransaction
      • CkbTransactions
      • Address
      • CellInput
      • Script
      • UncleBlock
      • LockHash
      • LockInfo
    • Statistics
      • IndexStatistic
      • Statistics
      • EpochInfo
      • AddressBalanceRanking
    • UDT
      • Udt
      • UdtTransaction
    • DAO
      • DaoContract
    • NFT
      • TokenCollection
      • TokenItem
    • CoTA
      • CoTA_NFT
      • CoTA_NFT_Class
      • CoTA_Transaction
    • Pagination
  1. UDT

Udt

{
    "symbol": "string",
    "full_name": "string",
    "icon_file": "string",
    "published": "string",
    "description": "string",
    "type_hash": "string",
    "type_script": {
        "code_hash": "string",
        "hash_type": "string",
        "args": "string",
        "script_hash": "string"
    },
    "issuer_address": "string",
    "total_amount": "string",
    "addresses_count": "string",
    "decimal": "string",
    "h24_ckb_transactions_count": "string",
    "created_at": "string"
}
Built with