CKB Explorer English
  1. CoTA
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
        GET
      • CoTA NFT Class
        GET
      • Sender of CoTA NFT Item
        GET
      • Claim Status
        GET
      • Minted CoTA NFT Class by a specific issuer
        GET
      • CoTA Transaction List
        GET
    • 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
  1. CoTA

Minted CoTA NFT Class by a specific issuer

Developing
GET
/cota/issuers/{address}/minted
Chinese version: https://www.apifox.cn/web/project/962207

Request

Path Params
address
string 
required
Query Params
page
string 
optional
page_size
string 
optional
class_id
string 
optional
Cota NFT Class ID
issuer
string 
optional
holder
string 
optional
withdrawer
string 
optional
Header Params
Accept
string 
required
Example:
application/vnd.api+json
Content-Type
string 
required
Example:
application/vnd.api+json

Request 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/cota/issuers//minted?page&page_size&class_id&issuer&holder&withdrawer' \
--header 'Accept: application/vnd.api+json' \
--header 'Content-Type: application/vnd.api+json'

Responses

🟢200成功
application/json
Body
data
array[object (CoTA_NFT) {13}] 
required
audio
string 
required
characteristic
string 
required
configure
string 
required
cota_id
string 
required
description
string 
required
image
string 
required
meta_characteristic
string 
required
model
string 
required
name
string 
required
properties
string 
required
state
string 
required
token_index
string 
required
video
string 
required
pagination
string 
required
Example
{
  "data": [
    {
      "audio": "string",
      "characteristic": "string",
      "configure": "string",
      "cota_id": "string",
      "description": "string",
      "image": "string",
      "meta_characteristic": "string",
      "model": "string",
      "name": "string",
      "properties": "string",
      "state": "string",
      "token_index": "string",
      "video": "string"
    }
  ],
  "pagination": "string"
}
Modified at 2023-02-27 06:35:33
Previous
Claim Status
Next
CoTA Transaction List
Built with