Use when a Solana-side agent needs a cheap operational context check at the star
Use when a Solana-side agent needs a cheap operational context check at the start of a run or task, as often as it likes. Returns the current UTC time (ISO and unix) plus the latest x402 Bazaar pulse (resource, seller and 30-day call totals, top services, networks) with source evidence and whether this paying wallet has called before. $0.005 per call via MPP on Tempo, x402 on Solana or x402 on Base; no accounts.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
17 msmedian answer time
$0.005listed price per call
$0.005price 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/solana-ops-context
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 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.005 | 17 ms |
Example input (from the provider)
{
"body": {},
"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": {},
"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": {
"bazaar_pulse": {
"properties": {
"as_of": {
"type": "string"
},
"networks": {
"items": {
"type": "string"
},
"type": "array"
},
"top_services": {
"items": {
"properties": {
"calls_30d": {
"type": "integer"
},
"listings": {
"type": "integer"
},
"name": {
"type": "string"
},
"payers_30d": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"totals": {
"properties": {
"calls_30d": {
"type": "integer"
},
"resources": {
"type": "integer"
},
"sellers": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"evidence": {
"properties": {
"first_seen": {
"type": "string"
},
"generated_at": {
"type": "string"
},
"is_repeat_payer": {
"type": "boolean"
},
"measurement": {
"type": "string"
},
"payer": {
"type": "string"
},
"payment_network": {
"type": "string"
},
"prior_calls": {
"type": "integer"
},
"snapshot_date": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"unix_time": {
"type": "integer"
},
"utc_time": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}