finance 1 credit · ~$0.015 ~200ms
Symbol / Token Resolver
POST /v1/finance/symbol Resolves a ticker or token to a confirmed identity and flags ambiguity — because symbols collide. USDC has 200+ imposters on Solana. Always resolve by address for crypto.
Capabilities
- ✓ Address and symbol resolution
- ✓ Liquidity-ranked matches
- ✓ Ambiguity detection
- ✓ Expected-name confirmation
Use cases
- → Confirm the right token before trading
- → Avoid imposter tokens
- → Symbol to address mapping
example
curl -X POST https://api.agent-toolbox.ai/v1/finance/symbol \
-H "Content-Type: application/json" \
-d '{"query": "USDC", "chain": "solana"}' response shape
{
"verdict": "PASS" | "FLAG" | "BLOCK",
// tool-specific findings…
"certificate": "sha256:..."
}