Get protocol TVL
Path Parameters
Protocol id
Value in
- "blend"
- "aquarius"
- "soroswap"
- "fxdao"
Query Parameters
Inclusive range start (RFC 3339).
date-timeInclusive range end (RFC 3339).
date-timeBucket size. Currently only "1d" is supported; "1h" and "1w" are reserved and return 400 until the read model is backfilled for those resolutions.
Value in
- "1h"
- "1d"
- "1w"
Return data as of this ledger sequence number. Omit for latest state.
int640 <= valueResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/protocols/blend/tvl"{ "data": { "points": [ { "timestamp": "2019-08-24T14:15:22Z", "tvl_usd": "string" } ], "protocol_id": "string", "resolution": "1h" }, "enrichment": { "assets": { "property1": { "decimals": 0, "price_source": null, "price_usd": "string", "symbol": "string", "tags": [ "string" ] }, "property2": { "decimals": 0, "price_source": null, "price_usd": "string", "symbol": "string", "tags": [ "string" ] } }, "contracts": { "property1": { "name": "string", "position_types": [ "collateral" ], "protocol": "string", "status": "active", "version": "string" }, "property2": { "name": "string", "position_types": [ "collateral" ], "protocol": "string", "status": "active", "version": "string" } } }, "meta": { "attribution_confidence": 0.1, "data_staleness_seconds": 0, "last_indexed_ledger": 0, "oracle_staleness_seconds": 0, "partial_result": true, "response_time_ms": 0, "sources": [ "soroban_rpc" ] }}Get protocol reservesget
Previous Page
Get transactionget
`meta.partial_result` semantics: the flag is true when the decode may be incomplete — specifically when (a) any protocol referenced by the transaction's activities has a missing or unhealthy indexing adapter, (b) normalized activity rows exist but the transaction record itself has not been indexed yet, or (c) the transaction record exists but produced no normalized activity rows. It is false only when the transaction record and at least one activity row are both present and every involved protocol's adapter is healthy.