← oblique.markets · all endpoints
Use when an agent needs trading signals. Returns Bounded crypto trading signal from free DefiLlama DEX volume, chain TVL and fee momentum data. $0.005.
| Price | $0.005 per call (5000 atomic USDC, scheme exact) |
|---|---|
| Category | market-data |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/paid/trading-signals |
curl -i https://api.oblique.markets/api/v1/paid/trading-signals # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"chain": {
"type": "string",
"default": "Base"
}
}
}{
"symbol": "ETH",
"chain": "Base",
"signal": "neutral",
"confidence": 0.5,
"timeframe": "24h",
"components": {
"dex_activity": {
"chain": "Base",
"dex_volume_24h_usd": 120000000,
"fees_24h_usd": 900000,
"source": "DefiLlama"
}
},
"methodology": "bounded DefiLlama free API snapshot; not financial advice",
"queried_at": "2026-09-01T12:00:00.000Z",
"source": "DefiLlama",
"volume_observed": 120000000
}Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills
Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer