Verifiable Credentials
Get Credential by NFT Locator
Get a verifiable credential by the NFT locator.
This locator will have the format: <chain>:<contract_address>:<tokenId>. For example: polygon:0x1234abcde...:1
API scope required credentials.read. This enpoint will work also with a client side API key.
get/v1-alpha1/nfts/{nftLocator}/credentials
Path parameters
nftLocatorstring required
NFT on chain locator, in the format of <chain>:<contract_address>:<tokenId>
Response
Success.
object required
The credential object
Changes
No recorded changes to this endpoint across all 1 revision of this API.