NFT
Inscription NFT API
Latest NFTs List
POST
/nft_recent
Get latest Inscription NFTs list
Headers
Request
Name
Type
Description
Optional
Response
{
"data": [
{
"blocknumber": 12031704,
"event_logs": [],
"from": "0x90f7562249916a4e690c16ca69ebfd6533d42499",
"id": 83705317,
"mime_category": "1",
"mime_data": "Dragon",
"mime_type": "",
"owner": "0x90f7562249916a4e690c16ca69ebfd6533d42499",
"signature": "eb22c5e28adf024cfee08804c00ddb9ac2973892",
"timestamp": 1709395063,
"to": "0x90f7562249916a4e690c16ca69ebfd6533d42499",
"tx_hash": "0x20a2da84e86edd78dc75f304537587e32a6e25b0c0733f0224a688188c95aba5",
"tx_index": 4,
"verified": "1"
}, {
...
},
...
],
"error_code": 0
}
NFT Collections
GET
/nft_collections
Get NFT collections list
Headers
Request
Response
NFTs List
GET
/nfts
Get NFTs list owned by specific address.
Headers
Request
Name
Type
Description
Optional
Response
{
"data": [
{
"blocknumber": 12031704,
"event_logs": [],
"from": "0x90f7562249916a4e690c16ca69ebfd6533d42499",
"id": 83705317,
"mime_category": "1",
"mime_data": "Dragon",
"mime_type": "",
"owner": "0x90f7562249916a4e690c16ca69ebfd6533d42499",
"signature": "eb22c5e28adf024cfee08804c00ddb9ac2973892",
"timestamp": 1709395063,
"to": "0x90f7562249916a4e690c16ca69ebfd6533d42499",
"tx_hash": "0x20a2da84e86edd78dc75f304537587e32a6e25b0c0733f0224a688188c95aba5",
"tx_index": 4,
"verified": "1"
}, {
...
},
...
],
"error_code": 0
}
NFT
GET
/nft/{path}
Get specific NFT content.
Headers
Request
Response
Inscription not found
NFT Transfers
GET
/nft_transfers
<Description of the endpoint>
Headers
Body
Name
Type
Description
Optional
Response
{
"data": [
{
"blocknumber": 12031704,
"event_logs": [],
"from": "0x90f7562249916a4e690c16ca69ebfd6533d42499",
"id": 83705317,
"mime_category": "4",
"mime_data": "0x20a2da84e86edd78dc75f304537587e32a6e25b0c0733f0224a688188c95aba5",
"mime_type": "",
"owner": "0x90f7562249916a4e690c16ca69ebfd6533d42499",
"signature": "eb22c5e28adf024cfee08804c00ddb9ac2973892",
"timestamp": 1709395063,
"to": "0x90f7562249916a4e690c16ca69ebfd6533d42499",
"tx_hash": "0x20a2da84e86edd78dc75f304537587e32a6e25b0c0733f0224a688188c95aba5",
"tx_index": 4,
"verified": "1"
}, {
...
},
...
],
"error_code": 0
}