Smarter Metadata Link Resolution for NFTs
ArseniiWe’ve fixed the issues with how metadata links are resolved — and introduced a new way to give you control over it.
- Fixed a bug where metadata responses sometimes included incorrectly resolved URLs.
 - Added validation logic to detect bad URIs in cached or stored metadata — and automatically re-fetches only the original source.
 
- Introduced a new 
resolve_metadata_linksparameter (default:true) to all NFT endpoints which can return metadata. - When set to 
false, the response will return original links such asipfs://andar://, instead of their resolved HTTP versions. 
This gives clients full control — whether you want cleanly resolved URLs or raw metadata as authored on-chain.