Use when an agent needs market intel
Use when an agent needs market intel. Returns Composed crypto market intelligence from public protocol, chain, DEX, fee and yield data plus bounded public web context. $0.10.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
29 msmedian answer time
$0.1listed price per call
$0.1price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.oblique.markets/api/v1/paid/market-intel
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 29 ms |
Example input (from the provider)
{
"body": {
"chain": "example",
"project": "example",
"symbol": "example",
"token_address": "example"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"chain": {
"type": "string"
},
"project": {
"type": "string"
},
"symbol": {
"type": "string"
},
"token_address": {
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"chain": {
"type": "string"
},
"intel_type": {
"type": "string"
},
"on_chain": {
"properties": {
"chain_tvl_usd": {
"type": "integer"
},
"dex_volume_24h_usd": {
"type": "integer"
},
"fees_24h_usd": {
"type": "integer"
},
"price": {
"type": "null"
}
},
"type": "object"
},
"project": {
"type": "string"
},
"protocols": {
"items": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"tvl_usd": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"queried_at": {
"type": "string"
},
"sources": {
"items": {
"type": "string"
},
"type": "array"
},
"token_address": {
"type": "null"
},
"web_intel": {
"properties": {
"snippets": {
"type": "array"
},
"sources": {
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}