DeFi Liquidity Intelligence API
Structured liquidity and market data for DeFi protocols — so you can ship products without building indexing infrastructure.
Spend days integrating, not months building data pipelines.
API example
Real response shape from the wallet positions endpoint in the current MVP.
{
"indexed_to_block": 21955247,
"indexed_at": "2025-03-01T23:16:47Z",
"items": [
{
"chain_id": 1,
"owner": "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e",
"initiator": "0x93c231b64a2b1546fadab54bc9a10e244deb99c8",
"pool": {
"pool_id": "0xfa86f15833604c1ee16f0a2f7de9d04d244fd9248a3ffe71220f7718f21871fe",
"pool_manager": "0x000000000004444c5dc75cb358380d2e3de08a90",
"token0": {
"address": "0x6111f3e70fbe68c8d62c3340b32e978ddfd8b08a",
"symbol": "SETH",
"decimals": 18,
"name": "Sethereum"
},
"token1": {
"address": "0xdb99b0477574ac0b2d9c8cec56b42277da3fdb82",
"symbol": "DECT",
"decimals": 18,
"name": "DEC Token"
},
"fee": 100,
"tick_spacing": 1,
"hooks": null
},
"tick_lower": -887272,
"tick_upper": 887272,
"salt": "0x00000000000000000000000000000000000000000000000000000000000013ec",
"liquidity": "30000000000000000001626363"
}
],
"next_cursor": null,
"limit": 50
}Current API surface
Public beta, read-only. Historical indexing available with structured, protocol-aware data models and transparent freshness metadata.
Query indexed LP positions and swap activity for a given address.
- GET /api/v1/wallets/{address}/positions
- GET /api/v1/wallets/{address}/swaps
Access indexed pools and structured swap streams per pool.
- GET /api/v1/pools
- GET /api/v1/pools/{pool_id}/swaps
Canonical token and chain metadata aligned with indexed protocol data.
- GET /api/v1/tokens
- GET /api/v1/chains
Query fee accrual state for individual LP positions.
- GET /api/v1/positions/{position_id}/fees
Who it’s for
Built for teams shipping DeFi products and analytics — without rebuilding indexing from scratch.
- Public beta with historical indexing available.
- Data freshness currently ~60 minutes (near real-time ingestion planned).
- Every response includes indexing metadata: indexed_to_block, indexed_at.
Roadmap
Request API access
Request access to the public beta. We’ll email you an API key and onboarding details.
No spam — only product updates and onboarding. If you prefer email: hello@blockforest.xyz