Market Brief
Answers "what is the market doing right now" in a single request, assembling prices, movement and liquidity into one response.
Answers "what is the market doing right now" in a single request, assembling prices, movement and liquidity into one response. The alternative is calling a price feed, a DEX index and a TVL source separately and stitching them together yourself — three round trips, three failure modes and three sets of rate limits.
It costs more per call than any single lookup and less than making all of them, which is the trade it exists for. Reach for it when an agent needs orientation before deciding what to look at closely; reach for token-price, dex-pairs or defi-tvl when you already know.
Call it
The first response is 402 with the exact price and every rail you can
pay with. Pay, repeat the request with the proof, and you get the result.
curl -X POST https://api.glianalabs.com/v1/tools/market-brief \
-H 'content-type: application/json' \
-d '{"chain":"base","symbols":"BTC,ETH,SOL"}'When to use it
One call that answers "what is the market doing right now" instead of four. Use when an agent wants context before acting — spot prices, gas on the chain it is about to transact on, and where DeFi capital sits — without orchestrating separate requests. Inputs: chain (default base — ethereum, base, arbitrum, optimism, bsc, polygon), symbols (default BTC,ETH,SOL, max 8), protocol (optional DefiLlama slug for a specific protocol TVL). Returns prices, gas (with the USD cost of a transfer), defi (total TVL and top chains), and protocol when asked. Each section degrades independently: a dead upstream nulls its own field, is named in `degraded`, and the rest of the brief still returns.
What it costs
$0.0300 per successful call — flat, with no plan, minimum or monthly fee. A call that fails validation is refused before it runs, so it is never charged.
Not sure this is the right endpoint? GET /v1/consult?intent=… is
free and answers that.
Often used with this
DeFi TVL
$0.0100Total value locked in a DeFi protocol or a whole chain, from DefiLlama.
Gas Price
$0.0100Current gas on an EVM chain, priced in both gwei and dollars.
Stock Brief
$0.0120One call that answers "what is going on with this company": profile, the latest reported financials, and the most recent filings.