Find the better way to pay.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditINTELLIGENCE
Costs, changes and evidence for better service decisions.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditTrack payment offers, service schemas and provider changes over time.
Custom watchlists and historyDiscuss monitoringBring charges, retries and task evaluations into one private evidence record.
Integration pilot · your task criteriaConnect your workflowTHE EVIDENCE BASE
Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.
14,635 source listings · Advertised offers, not actual charges.
| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Bounded deterministic technical SEO crawl of up to 250 pages for a public website. Returns machine-readable technical findings, coverage evidence, authoritative JSON, a derived HTML report and a SHA-256 evidence hash. Payment settles when the crawl job is accepted into the queue; poll status_url for the later crawl outcome.",
"domain": "agent.atinamos.co.uk",
"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": {
"url": {
"description": "Public HTTP or HTTPS website URL to crawl.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"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": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"const": 0.05,
"type": "number"
},
"result_delivery": {
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "technical-seo-crawl",
"type": "string"
},
"settlement_policy": {
"const": "settles_on_job_acceptance",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url",
"settlement_policy"
],
"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": 1789191719.42,
"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": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "437bbb2e35e0aa8a747aa96b15ab5d7df7e7da55da9ec70f36c7cbdfc6a4e48a",
"service_id": "0079370117517b77bfa5b7e5413f53d5cbeb82021e81341a1e4e6d893ee0576a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T15:29:32.624Z",
"url": "https://agent.atinamos.co.uk/agent/technical-seo-crawl",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A |
{
"description": "Net present value of a series of cash flows discounted at a per-period rate. cashflows[0] is the time-0 flow (typically the initial outlay, negative).",
"domain": "finance.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": {
"cashflows": {
"description": "Cash flows by period; index 0 is time 0.",
"items": {
"type": "number"
},
"maxItems": 10000,
"minItems": 1,
"type": "array"
},
"ratePercent": {
"description": "Discount rate per period, as a percentage.",
"maximum": 1000,
"minimum": -99,
"type": "number"
}
},
"required": [
"ratePercent",
"cashflows"
],
"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": 1789191719.42,
"offers": [
{
"amount": "0.004",
"amount_atomic": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "3f95dd0897d3c17d5e43d685679540038c7a0adfef02e88604754f8753ab2160",
"service_id": "008531d6741eafa343e18ce0f5bff40c68d6d9fa24bdb65c546b3d190a263fc7",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-06T08:10:21.625Z",
"url": "https://finance.openverbs.com/v1/npv",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x1831f336585a6C67B6A954d28f3E07F44C4EEBbd |
{
"description": "Any RSS, RSS/RDF or Atom feed parsed into one shape: title, link, ISO date, author, summary and categories. Pass since to poll for changes.",
"domain": "feed-reader.bowling-anthony.workers.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": {
"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": 1789191719.42,
"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": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x1831f336585a6C67B6A954d28f3E07F44C4EEBbd",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "5585a129e8a723c72e32c59bee7d6564f1ae77f00c3013c16562a73a3bf94492",
"service_id": "0092d2f3e5a430e627f32ddc4300fb3b1d0f7d42309587e60e632a9efaf7148a",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-05T02:59:03.614Z",
"url": "https://feed-reader.bowling-anthony.workers.dev/feed",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedupto | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:137 | 4000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:4663 | 4000 atomic units0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:143 | 4000 atomic units0x754704Bc059F8C67012fEd69BC8A327a5aafb603 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:43114 | 4000 atomic units0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:42161 | 4000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:42220 | 4000 atomic units0xcebA9300f2b948710d2653dD7B07f33A8B32118C | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:1329 | 4000 atomic units0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8= | 4000 atomic units31566704 | Not specifiedexact | C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 4000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg |
| stellar:pubnet | 40000 atomic unitsCCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75 | Not specifiedexact | GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL |
| eip155:10 | 5000 atomic units0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
{
"description": "Recent FEMA disaster declarations for a US state (openFEMA): title, incident type, declaration type, and date - the federal emergency picture by state, de-duplicated by disaster. Live gov data, no key. ?state=CA&limit=5",
"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": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Max distinct disasters 1-20 (default 5)",
"type": "number"
},
"state": {
"description": "Two-letter US state/territory code (or full state name), e.g. CA",
"type": "string"
}
},
"required": [
"state"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"count": {
"type": "integer"
},
"disasters": {
"items": {
"properties": {
"declarationType": {
"type": "string"
},
"declared": {
"type": "string"
},
"disasterNumber": {
"type": "integer"
},
"incidentType": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"source": {
"type": "string"
},
"state": {
"type": "string"
}
},
"required": [
"state",
"count",
"disasters",
"source"
],
"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": 1789191719.42,
"offers": [
{
"amount": "0.004",
"amount_atomic": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "0x67B9CE703d9ce658d7C4ac3c289cEa112fE662Af",
"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.004",
"amount_atomic": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"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": "40000",
"amount_encoding": "atomic_units",
"amount_raw": "40000",
"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": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "90b5bf815672d1156412fc4049a7c98659ae3b21d68a7aa34d4625e9a9684d03",
"service_id": "00994a2113804c49013cd461d603fb5122d4eeda2984ee873f2de56ac55289b0",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T10:28:32.893Z",
"url": "https://agent402.tools/api/fema-disasters",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xD593832Ce9C2B13B192ba50B55dd9AF44e96700d |
{
"description": "GBP/USD forex exchange rate — British pound to US dollar cable rate — Ed25519 signed attestation",
"domain": "api.myceliasignal.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": {},
"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": 1789191719.42,
"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": "0xD593832Ce9C2B13B192ba50B55dd9AF44e96700d",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "3397c952aa587844fe2d9fa976890fb66e1bce768f01dd2d0f30cb752da5080b",
"service_id": "009bb5c80b34d44923dbc2a50ff6ac2cfacd6a7a52c2ac34b2d2c48b8e28ba57",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T21:25:54.361Z",
"url": "https://api.myceliasignal.com/oracle/price/gbp/usd",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xaB6731A0BcDf511c2842C768a03448075aB654ca |
| algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8= | 5000 atomic units31566704 | Not specifiedexact | TNUZJJ3JQCGA4QNYDW4VW5CVZ4FWBTGBBEVSFLN6PJT4YEEUSSOX6EXVBM |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 5000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | GBfJMhGiGJeWDcve1G673hEp8DLmMFomvSEHMzRfmcJu |
{
"description": "Attested verification-event custody: seal the fact that an identity/liveness/KYC check ran, its method, provider, and re",
"domain": "rubric-protocol.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"additionalProperties": false,
"properties": {
"example": {},
"format": {
"type": "string"
},
"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": 1789191719.42,
"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": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0xaB6731A0BcDf511c2842C768a03448075aB654ca",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 120,
"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:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
"pay_to": "TNUZJJ3JQCGA4QNYDW4VW5CVZ4FWBTGBBEVSFLN6PJT4YEEUSSOX6EXVBM",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 120,
"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"
},
"issuer": null,
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"pay_to": "GBfJMhGiGJeWDcve1G673hEp8DLmMFomvSEHMzRfmcJu",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "28270fd32ae6346eff39c50cf58f6a0ed1aa2d49a52ecf61a7d71cd2b93b18f1",
"service_id": "00a189733dcc1cc5027707cdd6d23383ea9796b0d5ce8b313f9ca74d72f6eb08",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T14:16:09.705Z",
"url": "https://rubric-protocol.com/v1/x402/attested-verification",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Bilinear surface elevation from Copernicus DEM GLO-30. The coordinate is validated against the Natural Earth boundary for Portugal; results outside it are rejected before payment.",
"domain": "suedland.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": {
"elevation": {
"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": [
"elevation"
],
"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": "pt-elevation",
"type": "string"
},
"service_id": {
"const": "eli-0526",
"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": 1789191719.42,
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "f892cec07def5a8c58701b767ca11a3c82d9c587ac5b16cbcad8d2b274bdfbcf",
"service_id": "00a584025ed81d8e058bb848af4381e3c2b115434c73ad0e4ba7704691641b67",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-03T18:41:52.254Z",
"url": "https://suedland.halowerk.com/v1/pt-elevation",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x10800a5a5B9d72251566EC651E862A8b4B427dE0 |
{
"description": "SYNTHORA threat-exposure: external attack-surface score for any domain/host — exposure breakdown with deterministic evidence (historic IPs, open surfaces). $0.03 USDC x402 Base.",
"domain": "api.hergertsynthora.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar",
"delivery",
"signature"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"input": {
"description": "SYNTHORA threat-exposure: external attack-surface score for any domain/host — exposure breakdown with deterministic evidence (historic IPs, open surfaces). $0.03 USDC x402 Base.",
"type": "string"
}
},
"required": [
"input"
],
"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": {
"niche": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"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": 1789191719.42,
"offers": [
{
"amount": "0.03",
"amount_atomic": "30000",
"amount_encoding": "atomic_units",
"amount_raw": "30000",
"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": "0x10800a5a5B9d72251566EC651E862A8b4B427dE0",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "dda98db4f75642b7dc6428a06a94c3cb84533cc89311e79aeb5b4e023c934450",
"service_id": "00aa45bcd6624f793901d95a29628f9f700e2b0e918eaedb9cf4f6aabb5a3950",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-18T21:25:49.987Z",
"url": "https://api.hergertsynthora.com/v1/threat-exposure",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x315708415764b7F2B783714cE82cf9C628e33fCF |
{
"description": "Extractive summary (3 sentences) + top-5 keywords from any text.",
"domain": "shelf.thirdmade.net",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"POST"
],
"type": "string"
},
"queryParams": {
"properties": {
"text": {
"description": "Input text",
"type": "string"
}
},
"required": [
"text"
],
"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": "POST",
"observed_at": 1789191719.42,
"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": "0x315708415764b7F2B783714cE82cf9C628e33fCF",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "0ff65c54e093eed53b50150e8b63258de437eb2ba85a74a96865d3d2ac05e20d",
"service_id": "00acf1552de9723092cf16e7960b775fef8486b6c6282aa2e8235df69753dc0d",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-30T22:39:36.698Z",
"url": "https://shelf.thirdmade.net/probe/summarize",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa |
| eip155:137 | 10000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 | Not specifiedexact | 0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa |
| eip155:42161 | 10000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831 | Not specifiedexact | 0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo |
{
"description": "Munition Exa Find Similar: x402-paid similar-page discovery for AI agents. Pay 0.01 USDC to get up to 25 pages semantically similar to a given URL (competitors, related articles, alternatives), with optional page contents.",
"domain": "api.munition.io",
"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": {
"contents": {
"description": "Which page contents to include. Omit for metadata only.",
"properties": {
"highlights": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"highlightsPerUrl": {
"type": "integer"
},
"numSentences": {
"type": "integer"
}
},
"type": "object"
}
]
},
"summary": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"query": {
"type": "string"
}
},
"type": "object"
}
]
},
"text": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"maxCharacters": {
"type": "integer"
}
},
"type": "object"
}
]
}
},
"type": "object"
},
"excludeDomains": {
"items": {
"type": "string"
},
"maxItems": 50,
"type": "array"
},
"excludeSourceDomain": {
"default": true,
"type": "boolean"
},
"includeDomains": {
"items": {
"type": "string"
},
"maxItems": 50,
"type": "array"
},
"numResults": {
"default": 10,
"maximum": 25,
"minimum": 1,
"type": "integer"
},
"url": {
"description": "Seed URL.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"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": {
"meta": {
"properties": {
"resultCount": {
"type": "integer"
},
"searchedAt": {
"format": "date-time",
"type": "string"
}
},
"required": [
"resultCount",
"searchedAt"
],
"type": "object"
},
"query": {
"type": "string"
},
"results": {
"items": {
"properties": {
"author": {
"type": [
"string",
"null"
]
},
"highlights": {
"items": {
"type": "string"
},
"type": "array"
},
"publishedDate": {
"type": [
"string",
"null"
]
},
"score": {
"type": [
"number",
"null"
]
},
"summary": {
"type": [
"string",
"null"
]
},
"text": {
"description": "Page text when contents were requested.",
"type": [
"string",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": "array"
},
"searchType": {
"type": "string"
}
},
"required": [
"query",
"results",
"meta"
],
"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": 1789191719.42,
"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": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
"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": "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": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
"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": "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": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
"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": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"name": "USDC"
},
"issuer": null,
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "d8c89fdf0c887e6a5219ea6152f50f7545ce1964f69d39d7e54b1dd613db1582",
"service_id": "00af18c781b7f2898b515975900ec30c43eafc86a3c8271a444c198486081a22",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T09:53:41.427Z",
"url": "https://api.munition.io/v1/exa/find-similar",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A |
{
"description": "Distance and initial bearing between two coordinates.",
"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": {
"from": {
"additionalProperties": false,
"description": "Origin coordinate.",
"properties": {
"lat": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"lon": {
"maximum": 180,
"minimum": -180,
"type": "number"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
},
"to": {
"additionalProperties": false,
"description": "Destination coordinate.",
"properties": {
"lat": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"lon": {
"maximum": 180,
"minimum": -180,
"type": "number"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
}
},
"required": [
"from",
"to"
],
"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": 1789191719.42,
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "c4a84547c26c05fd0c45a677c602a0cc3a54fe88b9756cef2be30aeda566035f",
"service_id": "00b0973b759430abad089685553c7651a4320f7d75a363649f1ca85194fb6bee",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-06T08:07:58.358Z",
"url": "https://geospatial.openverbs.com/v1/distance",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8EdE9eD2E6ACdd9B2BaFa42ff4078d3F3263607c |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 2000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | 66Qvhr1xnwqbCT36KfHfZF1JpoWdmCQ3uFYTN335CGXe |
{
"description": "Price (median of 3 sources), market cap, volume, liquidity, slippage estimates at 4 position sizes, risk flags, verification status.",
"domain": "api.solenrich.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": {
"format": {
"default": "json",
"enum": [
"json",
"llm",
"both"
],
"type": "string"
},
"mint": {
"description": "Solana token mint address",
"maxLength": 44,
"minLength": 32,
"type": "string"
}
},
"required": [
"mint"
],
"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": {
"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": 1789191719.42,
"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": "0x8EdE9eD2E6ACdd9B2BaFa42ff4078d3F3263607c",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": null,
"decimals": null,
"decimals_basis": "unknown",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"issuer": null,
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"pay_to": "66Qvhr1xnwqbCT36KfHfZF1JpoWdmCQ3uFYTN335CGXe",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "a2c140b38e2b9c739a818d25fc124bd6e7113f332f5019b3da78e7b9b6d63ef8",
"service_id": "00b098a50a449826fa18003d6ccf4837afd1a99d17039697379e8bcfbe02bc08",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T19:11:43.767Z",
"url": "https://api.solenrich.com/entrypoints/enrich-token-light/invoke",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x995c0abdcd2ad76548e5f7deb54d32549b2b781f |
{
"description": "Recent news relevant to prediction markets within a publish-date window.",
"domain": "api.predictionmarketdata.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"
],
"type": "string"
},
"queryParams": {
"properties": {
"publishDateFrom": {
"description": "Inclusive UTC start time for news publication date.",
"type": "string"
},
"publishDateTo": {
"description": "Inclusive UTC end time for news publication date.",
"type": "string"
}
},
"required": [
"publishDateFrom",
"publishDateTo"
],
"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": 1789191719.42,
"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": "0x995c0abdcd2ad76548e5f7deb54d32549b2b781f",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "817d6e4076a210b51eec72143aca3bb74ed5c19142bed5ded4831adad62cde8f",
"service_id": "00b2b65773cac4761bcc903eeba0268a0c2325bb10cec62198b512b06868fc3a",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T11:06:23.692Z",
"url": "https://api.predictionmarketdata.io/market-news",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x059D091D51a0f011c9872EaA63Df538F5cE15945 |
| eip155:84532 | 100000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7e | Not specifiedexact | 0x059D091D51a0f011c9872EaA63Df538F5cE15945 |
{
"description": "Set prototype tier ($0.10 USDC) — auto-detects subscribe/renew/upgrade",
"domain": "api.run402.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar",
"sign-in-with-x"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"POST"
],
"type": "string"
},
"queryParams": {
"properties": {},
"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": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"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": "0x059D091D51a0f011c9872EaA63Df538F5cE15945",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"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:84532",
"pay_to": "0x059D091D51a0f011c9872EaA63Df538F5cE15945",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "664c7ad1ddaa755798416343100e93b982791620be0b3da5e73424ceea4bd28f",
"service_id": "00b303464737cb23108464c5a236976c297487cb133bd0d4b9347d101db4644d",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T16:07:55.546Z",
"url": "https://api.run402.com/tiers/v1/prototype",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8EdE9eD2E6ACdd9B2BaFa42ff4078d3F3263607c |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | 66Qvhr1xnwqbCT36KfHfZF1JpoWdmCQ3uFYTN335CGXe |
{
"description": "Open positions across BOTH Jupiter Perps and Adrena for a wallet. Per-position size, leverage, entry, unrealized PnL, position age. Per-venue breakdown via `by_venue`, combined totals at top level, every position tagged with `venue`. Trader classification (scalper/swing/position), directional bias, and risk flags including `multi_venue` for cross-venue exposure. Adrena PnL uses jitoSOL/WBTC/BONK mark prices from Jupiter price API; null when unavailable.",
"domain": "api.solenrich.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": {
"address": {
"description": "Solana wallet address",
"maxLength": 44,
"minLength": 32,
"type": "string"
},
"format": {
"default": "json",
"enum": [
"json",
"llm",
"both"
],
"type": "string"
}
},
"required": [
"address"
],
"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": {
"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": 1789191719.42,
"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": "0x8EdE9eD2E6ACdd9B2BaFa42ff4078d3F3263607c",
"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": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"issuer": null,
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"pay_to": "66Qvhr1xnwqbCT36KfHfZF1JpoWdmCQ3uFYTN335CGXe",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "4f73ce4c64ba5ef1157bd08d28d658f2654279f02f0ac6898ccc31850387d688",
"service_id": "00b50a9b22c510255f9e504e7b64880a89e48592bedf45317d5f20fa119cff9f",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T19:13:14.322Z",
"url": "https://api.solenrich.com/entrypoints/perps-trader-profile/invoke",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xAd62f03C7514bb8c51f1eA70C2b75C37404695c8 |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 1000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | 8WhWE8YgY5QBWyLowEHuaZiWdwDM3SrgDk36xYBNvYNS |
{
"description": "Supported swap tokens.",
"domain": "gateway.spraay.app",
"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"
},
"output": {
"properties": {
"example": {
"properties": {
"tokens": {
"type": "array"
}
},
"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": 1789191719.42,
"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": "0xAd62f03C7514bb8c51f1eA70C2b75C37404695c8",
"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": {
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
},
"issuer": null,
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"pay_to": "8WhWE8YgY5QBWyLowEHuaZiWdwDM3SrgDk36xYBNvYNS",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "8267b997b734c1d20c6ce33758c2106a6ecd29c017b982892611f1379536674e",
"service_id": "00be07fdcb66eef5eee6a2d1be86f5cb105c19105d10c476e6e2d30c4fd634c1",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T08:12:06.391Z",
"url": "https://gateway.spraay.app/api/v1/swap/tokens",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493 |
| eip155:137 | 100000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 | Not specifiedexact | 0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493 |
| eip155:480 | 100000 atomic units0x79A02482A880bCe3F13E09da970dC34dB4cD24D1 | Not specifiedexact | 0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493 |
| eip155:42161 | 100000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831 | Not specifiedexact | 0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493 |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 100000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | AytHnvc6bZx1ALTy7b5Px7hcavoSYszG9aeKvDcZ8R1u |
{
"description": "Polymarket wallet intelligence for an EVM address: open positions (title, outcome, size, avg vs current price, current value, realized + unrealized PnL, redeemable), portfolio value, recent trade activity, and derived totals plus size-weighted conviction, concentration and a realized-win proxy — positions, value and activity fused into one brief. On-chain USDC markets on Polygon. public on-chain data, not financial advice.",
"domain": "api.agentstools.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": {
"properties": {
"address": {
"description": "A 0x-prefixed 40-hex EVM address (the wallet to profile). Hosts are fixed server-side; you pass only this address.",
"type": "string"
}
},
"required": [
"address"
],
"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": 1789191719.42,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"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": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"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": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"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": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"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": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"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": "AytHnvc6bZx1ALTy7b5Px7hcavoSYszG9aeKvDcZ8R1u",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "822d3a612b790905713d4b022a2ce6959181e6a284036df46657781b50066840",
"service_id": "00c908a1ff49dd5aa601fb908c3404b390a956e2d452f047a0ad2755ee6580f7",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T09:53:47.602Z",
"url": "https://api.agentstools.dev/trader/polymarket",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.0022 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 2200 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | 9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up |
{
"description": "Password entropy calculator, Shannon entropy, bits of randomness, charset size, mathematical password strength metric for security audits. 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": 1789191719.42,
"offers": [
{
"amount": "0.0022",
"amount_atomic": "2200",
"amount_encoding": "atomic_units",
"amount_raw": "2200",
"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": "2200",
"amount_encoding": "atomic_units",
"amount_raw": "2200",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "4313044e1f57f27f4b7abbb64460a60ca4b38f1b26723cfbf863b9fb98120344",
"service_id": "00cd0311495bd641517b6e9ce30cca1b49a9350b89b1198767145583bfc60dd2",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-30T13:32:43.686Z",
"url": "https://api.x402node.dev/password/entropy",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x91D568599fB802Cb3f03F067D2063785dBAF0abd |
| eip155:84532 | 10000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7e | Not specifiedexact | 0x91D568599fB802Cb3f03F067D2063785dBAF0abd |
{
"description": "HTTP/3 and modern-transport support: checks the DNS HTTPS record (alpn, ech, ipv4hint), the Alt-Svc response header for h3, and reports whether HTTP/3 (QUIC), HTTP/2 and Encrypted Client Hello are advertised. Useful for protocol-compatibility and performance audits. $0.01 per domain.",
"domain": "intel.rallylive.ca",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {}
},
"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": {
"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": 1789191719.42,
"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": "0x91D568599fB802Cb3f03F067D2063785dBAF0abd",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 120,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"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:84532",
"pay_to": "0x91D568599fB802Cb3f03F067D2063785dBAF0abd",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "b8bfe21c77225e8b648187abaab36e2ffadde30742b4cdf5e0413da79f2a9984",
"service_id": "00d84de7815f1498ca0cd43258b3cb17b2febbe9d5505226556840755eb3ec19",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T22:31:20.457Z",
"url": "https://intel.rallylive.ca/monitor/http3",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3873d15CF3209c32aaA8d9AA542164E658567129 |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 25000000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB |
{
"description": "Which small businesses were just approved for an SBA loan? Bulk feed over SBA 7(a) & 504 FOIA loan approvals, newest-first by approval date — a business approved for a federal loan is funded to grow. Cursor-paginated up to 1000/page, filterable by borrower state, program (7A/504), NAICS, minimum amount, or since. Rows carry the borrower, city/state, program, approval amount (banded), lender/CDC, NAICS, and jobs supported. Observational public records as disclosed.",
"domain": "api.govparse.io",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"cursor": {
"description": "Opaque page cursor — pass the previous page's next_cursor unchanged.",
"examples": [
"eyJkIjoiMjAyNi0wNi0zMCIsImsiOiJsb2FuOjEyMyJ9"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"min_amount": {
"description": "Minimum gross approval amount in USD.",
"examples": [
150000
],
"type": "integer"
},
"naics": {
"description": "NAICS code prefix(es), CSV.",
"examples": [
"722"
],
"type": "string"
},
"program": {
"description": "Loan program: 7A | 504.",
"examples": [
"7A"
],
"type": "string"
},
"since": {
"description": "Only loans approved on or after this date (YYYY-MM-DD).",
"examples": [
"2026-06-01"
],
"type": "string"
},
"state": {
"description": "Borrower state code(s), CSV.",
"examples": [
"TX"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "25",
"amount_atomic": "25000000",
"amount_encoding": "atomic_units",
"amount_raw": "25000000",
"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": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "25000000",
"amount_encoding": "atomic_units",
"amount_raw": "25000000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": null,
"decimals": null,
"decimals_basis": "unknown",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"issuer": null,
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"pay_to": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "c23d344ec309d069d73ce45d0e01542ca075f67a4c8f98c58cf94452a10f0211",
"service_id": "00d8f960ff0952f90d4dd00543893cf550376fb15ebf6935819d3a0e051c6da1",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-10T07:30:42.955Z",
"url": "https://api.govparse.io/v1/feeds/sba-loans",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x91D568599fB802Cb3f03F067D2063785dBAF0abd |
| eip155:84532 | 10000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7e | Not specifiedexact | 0x91D568599fB802Cb3f03F067D2063785dBAF0abd |
{
"description": "Hostname to IPs with hosting attribution: all IPv4 and IPv6 addresses for a hostname, and for each IPv4 the ASN, network owner, country and detected cloud/hosting provider. Where is this site hosted, in one call. $0.01 per hostname.",
"domain": "intel.rallylive.ca",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {}
},
"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": {
"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": 1789191719.42,
"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": "0x91D568599fB802Cb3f03F067D2063785dBAF0abd",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 120,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"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:84532",
"pay_to": "0x91D568599fB802Cb3f03F067D2063785dBAF0abd",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "b8bfe21c77225e8b648187abaab36e2ffadde30742b4cdf5e0413da79f2a9984",
"service_id": "00d8fc99d89c3dfdc8dce21d1be18113d048c2d168156b0761e8b2f66b9e14ae",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T20:47:18.186Z",
"url": "https://intel.rallylive.ca/host/ips",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xEfc3f6Ba8A706af67162ebaB84Fc2d09fA73360E |
{
"description": "x402 settlement test",
"domain": "api.basefeed.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": {
"additionalProperties": false,
"properties": {},
"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": 1789191719.42,
"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": "0xEfc3f6Ba8A706af67162ebaB84Fc2d09fA73360E",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "ce0cfe3c6b191660f97b09c3ea99c724d5384d803030bfe25f7d409ab0bcc454",
"service_id": "00d980153a59284e6c252afd353fd56de07c1c7ee540b08c7ba20460b55121b0",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T04:15:16.504Z",
"url": "https://api.basefeed.io/v1/ping",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedupto | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:8453 | 0.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:137 | 2000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:4663 | 2000 atomic units0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:143 | 2000 atomic units0x754704Bc059F8C67012fEd69BC8A327a5aafb603 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:43114 | 2000 atomic units0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:42161 | 2000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:42220 | 2000 atomic units0xcebA9300f2b948710d2653dD7B07f33A8B32118C | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:1329 | 2000 atomic units0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8= | 2000 atomic units31566704 | Not specifiedexact | C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 2000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg |
| stellar:pubnet | 20000 atomic unitsCCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75 | Not specifiedexact | GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL |
| eip155:10 | 3000 atomic units0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
{
"description": "Compare two OpenAPI 3.x or Swagger 2.x documents and return a structured diff: added / removed / changed endpoints, with a conservative \"is any change breaking?\" flag. Breaking = an endpoint or required-2xx status was removed, a required parameter was added, an optional param became required, a param type changed, or a JSON body field became required. Pure CPU - deterministic, no network, no $ref dereferencing (resolve refs upstream if needed).",
"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": {
"after": {
"description": "OpenAPI/Swagger document (object or JSON string) for the new version"
},
"before": {
"description": "OpenAPI/Swagger document (object or JSON string) for the previous version"
}
},
"required": [
"before",
"after"
]
},
"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": {
"added": {
"items": {
"type": "string"
},
"type": "array"
},
"breaking": {
"type": "boolean"
},
"breakingCount": {
"type": "integer"
},
"changed": {
"type": "array"
},
"removed": {
"items": {
"type": "string"
},
"type": "array"
},
"summary": {
"properties": {
"added": {
"type": "integer"
},
"changed": {
"type": "integer"
},
"removed": {
"type": "integer"
}
},
"type": "object"
}
},
"required": [
"added",
"removed",
"changed",
"breaking",
"breakingCount",
"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": 1789191719.42,
"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": {
"assetTransferMethod": "permit2",
"facilitatorAddress": "0x67B9CE703d9ce658d7C4ac3c289cEa112fE662Af",
"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.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": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
},
{
"amount": null,
"amount_atomic": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"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": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"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": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"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": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"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": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"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": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"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": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"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": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"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": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"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": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"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": "3000",
"amount_encoding": "atomic_units",
"amount_raw": "3000",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "a62d7ac7dedaa35043fac7b417c73fad5e580f8a1f465e6c3fdcc33093c9d282",
"service_id": "00da83045bff23222b584ae9a06df633f09641a1b97d03641712658e1117ade1",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T10:33:20.549Z",
"url": "https://agent402.tools/api/openapi-diff",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xe602344ef3944497a72981e36066c62e7a99f599 |
{
"description": "Pay-per-use EBT screening endpoint",
"domain": "energybilltoolkit.co.uk",
"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": {
"durationMinutes": {
"maximum": 720,
"minimum": 30,
"multipleOf": 30,
"type": "integer"
},
"from": {
"format": "date-time",
"type": "string"
},
"to": {
"format": "date-time",
"type": "string"
}
},
"required": [
"durationMinutes"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"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": 1789191719.42,
"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": "0xe602344ef3944497a72981e36066c62e7a99f599",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "ea883dc178524d910e3e4baa292acf35dd73e6f79a65f8ca67b74d4479180451",
"service_id": "00daa407da9edc16d8b7d48a3a23ec94cb8d555d111bdc697ab14803c3c0d727",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T18:45:51.809Z",
"url": "https://energybilltoolkit.co.uk/decision-tools/api/carbon/cleanest-window",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedupto | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:137 | 10000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:4663 | 10000 atomic units0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:143 | 10000 atomic units0x754704Bc059F8C67012fEd69BC8A327a5aafb603 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:43114 | 10000 atomic units0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:42161 | 10000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:42220 | 10000 atomic units0xcebA9300f2b948710d2653dD7B07f33A8B32118C | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| eip155:1329 | 10000 atomic units0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
| algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8= | 10000 atomic units31566704 | Not specifiedexact | C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE |
| solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | 10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Not specifiedexact | J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg |
| stellar:pubnet | 100000 atomic unitsCCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75 | Not specifiedexact | GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL |
| eip155:10 | 11000 atomic units0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85 | Not specifiedexact | 0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0 |
{
"description": "Fetch a World Bank indicator time series for a country (e.g. GDP, inflation, unemployment, population). Open data, no key. ?country=US&indicator=NY.GDP.MKTP.CD&startYear=2018&endYear=2022",
"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": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"country": {
"description": "ISO-2 or ISO-3 country code (e.g. US, USA, DE)",
"type": "string"
},
"endYear": {
"description": "Last year (default 2023)",
"type": "number"
},
"indicator": {
"description": "World Bank indicator code, e.g. NY.GDP.MKTP.CD (nominal GDP USD)",
"type": "string"
},
"startYear": {
"description": "First year (default 2018)",
"type": "number"
}
},
"required": [
"country",
"indicator"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"count": {
"type": "integer"
},
"country": {
"type": "string"
},
"indicator": {
"type": "string"
},
"indicatorName": {
"type": "string"
},
"series": {
"items": {
"properties": {
"value": {
"type": "integer"
},
"year": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"country",
"indicator",
"indicatorName",
"count",
"series"
],
"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": 1789191719.42,
"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": {
"assetTransferMethod": "permit2",
"facilitatorAddress": "0x67B9CE703d9ce658d7C4ac3c289cEa112fE662Af",
"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.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": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
"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": "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": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"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": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"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": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"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": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"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": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"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": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"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": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"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": "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": "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": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"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": "11000",
"amount_encoding": "atomic_units",
"amount_raw": "11000",
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "4f1b49ba1892849883eb5fcefa550c6b501f4e14a6e438ba603d358f6d2e66ec",
"service_id": "00db10270d62787e4a6639a3674fb49473a8be6393c91d139b1638b43d349441",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T10:25:24.994Z",
"url": "https://agent402.tools/api/world-bank-indicator",
"usage_rights": "not_reviewed"
}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 integrationDiscovery 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,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.
43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.
Collection status JSON