Dynamic Metadata

Get Metadata

Your dynamic token metadata will be vended from: https://api.utiliti.ai/metadata/{namespace}/{id}.


Get token metadata

A GET request to /metadata/{namespace}/{id}. This API does not require authentication and can be set as the token_uri for your NFT contracts. Should look something like this:


const response = await fetch('https://api.utiliti.ai/metadata/heroes/5226', { method: 'GET', })