CKB Explorer English
  1. NFT
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
        GET
      • NFT Collection List
        GET
      • NFT Collection
        GET
      • NFT Item
        GET
      • NFT Item List
        GET
      • NFT Transfer List
        GET
    • 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
  1. NFT

NFT Transfer List

GET
/nft/transfers
Chinese version: https://www.apifox.cn/web/project/962207

Request

Query Params
collection_id
string 
optional
id of collection
Example:
100
token_id
string 
optional
token_id of Item
Example:
1
page
string 
optional
Page
Example:
1
from
string 
optional
Records transferred from this address
Example:
ckb1qrgp752jcfnm0uemj723grpyva6zappyuj0tuge3etkpjlmjsxmq5qt53fvuhemzpfh08v8p834ut53hknx2y0szdvatc
to
string 
optional
Go to records at this address
Example:
ckb1qzl58smqy32hnrq6vxjedcxe2fugvnz497h7yvwqvwel40uh4rltcqdlag7f9f4jgkzl88znc0w0mk0mhw30yyq2g3h3h
transfer_action
string 
optional
The filtering parameter "transfer_action" can be set to "normal," "mint," or "destruction"
Example:
normal

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/nft/transfers?collection_id=100&token_id=1&page=1&from=ckb1qrgp752jcfnm0uemj723grpyva6zappyuj0tuge3etkpjlmjsxmq5qt53fvuhemzpfh08v8p834ut53hknx2y0szdvatc&to=ckb1qzl58smqy32hnrq6vxjedcxe2fugvnz497h7yvwqvwel40uh4rltcqdlag7f9f4jgkzl88znc0w0mk0mhw30yyq2g3h3h&transfer_action=normal'

Responses

🟢200Success
application/json
Body
data
array[string]
required
pagination
object 
required
overflow
boolean 
required
vars
object 
required
count
integer 
required
page
integer 
required
outset
integer 
required
items
integer 
required
last
integer 
required
pages
integer 
required
offset
integer 
required
params
object 
required
from
integer 
required
to
integer 
required
in
integer 
required
prev
null 
required
next
null 
required
Example
{
  "data": [
    "string"
  ],
  "pagination": {
    "overflow": true,
    "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
    },
    "count": 0,
    "page": 0,
    "outset": 0,
    "items": 0,
    "last": 0,
    "pages": 0,
    "offset": 0,
    "params": {},
    "from": 0,
    "to": 0,
    "in": 0,
    "prev": null,
    "next": null
  }
}
Modified at 2023-07-17 04:22:23
Previous
NFT Item List
Next
Issuer of CoTA
Built with