CKB Explorer English
  1. v2
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. v2

Cell List

Developing
GET
/cells
Chinese version: https://www.apifox.cn/web/project/962207

Request

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://mainnet-api.explorer.nervos.org/api/v2/cells' \
--header 'Accept: application/vnd.api+json' \
--header 'Content-Type: application/vnd.api+json'

Responses

🟢200Success
application/json
Body

Example
{
    "data": [
        {
            "id": 0,
            "standard": "string",
            "name": "string",
            "description": "string",
            "icon_url": "string",
            "creator": "string",
            "items_count": 0,
            "holders_count": 0,
            "type_script": {
                "args": "string",
                "code_hash": "string",
                "hash_type": "string",
                "script_hash": "string"
            }
        }
    ],
    "pagination": {
        "scaffold_url": "string",
        "first_url": "string",
        "prev_url": "string",
        "page_url": "string",
        "next_url": "string",
        "last_url": "string",
        "count": 0,
        "page": 0,
        "items": 0,
        "vars": {
            "page": "string",
            "items": 0,
            "outset": 0,
            "size": [
                0
            ],
            "page_param": "string",
            "params": {},
            "fragment": "string",
            "link_extra": "string",
            "i18n_key": "string",
            "cycle": true,
            "overflow": "string",
            "metadata": [
                "string"
            ],
            "count": 0
        },
        "pages": 0,
        "last": 0,
        "in": 0,
        "from": 0,
        "to": 0,
        "prev": null,
        "next": 0,
        "series": [
            "string"
        ]
    }
}
Modified at 2023-02-27 03:56:51
Previous
CoTA Transaction List
Next
Live Cell List
Built with