{
  "x402Version": 2,
  "id": 12375,
  "slug": "12375",
  "resource": "https://scry.solanahub.de/x402/network/priority-fees-live",
  "description": "",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "CTKigV78yuErumvqm7Qor8j1hMK2oxNxdhwpVrAKV85d",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xF4A904d8326786d90157cf791C281302F11b2036",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "canonical_path": "/x402/network/priority-fees-live",
        "description": "Return live Solana priority-fee estimates from Helius for global, Jupiter, Raydium, or caller-supplied account keys. Includes all fee levels in micro-lamports…",
        "entry_role": "specialized_solana_evidence_call",
        "icon_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-256.png",
        "input": {
          "method": "GET",
          "queryParams": {
            "account_keys": "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4",
            "lookback_slots": 50,
            "preset": "jupiter_swap"
          },
          "type": "http"
        },
        "logo_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-512.png",
        "marketplace_alias": false,
        "marketplace_listing": true,
        "output": {
          "example": {
            "account_keys": [
              "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4"
            ],
            "agent_decision_support": {
              "confidence": "HIGH",
              "posture": "evidence_only"
            },
            "as_of": "2026-05-05T13:17:40Z",
            "caveat": "Network fee evidence only. Priority fees do not guarantee transaction inclusion and are not financial advice or a tra...",
            "confidence_score": 0.9,
            "coverage": {
              "confidence": 0.9
            },
            "estimate": {},
            "evidence_pack": {
              "contract": "scry_evidence_pack_v1",
              "posture": "evidence_for_caller_policy"
            },
            "field_provenance": {},
            "fixture_note": "Frozen-but-current response-shape fixture refreshed on 2026-05-05. Paid responses return response-level freshness fie...",
            "frozen_at": "2026-05-05T13:17:40Z",
            "is_example": true,
            "lookback_slots": 50,
            "methodology": "scry_priority_fees_live_v1",
            "preset": "jupiter_swap",
            "preset_label": "Jupiter swap route account-key estimate",
            "product": "scry_priority_fees_live",
            "response_generated_at": "2026-05-05T13:17:40Z",
            "source_updated_at": "2026-05-05T13:17:40Z",
            "sources": [
              "helius-priority-fee-api"
            ],
            "spend_rationale": {},
            "status": "success",
            "supported": true,
            "workflow_continuation": {
              "contract": "scry_workflow_continuation_v1",
              "posture": "caller_selects_no_automatic_purchase"
            }
          },
          "full_example_url": "https://scry.solanahub.de/x402/discovery.json?full=1",
          "type": "json"
        },
        "provider": "Scry",
        "service_name": "Scry Wallet Intelligence"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "account_keys": {
                    "examples": [
                      "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4"
                    ],
                    "type": "string"
                  },
                  "lookback_slots": {
                    "examples": [
                      50
                    ],
                    "type": "number"
                  },
                  "preset": {
                    "examples": [
                      "jupiter_swap"
                    ],
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": true,
                "properties": {
                  "account_keys": {
                    "type": "array"
                  },
                  "agent_decision_support": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "as_of": {
                    "type": "string"
                  },
                  "caveat": {
                    "type": "string"
                  },
                  "confidence_score": {
                    "type": "number"
                  },
                  "coverage": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "estimate": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "evidence_pack": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "field_provenance": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "fixture_note": {
                    "type": "string"
                  },
                  "frozen_at": {
                    "type": "string"
                  },
                  "is_example": {
                    "type": "boolean"
                  },
                  "lookback_slots": {
                    "type": "number"
                  },
                  "methodology": {
                    "type": "string"
                  },
                  "preset": {
                    "type": "string"
                  },
                  "preset_label": {
                    "type": "string"
                  },
                  "product": {
                    "type": "string"
                  },
                  "response_generated_at": {
                    "type": "string"
                  },
                  "source_updated_at": {
                    "type": "string"
                  },
                  "sources": {
                    "type": "array"
                  },
                  "spend_rationale": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "status": {
                    "type": "string"
                  },
                  "supported": {
                    "type": "boolean"
                  },
                  "workflow_continuation": {
                    "additionalProperties": true,
                    "type": "object"
                  }
                },
                "required": [
                  "status",
                  "product",
                  "coverage",
                  "evidence_pack",
                  "agent_decision_support",
                  "methodology"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "scry.solanahub.de",
  "lastUpdated": "2026-09-12T17:02:46.104Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T17:02:45.486Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "scry.solanahub.de",
    "manifest_name": "scry.solanahub.de",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}