get_signed_fact
ActiveTool of io.tooloracle/trustlayer
declared in 1.0.0
Get a cryptographically signed, machine-verifiable fact. Returns ES256K-signed data with JWKS verification URL. Other agents can independently verify the signature.
Parameters schema
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"symbol": {
"enum": [
"USDC",
"RLUSD",
"EURC",
"USDT",
"DAI"
],
"type": "string",
"description": "Token symbol: USDC, RLUSD, EURC, USDT, DAI"
},
"fact_type": {
"type": "string",
"default": "price",
"description": "Type: price, peg, market_cap, reserve"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.tooloracle/trustlayer
https://github.com/ToolOracle/trustlayer
1/7 registries