Tereno Token Metadata
GET www.tereno.xyz/api/v1/capabilities/token.metadata/invoke
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
What token is this? Read a Base token's name, symbol, decimals and total supply in one cheap typed call, with block-level freshness and explicit limitations. Identity is shared across agents for 7 days while total supply is re-read on every call beyond the block window the answer was quoted for. Positive-sum by design: $0.03 cold, $0.02 when the token identity is already shared, $0.01 on a shared full answer — and the wallet that seeded it earns a share of every reuse.
Resource: www.tereno.xyz/api/v1/capabilities/token.metadata/invoke
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xfbF218ACCBb0D57fc4E8fc3E2A885C910c4C9e94
Payment methods: — · Last validation: 2026-09-14 16:30:05.918+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"quote": {
"type": "string",
"description": "Optional single-use quote id."
},
"address": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$",
"description": "Base token contract address to read name, symbol, decimals and totalSupply from."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"capabilityId",
"invocationId",
"verdict",
"result",
"pricing",
"receiptUrl"
],
"properties": {
"result": {
"type": "object",
"required": [
"token",
"erc20Readable",
"reasonCodes",
"validUntilBlock"
],
"properties": {
"token": {
"type": "object"
},
"reasonCodes": {
"type": "array"
},
"erc20Readable": {
"type": "boolean"
},
"validUntilBlock": {
"type": "integer"
}
}
},
"pricing": {
"type": "object"
},
"verdict": {
"enum": [
"allow",
"review",
"block"
]
},
"receiptUrl": {
"type": "string"
},
"capabilityId": {
"const": "token.metadata"
},
"invocationId": {
"type": "string"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xfbF218ACCBb0D57fc4E8fc3E2A885C910c4C9e94",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xfbF218ACCBb0D57fc4E8fc3E2A885C910c4C9e94",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "30000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.