curl --request GET \
--url https://public.raze.sh/api/metadata/{tokenMint}{
"success": true,
"metadata": {
"tokenMint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"onChain": {
"name": "Bonk",
"symbol": "BONK",
"uri": "https://arweave.net/...",
"source": "metaplex"
},
"offChain": {
"image": "https://arweave.net/...",
"twitter": "https://twitter.com/bonaborat",
"telegram": null,
"website": "https://bonkcoin.com"
},
"metadataSource": "metaplex",
"timestamp": "2026-03-21T12:00:00.000Z"
}
}Fetch complete on-chain and off-chain metadata for a Solana token.
Supports Metaplex, Token 2022, and newly deployed tokens.
curl --request GET \
--url https://public.raze.sh/api/metadata/{tokenMint}{
"success": true,
"metadata": {
"tokenMint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"onChain": {
"name": "Bonk",
"symbol": "BONK",
"uri": "https://arweave.net/...",
"source": "metaplex"
},
"offChain": {
"image": "https://arweave.net/...",
"twitter": "https://twitter.com/bonaborat",
"telegram": null,
"website": "https://bonkcoin.com"
},
"metadataSource": "metaplex",
"timestamp": "2026-03-21T12:00:00.000Z"
}
}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.