← oblique.markets · all endpoints

POST /api/v1/paid/solana-ops-context — $0.005 per call

Use when an agent needs solana ops context. Returns Solana operations context: current UTC time, latest Bazaar pulse, source evidence metadata, and repeat-call measurement for the paying wallet. $0.005.

Price$0.005 per call (5000 atomic USDC, scheme exact)
Categorymarket-data
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/solana-ops-context

Try it

curl -i https://api.oblique.markets/api/v1/paid/solana-ops-context
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "properties": {}
}

Example output

{
 "utc_time": "2026-09-02T12:34:56.000Z",
 "unix_time": 1788352496,
 "bazaar_pulse": {
  "as_of": "2026-09-01",
  "totals": {
   "resources": 42,
   "sellers": 12,
   "calls_30d": 1850
  },
  "top_services": [
   {
    "name": "bazaar-pulse",
    "listings": 3,
    "calls_30d": 250,
    "payers_30d": 18
   }
  ],
  "networks": [
   "eip155:8453",
   "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
  ]
 },
 "evidence": {
  "source": "oblique-market D1 completed Bazaar snapshot",
  "snapshot_date": "2026-09-01",
  "generated_at": "2026-09-02T12:34:56.000Z",
  "payment_network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
  "payer": "AisyQi7zL7cR3q6sftsv7aVAcLGKb5PR23u3nwwBtaJy",
  "prior_calls": 1,
  "is_repeat_payer": true,
  "first_seen": "2026-09-02T12:00:00.000Z",
  "measurement": "settlement_event rows for this endpoint and payer before this call"
 }
}

Clients

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