INTELLIGENCE

Explore the source evidence.

Dated service listings, provider history and recorded changes. Refreshed automatically every 30 seconds.

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,820Source listings
34Source snapshots
28,470Recorded changes
1,435Endpoint observations

Latest snapshot: Sep 13, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

14,820 source listings · Advertised offers, not actual charges.

fittings.shfittings
https://fittings.sh/v1/dailymed/spl-fetch
NetworkAdvertised amountBillingPayee
eip155:84530.006 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": "https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1786826608/bazaar-icons/716f4937536b740e.png",
    "name": "fittings",
    "tags": [
      "dailymed"
    ],
    "usage": {}
  },
  "description": "For one DailyMed SET ID: the current label version and date, its products with active ingredients and package descriptions, its marketed NDC codes, and the full revision history.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "setid": {
                "description": "DailyMed SET ID UUID",
                "type": "string"
              }
            },
            "required": [
              "setid"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.006",
      "amount_atomic": "6000",
      "amount_encoding": "atomic_units",
      "amount_raw": "6000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "1c256d413ff13fcbc161106217c64f5cc3a5af7ce679e2fb856b360b155e734a",
  "service_id": "02a38e4a521d972961be7d72f8817bd1db7a2f1db7089594518b924d4c3007cb",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:06:46.826Z",
  "url": "https://fittings.sh/v1/dailymed/spl-fetch",
  "usage_rights": "not_reviewed"
}
https://imagcon.app/routes/x402/validate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Imagcon",
    "tags": [
      "ci-cd",
      "endpoint-testing",
      "payment-debugging",
      "x402-health-check",
      "x402-validator"
    ],
    "usage": {}
  },
  "description": "Test any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint checks for silent payment-killers like over-long resource descriptions, and a 402index discovery report. Config validators check your paperwork; this reports what the facilitator actually said. Run it from CI after every deploy.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "body": {
                "description": "JSON body the target expects (default {})",
                "type": "object"
              },
              "url": {
                "description": "The https x402 endpoint to probe (Base mainnet)",
                "type": "string"
              }
            },
            "required": [
              "url"
            ]
          },
          "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": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "0bb4480a51d5f0a78165cfb08e93e2a3f5598660899b63934a6c1e581d70983c",
  "service_id": "02a88520de1e567288d4d92b41a9b87582d9057f93a48a204722b92feb87453f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T14:01:16.502Z",
  "url": "https://imagcon.app/routes/x402/validate",
  "usage_rights": "not_reviewed"
}
https://agents.x402stock.xyz/api/v1/short-interest/:ticker
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xfdb4b511f6ae1f270776e500b3360217d5e7ed03
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": "https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784944557/bazaar-icons/7334df7883bfb842.png",
    "name": "x402stock",
    "tags": [
      "crypto",
      "macro",
      "market-data",
      "options",
      "stocks"
    ],
    "usage": {}
  },
  "description": "The exchange-reported short-interest history for a US-listed stock: total shares sold short, average daily volume, and days-to-cover for each bi-weekly FINRA settlement date, most recent first. A core short-squeeze and bearish-positioning signal. Tune how many settlements to return with `?limit=` (default 12). From x402stock, a market & economic data API (x402, USDC).",
  "domain": "agents.x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "zeroclick"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "pathParams": {
            "ticker": {
              "type": "string"
            },
            "type": "object"
          },
          "queryParams": {
            "properties": {
              "limit": {
                "exclusiveMinimum": 0,
                "maximum": 100,
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "billing": {
          "description": "amount is the price and is charged in full when you pay, and is not returned if delivery fails: this rail settles once and cannot give change. (Exact entries appear only on fixed-price requests - ceiling-priced requests are offered the reserve-and-pay-actual entry instead.)",
          "model": "prepaid"
        },
        "name": "USD Coin",
        "version": "2",
        "zeroclick": {
          "agentPaymentId": "apay_ZtuJRoKDZVLmF0uDbIKiw",
          "kind": "transaction",
          "zcRequestId": "zcreq_sV0gRlpGcUmV0p7JXmQ54"
        }
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xfdb4b511f6ae1f270776e500b3360217d5e7ed03",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "ed11e703e1bb9b0f4a8ec45148e4aaf4f0d590315f9998f0a71184a75864fa6b",
  "service_id": "02b2bc1fc9b8ad96716cadbbde43b10c908cb92a09f2adcc4bdfe3e19e4e1f80",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-26T20:36:20.201Z",
  "url": "https://agents.x402stock.xyz/api/v1/short-interest/:ticker",
  "usage_rights": "not_reviewed"
}
mitteleuropa.halowerk.comHALOWERK Central Land
https://mitteleuropa.halowerk.com/v1/sk-local-relief
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "HALOWERK Central Land",
    "tags": [
      "country",
      "europe",
      "land",
      "local-relief",
      "sk"
    ],
    "usage": {}
  },
  "description": "Difference between maximum and minimum sampled surface elevation. The coordinate is validated against the Natural Earth boundary for Slovakia; results outside it are rejected before payment.",
  "domain": "mitteleuropa.halowerk.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "payment-identifier"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "latitude": {
                "description": "WGS84 latitude inside the published European coverage.",
                "maximum": 72.5,
                "minimum": 34,
                "type": "number"
              },
              "longitude": {
                "description": "WGS84 longitude inside the published European coverage.",
                "maximum": 40.5,
                "minimum": -31.5,
                "type": "number"
              }
            },
            "required": [
              "longitude",
              "latitude"
            ],
            "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": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "authoritative_status": {
                "const": "preliminary_non_binding",
                "type": "string"
              },
              "category": {
                "const": "country",
                "type": "string"
              },
              "caveats": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "charged": {
                "type": "boolean"
              },
              "checked_at": {
                "type": "string"
              },
              "confidence": {
                "maximum": 1,
                "minimum": 0,
                "type": "number"
              },
              "confidence_method": {
                "minLength": 20,
                "type": "string"
              },
              "data_date": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "evidence": {
                "additionalProperties": false,
                "properties": {
                  "local-relief": {
                    "additionalProperties": true,
                    "properties": {
                      "method": {
                        "type": "string"
                      },
                      "metric": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "sample_count": {
                        "minimum": 1,
                        "type": "integer"
                      },
                      "unit": {
                        "type": "string"
                      },
                      "value": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "metric",
                      "name",
                      "unit",
                      "value",
                      "sample_count",
                      "method"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "local-relief"
                ],
                "type": "object"
              },
              "evidence_classification": {
                "const": "derived_from_open_geodata",
                "type": "string"
              },
              "facts": {
                "type": "object"
              },
              "generated_at": {
                "type": "string"
              },
              "geometry": {
                "type": [
                  "object",
                  "null"
                ]
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "minItems": 1,
                "type": "array"
              },
              "meta": {
                "type": "object"
              },
              "payment": {
                "additionalProperties": true,
                "required": [
                  "settled",
                  "price_usdc"
                ],
                "type": "object"
              },
              "recommended_next_steps": {
                "items": {
                  "type": "string"
                },
                "minItems": 1,
                "type": "array"
              },
              "result": {
                "minLength": 1,
                "type": "string"
              },
              "risk_level": {
                "type": "string"
              },
              "service": {
                "const": "sk-local-relief",
                "type": "string"
              },
              "service_id": {
                "const": "eli-0431",
                "type": "string"
              },
              "sources": {
                "items": {
                  "additionalProperties": true,
                  "properties": {
                    "authority": {
                      "type": "string"
                    },
                    "dataset": {
                      "type": "string"
                    },
                    "license": {
                      "type": "string"
                    },
                    "retrieved_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "authority",
                    "dataset",
                    "url",
                    "license",
                    "retrieved_at"
                  ],
                  "type": "object"
                },
                "minItems": 1,
                "type": "array"
              },
              "status": {
                "enum": [
                  "success",
                  "no_finding",
                  "warning",
                  "high_risk",
                  "not_applicable",
                  "insufficient_coverage",
                  "source_temporarily_unavailable"
                ],
                "type": "string"
              },
              "summary": {
                "minLength": 20,
                "type": "string"
              }
            },
            "required": [
              "service_id",
              "service",
              "category",
              "status",
              "result",
              "summary",
              "facts",
              "geometry",
              "risk_level",
              "confidence",
              "confidence_method",
              "checked_at",
              "data_date",
              "evidence",
              "sources",
              "limitations",
              "recommended_next_steps",
              "evidence_classification",
              "authoritative_status",
              "generated_at",
              "caveats",
              "charged",
              "payment"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "9bd5cae2a9332124624b2139146ec278205e96e39d9cc989e207f5eaa39e4958",
  "service_id": "02b43d34c48479229d30bba2911155c17403cdd22448ead2b865ddddf8ebd876",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-03T18:36:03.579Z",
  "url": "https://mitteleuropa.halowerk.com/v1/sk-local-relief",
  "usage_rights": "not_reviewed"
}
defillama.use.x402atlas.comDefiLlama DeFi TVL & Yields
https://defillama.use.x402atlas.com/batch-historical
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xCB8025D951e5E45Be7D288B658EEee6f05713006
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0xCB8025D951e5E45Be7D288B658EEee6f05713006
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0xCB8025D951e5E45Be7D288B658EEee6f05713006
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp5000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "DefiLlama DeFi TVL & Yields",
    "tags": [
      "batch",
      "defi",
      "defillama",
      "price",
      "token"
    ],
    "usage": {}
  },
  "description": "Batch historical token prices by DefiLlama — prices for many coins at many timestamps in one call (coins is a JSON map).",
  "domain": "defillama.use.x402atlas.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "coins": {
                "description": "Required JSON object mapping each {chain}:{address} or coingecko:{id} coin to an array of unix timestamps",
                "maxLength": 8000,
                "minLength": 1,
                "type": "string"
              },
              "searchWidth": {
                "description": "Optional time range to search for each price (e.g. 4h)",
                "maxLength": 200,
                "type": "string"
              }
            },
            "required": [
              "coins"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "data": {
                "additionalProperties": true,
                "description": "Raw DefiLlama batchHistorical payload",
                "properties": {
                  "coins": {
                    "additionalProperties": {
                      "properties": {
                        "prices": {
                          "items": {
                            "properties": {
                              "price": {
                                "description": "USD price",
                                "type": "number"
                              },
                              "timestamp": {
                                "description": "Unix timestamp (seconds)",
                                "type": "integer"
                              }
                            },
                            "type": "object"
                          },
                          "type": "array"
                        },
                        "symbol": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "description": "Keyed by {chain}:{address} or coingecko:{id}",
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "queried_at": {
                "description": "When this bridge fetched the upstream data",
                "format": "date-time",
                "type": "string"
              }
            },
            "required": [
              "queried_at",
              "data"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
        "merchant": "x402Atlas",
        "tier": "standard"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "7fe5715fc01e7dbbbf2e7fc780287696a3ebeb3b96e3f263ceb5e7c4a6472032",
  "service_id": "02b47f09e1d72c117a0b591d433013539a9d31fc9072b7ef3a577155ecc05036",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:30:49.023Z",
  "url": "https://defillama.use.x402atlas.com/batch-historical",
  "usage_rights": "not_reviewed"
}
text.openverbs.comConvert case
https://text.openverbs.com/v1/case
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Convert case",
    "tags": [
      "camelcase converter",
      "convert string case",
      "kebab case text",
      "snake case transform",
      "title case api"
    ],
    "usage": {}
  },
  "description": "Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.",
  "domain": "text.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "target": {
                "description": "Target case, one of camel, pascal, snake, kebab, constant, dot, path, sentence, capital, train, no, title, upper, lower.",
                "enum": [
                  "camel",
                  "pascal",
                  "snake",
                  "kebab",
                  "constant",
                  "dot",
                  "path",
                  "sentence",
                  "capital",
                  "train",
                  "no",
                  "title",
                  "upper",
                  "lower"
                ],
                "type": "string"
              },
              "text": {
                "description": "The text to recase.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "target"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "0de19c7b4fe3ece9cd611d4fd5f3519bc7228bdd3e01480868781778228f0625",
  "service_id": "02bbb64ef72691bb9e3a41a6fc0b2dea5e77824e21e1badc471334dc8922eac3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:43.464Z",
  "url": "https://text.openverbs.com/v1/case",
  "usage_rights": "not_reviewed"
}
api.delx.aiSigmoid Transform
https://api.delx.ai/api/v1/x402/sigmoid
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp1000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexact28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": "https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1786031869/bazaar-icons/f116ee851813c2b6.png",
    "name": "Sigmoid Transform",
    "tags": [
      "agents",
      "local-first",
      "micro-usdc",
      "pay-per-call",
      "x402"
    ],
    "usage": {}
  },
  "description": "Sigmoid 1/(1+e^{−x}) back to probability space. Call when mapping model scores into probabilities without ML frameworks. Returns probability from score as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "domain": "api.delx.ai",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "properties": {
          "body": {
            "additionalProperties": true,
            "properties": {
              "x": {
                "description": "Input field: x.",
                "type": "number"
              }
            },
            "required": [
              "x"
            ],
            "type": "object"
          },
          "bodyType": {
            "const": "json",
            "type": "string"
          },
          "method": {
            "const": "POST",
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": true,
        "description": "Bounded first-party JSON result; input is processed in memory and not retained.",
        "properties": {
          "prob": {
            "type": "number"
          },
          "schema": {
            "type": "string"
          },
          "x": {
            "type": "number"
          }
        },
        "type": "object"
      }
    },
    "required": [
      "input",
      "output"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "accept_label": "Coinbase CDP",
        "app": "Delx Commerce",
        "erc8004_id": "14340",
        "facilitator_url": "https://api.cdp.coinbase.com/platform/v2/x402",
        "name": "USD Coin",
        "provider": "coinbase",
        "provider_label": "Coinbase CDP",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "accept_label": "PayAI Base",
        "app": "Delx Commerce",
        "erc8004_id": "14340",
        "facilitator_url": "https://facilitator.payai.network",
        "name": "USD Coin",
        "provider": "payai",
        "provider_label": "PayAI Base",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "accept_label": "PayAI Solana",
        "app": "Delx Commerce",
        "erc8004_id": "14340",
        "facilitator_url": "https://facilitator.payai.network",
        "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4",
        "name": "USD Coin",
        "provider": "payai",
        "provider_label": "PayAI Solana",
        "version": "2"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "da6f03aeec90e980adaa7600c7b44b828c7feb1af875c361eec752474e4ef1ad",
  "service_id": "02c125e1cc39b624bc558aade2e0f5826c6d9f586108b26df4e17467a30de77f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-18T19:08:29.292Z",
  "url": "https://api.delx.ai/api/v1/x402/sigmoid",
  "usage_rights": "not_reviewed"
}
api.kadec0.xyzBulk WHOIS Lookup
https://api.kadec0.xyz/v1/whois-bulk
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Bulk WHOIS Lookup",
    "tags": [
      "batch",
      "bulk",
      "domain",
      "registrar",
      "whois"
    ],
    "usage": {}
  },
  "description": "Bulk WHOIS lookup. Registrar, dates, and nameservers for up to 10 domains in a single batch call.",
  "domain": "api.kadec0.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "domains": {
                "description": "comma list of up to 10 domains",
                "type": "string"
              }
            },
            "required": [
              "domains"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "028bed932f3e596b1addd16b86a648769d6403947475701b779574d9fa270853",
  "service_id": "02d5e78a836c2397f994ce3190932f07107154cb53f49697dc4d75e38144c584",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-12T07:02:35.94Z",
  "url": "https://api.kadec0.xyz/v1/whois-bulk",
  "usage_rights": "not_reviewed"
}
agentreader.devAgentReader
https://agentreader.dev/sitemap
NetworkAdvertised amountBillingPayee
eip155:84530.006 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "AgentReader",
    "tags": [
      "content-extraction",
      "llm-tools",
      "markdown",
      "pdf",
      "web-scraping"
    ],
    "usage": {}
  },
  "description": "Parse an XML sitemap or sitemap index into JSON: up to 5000 URLs with lastmod and priority, or the list of child sitemaps. Useful for agents planning site crawls or auditing site structure.",
  "domain": "agentreader.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "url": {
                "description": "Absolute http(s) URL of the sitemap XML",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.006",
      "amount_atomic": "6000",
      "amount_encoding": "atomic_units",
      "amount_raw": "6000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "0658bfaa87f9bdc5d6a4a6afdd90c9b1f8cbd8655511df222a49ae3a08bcea72",
  "service_id": "02d812c6c8d0a87d7d92ac1403d93d115035562ff7f81aea3632bbef257b64cd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:37.309Z",
  "url": "https://agentreader.dev/sitemap",
  "usage_rights": "not_reviewed"
}
api.dripmetrics.aiDripMetricsAI (api description at https://dripmetrics.ai/) provides on-demand market microstructure and risk metrics for agents and developers. Agents can pay per request via x402 and receive structured JSON metrics without subscriptions or API keys. Order Flow HHI measures concentration of signed order flow across the specified window. Discovery examples use the latest 30m window.
https://api.dripmetrics.ai/metrics/order-flow-hhi
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xc9b70D8d342609437bc87Ec3C877911a306d3e6A
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": null,
    "tags": [],
    "usage": {}
  },
  "description": "DripMetricsAI (api description at https://dripmetrics.ai/) provides on-demand market microstructure and risk metrics for agents and developers. Agents can pay per request via x402 and receive structured JSON metrics without subscriptions or API keys. Order Flow HHI measures concentration of signed order flow across the specified window. Discovery examples use the latest 30m window.",
  "domain": "api.dripmetrics.ai",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "additionalProperties": false,
            "properties": {
              "exchange": {
                "description": "Exchange adapter to source recent trades from.",
                "enum": [
                  "binance",
                  "coinbase",
                  "hyperliquid"
                ],
                "type": "string"
              },
              "pair": {
                "description": "Exchange-native trading pair symbol such as BTCUSDT, ETH-USD, BTC, or xyz:TSLA.",
                "type": "string"
              },
              "window": {
                "description": "Lookback window. Hyperliquid supports 30m and 1h; 2h and 3h are currently BTCUSDT/BTC-USD only.",
                "enum": [
                  "30m",
                  "1h",
                  "2h",
                  "3h"
                ],
                "type": "string"
              }
            },
            "required": [
              "pair",
              "exchange",
              "window"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "benchmarkCoverage": {
                "additionalProperties": false,
                "properties": {
                  "completeFetch": {
                    "type": "boolean"
                  },
                  "coverageRatio": {
                    "maximum": 1,
                    "minimum": 0,
                    "type": "number"
                  },
                  "effectiveWindowMinutes": {
                    "minimum": 0,
                    "type": "number"
                  },
                  "errorMessage": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "partialData": {
                    "type": "boolean"
                  },
                  "requestedWindowMinutes": {
                    "minimum": 0,
                    "type": "number"
                  }
                },
                "required": [
                  "requestedWindowMinutes",
                  "effectiveWindowMinutes",
                  "coverageRatio",
                  "partialData",
                  "completeFetch",
                  "errorMessage"
                ],
                "type": "object"
              },
              "components": {
                "additionalProperties": {
                  "type": "number"
                },
                "type": "object"
              },
              "computedAt": {
                "format": "date-time",
                "type": "string"
              },
              "coverage": {
                "additionalProperties": false,
                "properties": {
                  "completeFetch": {
                    "type": "boolean"
                  },
                  "coverageRatio": {
                    "maximum": 1,
                    "minimum": 0,
                    "type": "number"
                  },
                  "effectiveWindowMinutes": {
                    "minimum": 0,
                    "type": "number"
                  },
                  "errorMessage": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "partialData": {
                    "type": "boolean"
                  },
                  "requestedWindowMinutes": {
                    "minimum": 0,
                    "type": "number"
                  }
                },
                "required": [
                  "requestedWindowMinutes",
                  "effectiveWindowMinutes",
                  "coverageRatio",
                  "partialData",
                  "completeFetch",
                  "errorMessage"
                ],
                "type": "object"
              },
              "exchange": {
                "enum": [
                  "binance",
                  "coinbase",
                  "hyperliquid"
                ],
                "type": "string"
              },
              "firstTradeTime": {
                "format": "date-time",
                "type": "string"
              },
              "lastTradeTime": {
                "format": "date-time",
                "type": "string"
              },
              "metric": {
                "type": "string"
              },
              "pair": {
                "type": "string"
              },
              "tradeCount": {
                "minimum": 1,
                "type": "integer"
              },
              "value": {
                "type": "number"
              },
              "window": {
                "enum": [
                  "30m",
                  "1h",
                  "2h",
                  "3h"
                ],
                "type": "string"
              }
            },
            "required": [
              "metric",
              "pair",
              "exchange",
              "window",
              "value",
              "computedAt",
              "tradeCount",
              "firstTradeTime",
              "lastTradeTime",
              "coverage"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xc9b70D8d342609437bc87Ec3C877911a306d3e6A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "8f4295047520cd972568943d91541fa5ed772158bafc9c9b786ecc8aac7e5f98",
  "service_id": "02d81aef1fdbd1987f4c4b70b3b022b4dccfb9966c4906f246d58666cd73babc",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T02:30:10.365Z",
  "url": "https://api.dripmetrics.ai/metrics/order-flow-hhi",
  "usage_rights": "not_reviewed"
}
api.onesource.ioDeepstate, the on-chain order-book exchange on Robinhood Chain. Depth heatmap - resting order size by price level over time for a market.
https://api.onesource.io/deepstate/v1/analytics/depth-history
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": null,
    "tags": [],
    "usage": {}
  },
  "description": "Deepstate, the on-chain order-book exchange on Robinhood Chain. Depth heatmap - resting order size by price level over time for a market.",
  "domain": "api.onesource.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "book": {
                "type": "string"
              },
              "from": {
                "type": "string"
              },
              "res": {
                "enum": [
                  "1h",
                  "1d"
                ],
                "type": "string"
              },
              "side": {
                "enum": [
                  "bid",
                  "ask"
                ],
                "type": "string"
              },
              "to": {
                "type": "string"
              }
            },
            "required": [
              "book"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "description": "Endpoint-specific response payload",
            "properties": {
              "book_id": {
                "type": "string"
              },
              "book_label": {
                "type": "string"
              },
              "book_slug": {
                "type": "string"
              },
              "coverage": {
                "properties": {
                  "denominated_order_count": {
                    "type": "integer"
                  },
                  "order_count": {
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "from": {
                "type": "string"
              },
              "points": {
                "items": {
                  "properties": {
                    "block_number": {
                      "type": "integer"
                    },
                    "bucket": {
                      "type": "string"
                    },
                    "denominated_order_count": {
                      "type": "integer"
                    },
                    "finality": {
                      "type": "string"
                    },
                    "market_session": {
                      "type": "string"
                    },
                    "order_count": {
                      "type": "integer"
                    },
                    "price_raw": {
                      "type": "string"
                    },
                    "side": {
                      "type": "string"
                    },
                    "size_raw": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "resolution": {
                "type": "string"
              },
              "size_token": {
                "properties": {
                  "address": {
                    "type": "string"
                  },
                  "decimals": {
                    "type": "integer"
                  },
                  "symbol": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "to": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "credentialTypes": [
          "authorization"
        ],
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 3600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "d9319d52b4d7c50703b7213e7e9b82e0b2280f7f32396b39b3f3ddff88d44c5a",
  "service_id": "02da7ac564e25b759b3c79f09bccfe627f3db4fa225ad07ac58269339f38d488",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-13T01:36:02.523Z",
  "url": "https://api.onesource.io/deepstate/v1/analytics/depth-history",
  "usage_rights": "not_reviewed"
}
agent402.toolsSkill: URL inspector
https://agent402.tools/api/skill/url-inspector
NetworkAdvertised amountBillingPayee
eip155:84530.06 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
eip155:84530.06 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
eip155:13760000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
eip155:466360000 atomic units0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168Not specifiedexact0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
eip155:14360000 atomic units0x754704Bc059F8C67012fEd69BC8A327a5aafb603Not specifiedexact0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
eip155:4311460000 atomic units0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6ENot specifiedexact0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
eip155:4216160000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
eip155:4222060000 atomic units0xcebA9300f2b948710d2653dD7B07f33A8B32118CNot specifiedexact0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
eip155:132960000 atomic units0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392Not specifiedexact0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=60000 atomic units31566704Not specifiedexactC7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp60000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactJ7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg
stellar:pubnet600000 atomic unitsCCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75Not specifiedexactGDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL
eip155:1061000 atomic units0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85Not specifiedexact0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": "https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1788138502/bazaar-icons/478aced8e219894c.png",
    "name": "Skill: URL inspector",
    "tags": [
      "agents",
      "skill-pack",
      "url-inspector",
      "workflow",
      "x402"
    ],
    "usage": {}
  },
  "description": "Bundled execution of the URL inspector workflow - Quick URL health and metadata check - parse the URL structure, verify reachability, and pull page metadata in one pass. One x402 payment runs 3 underlying tools (url-parse, http-check, meta); partial-success per step.",
  "domain": "agent402.tools",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "payment-identifier"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "url": {
                "description": "URL to inspect (https://…)",
                "type": "string"
              }
            },
            "required": [
              "url"
            ]
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "args": {
                "properties": {
                  "url": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "pack": {
                "type": "string"
              },
              "steps": {
                "items": {
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "result": {
                      "type": "object"
                    },
                    "slug": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "summary": {
                "type": "string"
              }
            },
            "required": [
              "pack",
              "args",
              "steps",
              "summary"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.06",
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x8F5cB67B49555E614892b7233CFdDEBFB746E531",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": "0.06",
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "Global Dollar",
        "version": "1"
      },
      "issuer": null,
      "network": "eip155:4663",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:143",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:43114",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "0xcebA9300f2b948710d2653dD7B07f33A8B32118C",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42220",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:1329",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "31566704",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "ZMFK2OI7ZBD2U27ISERZC4S6LKM6WMFJPZQ4MYNJDZ2VNBNMBA67RA22AA",
        "tag": "x402-global-challenge"
      },
      "issuer": null,
      "network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
      "pay_to": "C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "60000",
      "amount_encoding": "atomic_units",
      "amount_raw": "60000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "600000",
      "amount_encoding": "atomic_units",
      "amount_raw": "600000",
      "asset": "CCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "areFeesSponsored": true
      },
      "issuer": null,
      "network": "stellar:pubnet",
      "pay_to": "GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "61000",
      "amount_encoding": "atomic_units",
      "amount_raw": "61000",
      "asset": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:10",
      "pay_to": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "99e3623572edeb5aaae1523d0213d516e7136a650b72a6604368da8c14a898af",
  "service_id": "02de3983d120e00b77d0abe9afe8daadbe75dab91f5f22c9630fc7e0b3f1822d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-31T11:34:22.419Z",
  "url": "https://agent402.tools/api/skill/url-inspector",
  "usage_rights": "not_reviewed"
}
dns.use.x402atlas.comDNS & WHOIS Domain Lookup
https://dns.use.x402atlas.com/mx
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x446e51DeAb3aE656C99E65369e8eF1148d23d7f7
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x446e51DeAb3aE656C99E65369e8eF1148d23d7f7
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x446e51DeAb3aE656C99E65369e8eF1148d23d7f7
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp5000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "DNS & WHOIS Domain Lookup",
    "tags": [
      "deliverability",
      "dns",
      "email",
      "mail-server",
      "mx"
    ],
    "usage": {}
  },
  "description": "DNS MX record lookup — a domain's mail servers with their hostnames and priorities as structured JSON, for email routing, deliverability diagnostics and mail-provider detection.",
  "domain": "dns.use.x402atlas.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "host": {
                "description": "Bare hostname to resolve (not an IP literal, not localhost, not under a reserved suffix like .local/.internal)",
                "maxLength": 253,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "host"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "host": {
                "description": "The queried hostname",
                "type": "string"
              },
              "queried_at": {
                "description": "UTC timestamp of the lookup",
                "format": "date-time",
                "type": "string"
              },
              "records": {
                "items": {
                  "properties": {
                    "host": {
                      "description": "Mail server hostname, typically with a trailing dot",
                      "type": "string"
                    },
                    "pref": {
                      "description": "MX preference; lower values are tried first",
                      "type": "integer"
                    }
                  },
                  "required": [
                    "host",
                    "pref"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "host",
              "records",
              "queried_at"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x446e51DeAb3aE656C99E65369e8eF1148d23d7f7",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x446e51DeAb3aE656C99E65369e8eF1148d23d7f7",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x446e51DeAb3aE656C99E65369e8eF1148d23d7f7",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "merchant": "x402Atlas",
        "tier": "standard"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "7aff4c7c00da7d99ad48621869da85593a21d1eaf47fcd35a4282dee4348913a",
  "service_id": "02df03cdbe5f52145d3aa9e52fff25eb285132eb4cfc6d903efb89c59efb948e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T23:27:05.432Z",
  "url": "https://dns.use.x402atlas.com/mx",
  "usage_rights": "not_reviewed"
}
https://onchainpulse.theaslangroupllc.com/api/facet/liquidity
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
xrpl:00.005 XRPXRPNot specifiedexactrMnHeutYALco8RYFVcmuU4BCgSzBpPEh32
xrpl:00.005 token units524C555344000000000000000000000000000000Not specifiedexactrMnHeutYALco8RYFVcmuU4BCgSzBpPEh32
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
eip155:46635000 atomic units0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168Not specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
eip155:1435000 atomic units0x754704Bc059F8C67012fEd69BC8A327a5aafb603Not specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
eip155:1965000 atomic units0x779ded0c9e1022225f8e0630b35a9b54be713736Not specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
eip155:4805000 atomic units0x79A02482A880bCe3F13E09da970dC34dB4cD24D1Not specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
eip155:9995000 atomic units0xb88339CB7199b77E23DB6E890353E22632Ba630fNot specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k5000 atomic units31566704Not specifiedexact62A253YPATFNJCPRKID3FKD77MYJFNTVRYRP4B4JWG36EGLPY7UXFWGI7I
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp5000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexact985iFjbnGQ3dJcwXnfRCMSrH4Jnc3kW1N6msR64B5KX1
eip155:565000000000000000 atomic units0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0dNot specifiedexact0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "OnchainPulse",
    "tags": [
      "dex",
      "liquidity",
      "momentum",
      "pre-trade",
      "token"
    ],
    "usage": {}
  },
  "description": "Token liquidity and momentum snapshot, half a cent: live DEX liquidity in USD, price, market cap, pair age, 1h/24h volume, buy-vs-sell transaction ratio, price change — the raw DexScreener read for any EVM token, one source, no fusion. Base, Ethereum, BSC, Arbitrum, Polygon, Optimism, Avalanche. Cheapest pre-trade depth check; upgrade to /api/evmtoken ($0.015) for the fused safety verdict or /api/exit-depth for sell-impact modeling.",
  "domain": "onchainpulse.theaslangroupllc.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "reconciliation"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "address": {
                "description": "ERC-20 token contract address (0x + 40 hex)",
                "type": "string"
              },
              "chain": {
                "description": "EVM chain (default base) — base, ethereum, bsc, arbitrum, polygon, optimism, avalanche",
                "type": "string"
              }
            },
            "required": [
              "address"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "errors": {
            "additionalProperties": {
              "properties": {
                "description": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              },
              "required": [
                "description"
              ],
              "type": "object"
            },
            "description": "Documented error responses, keyed by HTTP status code",
            "type": "object"
          },
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "GatewayWalletBatched",
        "verifyingContract": "0x77777777dcc4d5a8b6e418fd04d8997ef11000ee",
        "version": "1"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 604900,
      "usd_market_value": null
    },
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "XRP",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "XRP",
      "decimals": 6,
      "decimals_basis": "protocol_specification",
      "extra": {
        "invoiceId": "02B64BE65CAF414FA426BFB3AB1B034A",
        "sourceTag": 804681468
      },
      "issuer": null,
      "network": "xrpl:0",
      "pay_to": "rMnHeutYALco8RYFVcmuU4BCgSzBpPEh32",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": "0.005",
      "amount_atomic": null,
      "amount_encoding": "xrpl_issued_currency_value",
      "amount_raw": "0.005",
      "asset": "524C555344000000000000000000000000000000",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "protocol_specification",
      "extra": {
        "invoiceId": "A5A415670224414FA59BDC33F8950AE3",
        "issuer": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De",
        "sourceTag": 804681468
      },
      "issuer": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De",
      "network": "xrpl:0",
      "pay_to": "rMnHeutYALco8RYFVcmuU4BCgSzBpPEh32",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "Global Dollar",
        "version": "1"
      },
      "issuer": null,
      "network": "eip155:4663",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:143",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD₮0",
        "version": "1"
      },
      "issuer": null,
      "network": "eip155:196",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x79A02482A880bCe3F13E09da970dC34dB4cD24D1",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:480",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0xb88339CB7199b77E23DB6E890353E22632Ba630f",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:999",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "31566704",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "ZMFK2OI7ZBD2U27ISERZC4S6LKM6WMFJPZQ4MYNJDZ2VNBNMBA67RA22AA"
      },
      "issuer": null,
      "network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k",
      "pay_to": "62A253YPATFNJCPRKID3FKD77MYJFNTVRYRP4B4JWG36EGLPY7UXFWGI7I",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "985iFjbnGQ3dJcwXnfRCMSrH4Jnc3kW1N6msR64B5KX1",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000000000000000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000000000000000",
      "asset": "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "assetTransferMethod": "eip3009",
        "name": "World Liberty Financial USD",
        "signerAddress": "0x34F7a661160780Ce1346e6D7B96D2bE244590899",
        "version": "1"
      },
      "issuer": null,
      "network": "eip155:56",
      "pay_to": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "2a5260f51dbfcf0794d843071c315e07899c00cbb539f1ac0be00e65325af18a",
  "service_id": "02e0bb516044cf21fcd3013f3660adb3f05a6bb67e6737edbe32192952ee880c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T16:24:08.844Z",
  "url": "https://onchainpulse.theaslangroupllc.com/api/facet/liquidity",
  "usage_rights": "not_reviewed"
}
netintel.devNetIntel
https://netintel.dev/url-safety/full
NetworkAdvertised amountBillingPayee
eip155:84530.15 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdaDc335482AD545296Fd7b28518A251fFCbEb9Df
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp150000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexact8FVeybWnB4dYrxTuPK7WzFZNAiEcFVaDLFnKpRwVGr5s
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": "https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784214098/bazaar-icons/7d2bf437631b2e4e.png",
    "name": "NetIntel",
    "tags": [
      "link scanner",
      "malware check",
      "phishing detection",
      "security",
      "url safety"
    ],
    "usage": {}
  },
  "description": "One call vets a URL end to end — traces its full redirect chain, checks it against the URLhaus malware database plus phishing heuristics, audits its security headers, and inspects its SSL certificate — concurrent with graceful partial-failure handling, so agents get a complete safety verdict before following a link.",
  "domain": "netintel.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "url": {
                "description": "URL to vet, including scheme (e.g. https://example.com/page)",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "final_url": {
                "type": "string"
              },
              "findings": {
                "items": {
                  "type": "object"
                },
                "type": "array"
              },
              "generated_at": {
                "type": "string"
              },
              "grade": {
                "type": "string"
              },
              "safety_verdict": {
                "type": "string"
              },
              "score": {
                "type": "number"
              },
              "sections": {
                "type": "object"
              },
              "sections_failed": {
                "type": "number"
              },
              "sections_ok": {
                "type": "number"
              },
              "url": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.15",
      "amount_atomic": "150000",
      "amount_encoding": "atomic_units",
      "amount_raw": "150000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdaDc335482AD545296Fd7b28518A251fFCbEb9Df",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "150000",
      "amount_encoding": "atomic_units",
      "amount_raw": "150000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "8FVeybWnB4dYrxTuPK7WzFZNAiEcFVaDLFnKpRwVGr5s",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "ddc7dc7b64d604e5c5acc022a63d3df154ffb318eab444312a433bad1cb66638",
  "service_id": "02e541af9ed6d6c9a033585467f32520d650ef14781219ef8158a7109701dbf3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-20T15:48:07.515Z",
  "url": "https://netintel.dev/url-safety/full",
  "usage_rights": "not_reviewed"
}
x402-gateway.aix402-gateway
https://x402-gateway.ai/api/v1/ping
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x9d305938253c491F7259d437efF064418B3FDFa0
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "x402-gateway",
    "tags": [],
    "usage": {}
  },
  "description": "Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.",
  "domain": "x402-gateway.ai",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "6e3c0a714cd8a9b1b57213690ad80630837de37d00610eaee5b3d7ff98201e9f",
  "service_id": "02e7340ce268db2eca2a9319eb38fb3cfeae644768f275d52f6d9098918a62c4",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T11:25:02.819Z",
  "url": "https://x402-gateway.ai/api/v1/ping",
  "usage_rights": "not_reviewed"
}
buero.halowerk.comRuns a structured synthetic-persona critique through Groq using the configured model. The persona is treated as a hypothesis, never as a factual claim about every member of a demographic group; the response must state its assumptions and avoid sensitive-trait stereotyping. Input leaves this server for Groq and is not stored by HALOWERK. This is qualitative simulation, not user research, survey evidence or proof of conversion impact.
https://buero.halowerk.com/v1/persona-eval
NetworkAdvertised amountBillingPayee
eip155:84530.012 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": null,
    "tags": [],
    "usage": {}
  },
  "description": "Runs a structured synthetic-persona critique through Groq using the configured model. The persona is treated as a hypothesis, never as a factual claim about every member of a demographic group; the response must state its assumptions and avoid sensitive-trait stereotyping. Input leaves this server for Groq and is not stored by HALOWERK. This is qualitative simulation, not user research, survey evidence or proof of conversion impact.",
  "domain": "buero.halowerk.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "content": {
                "description": "Product concept, offer or copy to evaluate.",
                "maxLength": 12000,
                "minLength": 10,
                "type": "string"
              },
              "goal": {
                "default": "purchase consideration",
                "maxLength": 500,
                "minLength": 3,
                "type": "string"
              },
              "language": {
                "default": "de",
                "maxLength": 20,
                "minLength": 2,
                "type": "string"
              },
              "persona": {
                "description": "Specific target-persona hypothesis, for example Gen-Z buyers in Berlin who compare climate claims.",
                "maxLength": 1000,
                "minLength": 3,
                "type": "string"
              }
            },
            "required": [
              "persona",
              "content"
            ],
            "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"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.012",
      "amount_atomic": "12000",
      "amount_encoding": "atomic_units",
      "amount_raw": "12000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "2b5c1697f6e5ce1ebff5c8894b5326701fa8eeb50afcd691a9a03301d4911d46",
  "service_id": "02f46a99b6ae101fea5837b361198498bccd720c9de46ff82f2d3b90b71a581e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-25T12:11:40.52Z",
  "url": "https://buero.halowerk.com/v1/persona-eval",
  "usage_rights": "not_reviewed"
}
https://agents.x402stock.xyz/api/v1/trending/4chan
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xfdb4b511f6ae1f270776e500b3360217d5e7ed03
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": "https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784944557/bazaar-icons/7334df7883bfb842.png",
    "name": "x402stock",
    "tags": [
      "crypto",
      "macro",
      "market-data",
      "options",
      "stocks"
    ],
    "usage": {}
  },
  "description": "What tickers 4chan's finance board (/biz/) is buzzing about most over the last 24h, ranked by mention volume. Each ticker carries its mention count and 24h change in rank and mentions (4chan has no upvotes, so upvotes is always 0). No ticker needed; ?page= to paginate (100 per page). A raw read of /biz/ chatter, separate from the Reddit feed. From x402stock",
  "domain": "agents.x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "zeroclick"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "page": {
                "default": 1,
                "exclusiveMinimum": 0,
                "maximum": 100,
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "billing": {
          "description": "amount is the price and is charged in full when you pay, and is not returned if delivery fails: this rail settles once and cannot give change. (Exact entries appear only on fixed-price requests - ceiling-priced requests are offered the reserve-and-pay-actual entry instead.)",
          "model": "prepaid"
        },
        "name": "USD Coin",
        "version": "2",
        "zeroclick": {
          "agentPaymentId": "apay_u3xFgfpO_07Q_jS5I5foO",
          "kind": "transaction",
          "zcRequestId": "zcreq_fsVcOtAe1xXOZzRQYuO-N"
        }
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xfdb4b511f6ae1f270776e500b3360217d5e7ed03",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "a7f318d95bc23b87383b7cac7b5de75d837fd6e72fe01922d42bd39457050e2f",
  "service_id": "02f7f780d451d68605845ce24a80a845a5931edc3a9c48afb3c48fd61eb7ca64",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T00:12:12.803Z",
  "url": "https://agents.x402stock.xyz/api/v1/trending/4chan",
  "usage_rights": "not_reviewed"
}
witness.bnbot.aiGet tweet details with signed proof
https://witness.bnbot.ai/x/20
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x6125f97c8e6baCd27B4191e98DeB0F32459EA38E
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": null,
    "tags": [],
    "usage": {}
  },
  "description": "Get tweet details with signed proof",
  "domain": "witness.bnbot.ai",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x6125f97c8e6baCd27B4191e98DeB0F32459EA38E",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 1,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "59b4155eeb34e65206dceaa15ad4dfe13326169a6fa6255daab1d3187b23477f",
  "service_id": "02f9dc4ec8889767e2361df941d000c6f4ac869ecdd48a680281350f147837c1",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-24T01:52:08.105Z",
  "url": "https://witness.bnbot.ai/x/20",
  "usage_rights": "not_reviewed"
}
stabletravel.devStableTravel
https://stabletravel.dev/api/flightaware/flights/ITY611
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xDd257723b86B4947483905cdAcBbBC70fACF2ec0
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexact6u5LMGQC2qk9peNibahmRWxGVXrBypk8nhTCcqtiuqMY
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "StableTravel",
    "tags": [
      "Flightaware"
    ],
    "usage": {}
  },
  "description": "Get flight information by ident (designator, registration, or fa_flight_id)",
  "domain": "stabletravel.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "cursor": {
                "description": "Opaque cursor for pagination",
                "type": "string"
              },
              "end": {
                "description": "End date/time (ISO 8601)",
                "type": "string"
              },
              "ident_type": {
                "description": "Type of flight identifier",
                "enum": [
                  "fa_flight_id",
                  "designator",
                  "registration"
                ],
                "type": "string"
              },
              "max_pages": {
                "description": "Maximum number of pages to fetch",
                "type": "number"
              },
              "start": {
                "description": "Start date/time (ISO 8601)",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "flights": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "actual_arrival_time": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "actual_departure_time": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "actual_in": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "actual_off": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "actual_on": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "actual_out": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "aircraft_type": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "arrival_delay": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "atc_ident": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "baggage_claim": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "blocked": {
                      "anyOf": [
                        {
                          "type": "boolean"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "cancelled": {
                      "anyOf": [
                        {
                          "type": "boolean"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "codeshares": {
                      "anyOf": [
                        {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "codeshares_iata": {
                      "anyOf": [
                        {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "departure_delay": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "destination": {
                      "anyOf": [
                        {
                          "additionalProperties": false,
                          "properties": {
                            "airport_info_url": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "city": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "code": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "code_iata": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "code_icao": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "code_lid": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "name": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "timezone": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          },
                          "type": "object"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "diverted": {
                      "anyOf": [
                        {
                          "type": "boolean"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "estimated_arrival_time": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "estimated_departure_time": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "estimated_in": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "estimated_off": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "estimated_on": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "estimated_out": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "fa_flight_id": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "filed_airspeed": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "filed_altitude": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "filed_ete": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "flight_number": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "foresight_predictions_available": {
                      "anyOf": [
                        {
                          "type": "boolean"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "gate_destination": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "gate_origin": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ident": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ident_iata": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ident_icao": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "inbound_fa_flight_id": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "operator": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "operator_iata": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "operator_icao": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "origin": {
                      "anyOf": [
                        {
                          "additionalProperties": false,
                          "properties": {
                            "airport_info_url": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "city": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "code": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "code_iata": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "code_icao": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "code_lid": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "name": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "timezone": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          },
                          "type": "object"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "position_only": {
                      "anyOf": [
                        {
                          "type": "boolean"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "progress_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "registration": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "route": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "route_distance": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "scheduled_arrival_time": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "scheduled_departure_time": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "scheduled_in": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "scheduled_off": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "scheduled_on": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "scheduled_out": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "seats_cabin_business": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "seats_cabin_coach": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "seats_cabin_first": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "status": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "terminal_destination": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "terminal_origin": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "type": {
                      "anyOf": [
                        {
                          "enum": [
                            "Airline",
                            "General_Aviation",
                            "Cargo"
                          ],
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "links": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "next": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "num_pages": {
                "type": "number"
              }
            },
            "required": [
              "flights"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xDd257723b86B4947483905cdAcBbBC70fACF2ec0",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "CjNFTjvBhbJJd2B5ePPMHRLx1ELZpa8dwQgGL727eKww"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "6u5LMGQC2qk9peNibahmRWxGVXrBypk8nhTCcqtiuqMY",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "596f639a2c01e4a65e0fa9341ab3b431f89a0d046314752b61abb0de88aa6a54",
  "service_id": "02fd44c5ee909b69666d1c4d18245dd9d653fd79e5a5593fd76fc7d4629e89bb",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-04T09:59:51.695Z",
  "url": "https://stabletravel.dev/api/flightaware/flights/ITY611",
  "usage_rights": "not_reviewed"
}
minia2a.ukminia2a service: x402-country
https://minia2a.uk/x402/country
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAb62452b4b019bC4402BFfCca6C706d16d72A7Bf
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": null,
    "tags": [],
    "usage": {}
  },
  "description": "minia2a service: x402-country",
  "domain": "minia2a.uk",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "properties": {
      "input": {
        "properties": {
          "bodyType": {
            "type": "string"
          },
          "method": {
            "type": "string"
          },
          "queryParams": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "output": {
        "properties": {
          "type": {
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2-exact",
        "facilitatorAddress": "0x4020615294c913F045dc10f0a5cdEbd86c280001",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAb62452b4b019bC4402BFfCca6C706d16d72A7Bf",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "2eb04970f90ab53704ad07dce5b8f347fe3e0aa7848e96f50ecc1f0532de6f7b",
  "service_id": "02ff985d8ec9af51f240ca8b1370a7c39e76c1d3b5d6fd329bbb8874538c774a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-04T16:13:13.362Z",
  "url": "https://minia2a.uk/x402/country",
  "usage_rights": "not_reviewed"
}
geospatial.openverbs.comPoint in polygon
https://geospatial.openverbs.com/v1/point-in-polygon
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Point in polygon",
    "tags": [
      "coordinate inside polygon",
      "geofence check api",
      "point in polygon",
      "polygon containment test",
      "spatial point lookup"
    ],
    "usage": {}
  },
  "description": "Test whether a coordinate falls inside a polygon.",
  "domain": "geospatial.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "point": {
                "additionalProperties": false,
                "description": "The coordinate to test.",
                "properties": {
                  "lat": {
                    "maximum": 90,
                    "minimum": -90,
                    "type": "number"
                  },
                  "lon": {
                    "maximum": 180,
                    "minimum": -180,
                    "type": "number"
                  }
                },
                "required": [
                  "lat",
                  "lon"
                ],
                "type": "object"
              },
              "polygon": {
                "description": "Polygon exterior ring as ordered vertices (auto-closed).",
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "lat": {
                      "maximum": 90,
                      "minimum": -90,
                      "type": "number"
                    },
                    "lon": {
                      "maximum": 180,
                      "minimum": -180,
                      "type": "number"
                    }
                  },
                  "required": [
                    "lat",
                    "lon"
                  ],
                  "type": "object"
                },
                "maxItems": 10000,
                "minItems": 3,
                "type": "array"
              }
            },
            "required": [
              "point",
              "polygon"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "b2d2eff08f4ee814a8577dc03ed03b9ebba32a740461a2a5262d45ae96f25c0d",
  "service_id": "030bb944b0096bde563d9d0db426cf0aea75fe4ca267293c28c86a0746416843",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:04.569Z",
  "url": "https://geospatial.openverbs.com/v1/point-in-polygon",
  "usage_rights": "not_reviewed"
}
https://www.stratalize.com/api/x402/sports-nfl-scores
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x5d51ECC50813E0937a5c43be298E9146796ad60d
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp20000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexact6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": "https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1782047914/bazaar-icons/b8f0148093854a9b.png",
    "name": "Stratalize",
    "tags": [
      "attested",
      "nfl",
      "scores",
      "sports"
    ],
    "usage": {}
  },
  "description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Live NFL game scores, game status, and results for the past 7 days and next 7 days. Returns teams, scores, and game status. Source: TheSportsDB",
  "domain": "www.stratalize.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "date": {
                "description": "Optional game date YYYY-MM-DD (defaults to live window)",
                "type": "string"
              }
            },
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "final_count": {
                "type": "number"
              },
              "games": {
                "items": {},
                "type": "array"
              },
              "league": {
                "type": "string"
              },
              "live_count": {
                "type": "number"
              },
              "receipt_id": {
                "description": "Cryptographic receipt identifier",
                "type": "string"
              },
              "retrieved_at": {
                "type": "string"
              },
              "season": {
                "type": "string"
              },
              "source": {
                "type": "string"
              },
              "upcoming_count": {
                "type": "number"
              },
              "verified_at": {
                "description": "Receipt verification URL at trust.stratalize.com/verify",
                "format": "uri",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "3a6260509ced184ce754c234656ef32965875bce3591e60c1a003b0a73eb7ccd",
  "service_id": "0310005ee016834b40095946764f5c1d171d35fba2c6bbfd4d1d40446211ac98",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-26T00:34:48.631Z",
  "url": "https://www.stratalize.com/api/x402/sports-nfl-scores",
  "usage_rights": "not_reviewed"
}
api.x402node.devLive prices for major commodities (gold, silver, WTI and Brent crude, natural gas, copper, platinum) in one call, extending macro coverage beyond crypto. Data an LLM cannot produce. Live macro feed for trading and research. commodity prices, gold silver oil, natural gas, macro Accepts payment on Base or Solana — either network works.
https://api.x402node.dev/market/commodities
NetworkAdvertised amountBillingPayee
eip155:84530.012 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp12000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexact9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": null,
    "tags": [],
    "usage": {}
  },
  "description": "Live prices for major commodities (gold, silver, WTI and Brent crude, natural gas, copper, platinum) in one call, extending macro coverage beyond crypto. Data an LLM cannot produce. Live macro feed for trading and research. commodity prices, gold silver oil, natural gas, macro Accepts payment on Base or Solana — either network works.",
  "domain": "api.x402node.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.012",
      "amount_atomic": "12000",
      "amount_encoding": "atomic_units",
      "amount_raw": "12000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "12000",
      "amount_encoding": "atomic_units",
      "amount_raw": "12000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "CjNFTjvBhbJJd2B5ePPMHRLx1ELZpa8dwQgGL727eKww"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "6e3c0a714cd8a9b1b57213690ad80630837de37d00610eaee5b3d7ff98201e9f",
  "service_id": "031076412100d83f3a7072754598f0b8c9e63e69d4744a638b70b083285dabf7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T08:32:23.68Z",
  "url": "https://api.x402node.dev/market/commodities",
  "usage_rights": "not_reviewed"
}
x402.agentfund.netOn-chain Token Balances (bulk)
https://x402.agentfund.net/x402/onchain_token_balances
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe22F691ed420143BfdAB022A14e7d6873b33EEf9
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": null,
    "tags": [],
    "usage": {}
  },
  "description": "On-chain Token Balances (bulk)",
  "domain": "x402.agentfund.net",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "addresses": {
                "description": "1-500 EVM addresses.",
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "chain": {
                "description": "base | ethereum | optimism | arbitrum | polygon.",
                "type": "string"
              },
              "token": {
                "description": "ERC-20 contract; defaults to USDC.",
                "type": "string"
              }
            },
            "required": [
              "addresses"
            ],
            "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": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe22F691ed420143BfdAB022A14e7d6873b33EEf9",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "49364cb19876692d74a17f86e09aff26c56fcc75403fde045c6903401c8e8620",
  "service_id": "03187c275629a9432985dd7cab41687a8337930c148bea8a41249d4c40df9c4d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T03:00:09.334Z",
  "url": "https://x402.agentfund.net/x402/onchain_token_balances",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,545 historical or current source records quarantined during normalization; they are excluded from public comparisons.

49 of 49 archive objects verified in Backblaze. Last verification: Sep 13, 2026, 05:54 UTC.

Collection status JSON