mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Use when a Solana-side agent needs the current network state before sending a transaction,

Use when a Solana-side agent needs the current network state before sending a transaction, as often as it likes. Returns the current slot, block height and block time (unix and ISO) plus a prioritization-fee summary (min, median, p75, max in microlamports per compute unit, slots sampled, suggested fee = p75) from the public RPC, optionally scoped to up to five writable accounts. $0.002 per call via x402 on Solana or Base, or MPP on Tempo; no accounts.

Do you run api.oblique.markets? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
2000 (raw units)
price
6
calls / 30d
4
unique payers
2026-09-14
updated

Provider

api.oblique.markets · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "2000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "2000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "accounts": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "block_height": 423288514,
          "block_time": "2026-09-07T22:01:05.000Z",
          "block_time_unix": 1788818465,
          "chain": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "commitment": "confirmed",
          "freshness": {
            "cache": "miss",
            "cache_age_seconds": 0,
            "served_at": "2026-09-07T22:01:06.418Z",
            "ttl_seconds": 8
          },
          "priority_fee": {
            "accounts": [],
            "basis": "p75 of per-slot minimum prioritization fees over the sampled slots",
            "max": 200000,
            "median": 1,
            "min": 0,
            "p75": 2500,
            "scope": "network",
            "slot_range": {
              "from": 445131058,
              "to": 445131207
            },
            "slots_sampled": 150,
            "suggested_priority_fee": 2500,
            "unit": "microlamports_per_compute_unit",
            "zero_fee_slots": 61
          },
          "receipt": {
            "payer": "AisyQi7zL7cR3q6sftsv7aVAcLGKb5PR23u3nwwBtaJy",
            "payment_network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
            "sku": "solana-priority-fee"
          },
          "retrieved_at": "2026-09-07T22:01:06.412Z",
          "rpc": {
            "endpoint_class": "public",
            "hosts": [
              "solana-rpc.publicnode.com"
            ],
            "methods": [
              "getSlot",
              "getRecentPrioritizationFees",
              "getBlockHeight",
              "getBlockTime"
            ]
          },
          "slot": 445131207
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "accounts": {
                  "description": "Optional: up to 5 comma-separated base58 pubkeys; the fee sample is then limited to transactions that lock these accounts writable.",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "block_height": {
              "type": "integer"
            },
            "block_time": {
              "type": "string"
            },
            "block_time_unix": {
              "type": "integer"
            },
            "chain": {
              "type": "string"
            },
            "commitment": {
              "type": "string"
            },
            "freshness": {
              "properties": {
                "cache": {
                  "type": "string"
                },
                "cache_age_seconds": {
                  "type": "integer"
                },
                "served_at": {
                  "type": "string"
                },
                "ttl_seconds": {
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "priority_fee": {
              "properties": {
                "accounts": {
                  "type": "array"
                },
                "basis": {
                  "type": "string"
                },
                "max": {
                  "type": "integer"
                },
                "median": {
                  "type": "integer"
                },
                "min": {
                  "type": "integer"
                },
                "p75": {
                  "type": "integer"
                },
                "scope": {
                  "type": "string"
                },
                "slot_range": {
                  "properties": {
                    "from": {
                      "type": "integer"
                    },
                    "to": {
                      "type": "integer"
                    }
                  },
                  "type": "object"
                },
                "slots_sampled": {
                  "type": "integer"
                },
                "suggested_priority_fee": {
                  "type": "integer"
                },
                "unit": {
                  "type": "string"
                },
                "zero_fee_slots": {
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "receipt": {
              "properties": {
                "payer": {
                  "type": "string"
                },
                "payment_network": {
                  "type": "string"
                },
                "sku": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "retrieved_at": {
              "type": "string"
            },
            "rpc": {
              "properties": {
                "endpoint_class": {
                  "type": "string"
                },
                "hosts": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "methods": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            },
            "slot": {
              "type": "integer"
            }
          },
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.oblique.markets/api/v1/paid/solana-priority-fee"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.oblique.markets/api/v1/paid/solana-priority-fee");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.oblique.markets/api/v1/paid/solana-priority-fee")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/559.json, and this resource appears in /discovery/resources and /discovery/search.