Get collection token details
Get collection token details by id
GET
TypeScript
Path Parameters
The collection link id
The tokenId as it appears on the blockchain
Response
Collection token details were fetched successfully
The collection id
Example:
"fbfbfbfb-fbfb-fbfb-fbfb-fbfbfbfbfbfb"
The collection status
Available options:
PENDING, COMPLETED Example:
"COMPLETED"
The type of collection
Available options:
NON_FUNGIBLE_TOKEN, SEMI_FUNGIBLE_TOKEN Example:
"NON_FUNGIBLE_TOKEN"
The display name of the collection. If was not provided, would be taken from the contract template
Example:
"My Simple ERC721 Collection"
The collection's metadata
TypeScript