post https://{API_URL}/items
Creates a new NFT item within a collection. Items can be either fungible or non-fungible based on the collection settings.
Log in to see full request history
Response
Creates a new NFT item within a collection. Items can be either fungible or non-fungible based on the collection settings.
xxxxxxxxxx
curl --request POST \
--url https://api_url/items \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!