curl --request GET \
--url https://public.raze.sh/api/metadata/chain/{
"success": true,
"metadata": {
"image": "https://arweave.net/image.png",
"twitter": "https://twitter.com/example",
"telegram": null,
"website": "https://example.com"
}
}Fetch and normalize off-chain metadata from any URI (IPFS, Arweave, HTTP).
Returns normalized fields: image, twitter, telegram, website.
curl --request GET \
--url https://public.raze.sh/api/metadata/chain/{
"success": true,
"metadata": {
"image": "https://arweave.net/image.png",
"twitter": "https://twitter.com/example",
"telegram": null,
"website": "https://example.com"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.