Token Price
Spot prices for cryptocurrencies and tokens. Use when an agent values a holding, converts an amount, or checks a market before acting.
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/token-price \
-H 'content-type: application/json' \
-d '{"symbols":"BTC,ETH","vs":"usd"}'When to use it
Inputs: symbols (required, comma-separated e.g. BTC,ETH,SOL), vs (quote currency, default usd). Returns per-symbol price with the source and timestamp. Cheap enough to poll in a loop.
What it costs
$0.0020 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
Exchange Rate
$0.0020Fiat currency conversion across 160+ currencies.
Market Brief
$0.0300Answers "what is the market doing right now" in a single request, assembling prices, movement and liquidity into one response.
DEX Pairs
$0.0100On-chain DEX liquidity for a token: which pools exist, how deep they are, and how much they trade.