Retrieve an NFT

Create an NFT

get

This endpoint allows you to create a new NFT.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
transferablestringRequired

Value must be either 't' for transferable or 'n' for non-transferable

projectIdintegerRequired
nftIdintegerRequired

NFT ID

Responses
200Success
application/json
get
/v2/projects/:transferable/:projectId/nfts/:nftId

Example

curl --location --request GET 'https://dev.underdogprotocol.com/v2/projects/n/4/nfts/1' \
--header 'Authorization: Bearer {token}'

Last updated