{
  "x402Version": 2,
  "id": 559,
  "slug": "559",
  "resource": "https://api.oblique.markets/api/v1/paid/solana-priority-fee",
  "description": "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.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-09-14T06:45:53.415Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-14T06:45:53.233Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.oblique.markets",
    "manifest_name": "api.oblique.markets",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}