NFT
Inscription NFT API
Latest NFTs List
POST
/nft_recent
Get latest Inscription NFTs list
Headers
Content-Type
application/json
Request
include_image_data
bool
include image base64 data
page
number
page number
Response
NFT Collections
GET
/nft_collections
Get NFT collections list
Headers
Content-Type
application/json
Request
page
number
page number
Response
NFTs List
GET
/nfts
Get NFTs list owned by specific address.
Headers
Content-Type
application/json
Request
address
string
Wallet address
include_image_data
bool
include image base64 data
page
number
page number
Response
NFT
GET
/nft/{path}
Get specific NFT content.
Headers
Content-Type
plain/text
Content-Type
image/png
Request
path
string
Inscription ID or Tx
Response
NFT Transfers
GET
/nft_transfers
<Description of the endpoint>
Headers
Content-Type
application/json
Body
tx
string
tx of NFT
id
number
id of NFT
page
number
page number
Response
Last updated