Read an NFT Item
You can read the details of an NFT item by sending a GET request to the /nft/<nft_item_name>
endpoint.
Read the details of an NFT item.
GET
https://api.playfix.io/nft/<nft_item_name>
Path Parameters
Name
Type
Description
nft_item_name
String
An automatically generated unique name of the NFT item. This begins with nftitems/
, followed by a ULID.
Headers
Name
Type
Description
Authorization
String
Bearer <your_access_token>
Example cURL API Call
Example Python Call
Response
The response is the same as in the "Add an NFT Item" process.
Last updated