Read an NFT Collection
You can read the details of an NFT collection by sending a GET request to the /nft/<nft_collection_name>
endpoint.
Reads the details for an NFT collection.
GET
https://api.playfix.io/nft/<nft_collection_name>
Path Parameters
Name
Type
Description
nft_collection_name*
String
A unique name of the NFT collection, automatically generated by Playfix. It begins with "nfts/
" followed by a ULID.
Headers
Name
Type
Description
Authorization*
String
Bearer <your_access_token>
Example Curl API Call
Example Python API Call
Replace <nft_
collection
_name>
with the value of name
from the NFT collection you've created earlier.
Response Body
The response fields are the same as in the NFT collection creation process.
Last updated