Token Price

Spot prices for cryptocurrencies and tokens. Use when an agent values a holding, converts an amount, or checks a market before acting.

$0.0020 per call POST /v1/tools/token-price

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.