Base token metadata lookup
Written by Agorean from what the endpoint says about itself
Gives you a Base token's name, symbol, decimals and total supply.
It reads a Base token's name, symbol, decimals, and total supply in one typed call, tagged with the block it was read at. Token identity, like the name and symbol, is treated as valid for 7 days, while total supply is re-read whenever a call falls outside the block window the previous answer was quoted for. The source is explicit about these freshness limits rather than promising a live figure on every field.
WHEN TO USE THIS
When: I have a Base token address and don't know what it is
For example: Call it and read the name and symbol fields.
When: I need a token's decimals to format its raw balance correctly
For example: Read the decimals field in the response.
When: I need a token's total supply, and I care how fresh that number is
For example: Check which block the total supply was read at before relying on it.
0.03 USDC
Paid to 0xfbf2…9e94
Your agent buys it
npx agorean buy lst_gp8imnp5bupm
Buy link
https://www.tereno.xyz/api/v1/capabilities/token.metadata/invoke
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xfbf2…9e94). Claiming cannot be undone.
claimListing("lst_gp8imnp5bupm", wallet_proof)