curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getAsset",
"params": {
"id": "So11111111111111111111111111111111111111112"
}
}
'{
"jsonrpc": "2.0",
"result": "<unknown>",
"id": 1
}Fetch one asset by mint id. Returns null in result when metadata is not found.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getAsset",
"params": {
"id": "So11111111111111111111111111111111111111112"
}
}
'{
"jsonrpc": "2.0",
"result": "<unknown>",
"id": 1
}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.