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.
624 observations · Differences between dated observations.
| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Translate supplied text through MyMemory with source-language autodetection or an explicit language code.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.app",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"source_language": {
"description": "Source language code (auto-detected if omitted).",
"type": "string"
},
"target_language": {
"description": "Target ISO 639-1 language code.",
"type": "string"
},
"text": {
"description": "Text to translate.",
"type": "string"
}
},
"required": [
"text",
"target_language"
],
"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": {
"additionalProperties": true,
"properties": {
"detected_language": {
"type": "string"
},
"fetched_at": {
"type": "string"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"match": {
"type": "number"
},
"source": {
"type": "string"
},
"source_language": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
},
"target_language": {
"type": "string"
},
"translated_text": {
"type": "string"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"source_language",
"detected_language",
"target_language",
"translated_text",
"match",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "77aa7d87c05a5be3afbbe57a8c8907907e4b99e8157c3faa08b7e93f3cacc073",
"service_id": "a06e9e74a53c48631a33e781435e67b042fa837c7d7de2b71298221adea61bb1",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:00.552Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/translate",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Retrieve a real EVM transaction and normalized block, sender, recipient, nonce, value, gas, fee, type, and input fields by hash.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"chain": {
"description": "base, ethereum, or arbitrum; defaults to base.",
"type": "string"
},
"transaction_hash": {
"description": "32-byte 0x-prefixed transaction hash.",
"type": "string"
}
},
"required": [
"transaction_hash"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"network": {
"type": "string"
},
"success": {
"type": "boolean"
},
"transaction": {
"additionalProperties": true,
"properties": {
"block_number": {
"type": "string"
},
"from": {
"type": "string"
},
"hash": {
"type": "string"
},
"to": {
"type": "string"
},
"value_wei": {
"type": "string"
}
},
"required": [
"hash",
"block_number",
"from",
"to",
"value_wei"
],
"type": "object"
}
},
"required": [
"success",
"network",
"transaction"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.004",
"amount_atomic": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "69356d372404bf3a62d8678ec48f427649af060b8317b5ced7c58d76eece997e",
"service_id": "a75893193c6fb266b95cb90c502644c4a36669a5ca11002056bb0e4cd14c93e1",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:44.73Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_transaction",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.0015 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read the confirmed or pending transaction count for an EVM address at a selected block tag or height.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"address": {
"description": "EVM account address.",
"type": "string"
},
"block": {
"description": "Block tag or height; defaults to latest. Use pending for the next local transaction nonce.",
"type": "string"
},
"chain": {
"description": "base, ethereum, or arbitrum; defaults to base.",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"address": {
"type": "string"
},
"block": {
"type": "string"
},
"network": {
"type": "string"
},
"nonce": {
"type": "string"
},
"nonce_hex": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"network",
"address",
"block",
"nonce",
"nonce_hex"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.0015",
"amount_atomic": "1500",
"amount_encoding": "atomic_units",
"amount_raw": "1500",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "5df17c10f5cca6abbcb1f7836f410ac5e08fed85d0800964eac563f6c2793466",
"service_id": "a9a24fe018e9644f3797febb9eb892d822e34a0cd278fe275004cf3dda946347",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:13.626Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_nonce",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Search a live public Shopify storefront and return current public products, variants, prices, availability, images, and declared agent-commerce capabilities.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"domain": {
"description": "Domain name of the Shopify store.",
"type": "string"
},
"limit": {
"description": "Maximum matching products to return, from 1 to 20.",
"type": "integer"
},
"query": {
"description": "Optional product search query.",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"see": {
"type": "string"
}
},
"required": [
"see"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "810b76329d69bbe551ca385a9ba6b1e0cf6ff12e26872b7a08d00edb59bcee2d",
"service_id": "aab490e93df51b7b21b67d20c76a91b1eebd766925d909a2cd6ba700e41a8e50",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:37:42.27Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/shopify_store_lookup",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Run a transaction simulation and EVM safety preflight with gas, destination proxy evidence, and optional token security and allowance checks in one decision-ready report.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.app",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"chain": {
"description": "base, ethereum, or arbitrum; defaults to base.",
"type": "string"
},
"data": {
"description": "Hex calldata; defaults to 0x.",
"type": "string"
},
"from": {
"description": "Optional sender address for simulation.",
"type": "string"
},
"spender": {
"description": "Optional spender for allowance evidence when from and token_contract are supplied.",
"type": "string"
},
"to": {
"description": "Destination contract or wallet address.",
"type": "string"
},
"token_contract": {
"description": "Optional token contract for GoPlus security evidence.",
"type": "string"
},
"value": {
"description": "Hex native-token value; defaults to 0x0.",
"type": "string"
}
},
"required": [
"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"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"broadcast": {
"type": "boolean"
},
"checks_completed": {
"type": "integer"
},
"decision": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"broadcast",
"decision",
"checks_completed"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "1285d65dd839a1b291be3016ece7876891feea100d153a07b0c1334bde86c9e5",
"service_id": "adb3b7c73ccede098b2d98a3d07af531385696010cd02077d21cb9c7712110a2",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-05T01:16:11.354Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/transaction_preflight",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch live pair price, liquidity, volume, and price-change fields for a DEX pool address from DexScreener.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"chain": {
"description": "DexScreener chain id, for example base or ethereum. Defaults to ethereum.",
"type": "string"
},
"pool_address": {
"description": "DEX pair contract address to look up.",
"type": "string"
}
},
"required": [
"pool_address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"count": {
"type": "integer"
},
"fetched_at": {
"type": "string"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"pairs": {
"items": {
"additionalProperties": true,
"properties": {
"base_token": {
"type": "object"
},
"chain_id": {
"type": "string"
},
"dex_id": {
"type": "string"
},
"liquidity": {
"type": "object"
},
"pair_address": {
"type": "string"
},
"pair_created_at": {
"type": "integer"
},
"price_change": {
"type": "object"
},
"price_usd": {
"type": "string"
},
"quote_token": {
"type": "object"
},
"url": {
"type": "string"
},
"volume": {
"type": "object"
}
},
"required": [
"chain_id",
"dex_id",
"pair_address",
"base_token",
"quote_token",
"price_usd",
"liquidity",
"volume",
"price_change",
"pair_created_at",
"url"
],
"type": "object"
},
"type": "array"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"fetched_at",
"count",
"pairs",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "ae943d5f9704f496bad0bd6122aecf4285021bcade1f1cb9c27a63fcfd5251ea",
"service_id": "ae64c12a0aa48c938c2359ab86879f46a669833b801b495cbf30252adff898d3",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:24.113Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/pool_liquidity",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch current reference foreign-exchange rates for a base currency, optionally filtered to target currencies.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"base": {
"description": "Base currency code (e.g., EUR).",
"type": "string"
},
"target": {
"description": "Target currency code (e.g., USD).",
"type": "string"
}
},
"required": [
"base",
"target"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"base": {
"type": "string"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"next_update_at": {
"type": "string"
},
"rates": {
"additionalProperties": true,
"properties": {
"USD": {
"type": "number"
}
},
"required": [
"USD"
],
"type": "object"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
},
"updated_at": {
"type": "string"
}
},
"required": [
"success",
"source",
"source_url",
"base",
"updated_at",
"next_update_at",
"rates",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "d9ab73ba7a48cd00a84e03015e52d195ef1c4f47bb2bdeafd02560b45d0b64c7",
"service_id": "b2eda083092ee0a4af77d91ad1a94ef26c7ea276ef3016dc0e8ef5212bc12cb7",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T18:17:56.735Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/fx_rates",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read contract event logs across a strictly bounded block range with an optional topic0 filter and capped response count.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"address": {
"description": "Contract address whose logs should be read.",
"type": "string"
},
"chain": {
"description": "base, ethereum, or arbitrum; defaults to base.",
"type": "string"
},
"from_block": {
"description": "Explicit height or latest; defaults to latest.",
"type": "string"
},
"limit": {
"description": "Maximum logs returned from 1 to 500; defaults to 100. Block ranges cannot exceed 2,000 blocks.",
"type": "integer"
},
"to_block": {
"description": "Explicit height or latest; defaults to from_block.",
"type": "string"
},
"topic0": {
"description": "Optional 32-byte event-signature topic hash.",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"count": {
"type": "integer"
},
"logs": {
"items": {
"additionalProperties": true,
"properties": {
"data": {
"type": "string"
},
"topics": {
"items": {},
"type": "array"
},
"transaction_hash": {
"type": "string"
}
},
"required": [
"transaction_hash",
"topics",
"data"
],
"type": "object"
},
"type": "array"
},
"network": {
"type": "string"
},
"success": {
"type": "boolean"
},
"truncated": {
"type": "boolean"
}
},
"required": [
"success",
"network",
"count",
"truncated",
"logs"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.003",
"amount_atomic": "3000",
"amount_encoding": "atomic_units",
"amount_raw": "3000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "bc916ff6db3c1e61a708e73a9572ebf3fc40090a87a59170cfe999fb52401f2a",
"service_id": "b477dcb86a9f0d1d46e62e611bf29a210b35182062223f253ecae53a3f79d0b6",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:33.545Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_logs",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Validate email syntax and check live DNS MX records. MX presence does not prove an individual mailbox exists.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.app",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"emails": {
"description": "Array of email addresses to verify.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"emails"
],
"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": {
"additionalProperties": true,
"properties": {
"caveat": {
"type": "string"
},
"engine": {
"type": "string"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"results": {
"items": {
"additionalProperties": true,
"properties": {
"deliverability": {
"type": "string"
},
"email": {
"type": "string"
},
"mx_records": {
"items": {},
"type": "array"
},
"mx_records_found": {
"type": "boolean"
},
"syntax_valid": {
"type": "boolean"
}
},
"required": [
"email",
"syntax_valid",
"mx_records_found",
"deliverability",
"mx_records"
],
"type": "object"
},
"type": "array"
},
"success": {
"type": "boolean"
},
"total_checked": {
"type": "integer"
}
},
"required": [
"success",
"engine",
"caveat",
"total_checked",
"results",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "280f76762f6fa4c53e5131d5ec8a408560356d13f84077e7abd10c02f1ea91df",
"service_id": "b79de841bb0cbd7987a8ce12eb57dd7f80edbf15b59b91b62a1d44f41f140a3c",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:40.506Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/verify_emails",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Check whether a password hash appears in the Have I Been Pwned breach corpus using k-anonymity: the caller sends only the first five hex characters of a SHA-1 hash, so no password or full hash ever leaves the caller. Returns the matching hash range, or a breach count when an optional suffix is supplied.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"prefix": {
"description": "First 5 hex characters of the SHA-1 hash of the password to check. Only this prefix is sent upstream.",
"type": "string"
},
"suffix": {
"description": "Optional remaining 35 hex characters of the SHA-1 hash. When supplied, the response reports a direct breach count instead of the full range.",
"type": "string"
}
},
"required": [
"prefix"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"fetched_at": {
"type": "string"
},
"hashes": {
"items": {
"additionalProperties": true,
"properties": {
"breach_count": {
"type": "integer"
},
"suffix": {
"type": "string"
}
},
"required": [
"suffix",
"breach_count"
],
"type": "object"
},
"type": "array"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"prefix": {
"type": "string"
},
"privacy_note": {
"type": "string"
},
"range_size": {
"type": "integer"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"privacy_note",
"prefix",
"range_size",
"hashes",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "d641b155e874f938d692398554938b69a2e3c0542553ee51fbd35337871b0e45",
"service_id": "b921aaac125e0bf8ecc3566b47b611f14bda7ebbfc5464927d602a828ae23f23",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:53.564Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/pwned_check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch current US AQI, European AQI, particulate, carbon monoxide, nitrogen dioxide, and ozone values for a geocoded location.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"city": {
"description": "City name or location coordinates.",
"type": "string"
}
},
"required": [
"city"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"current": {
"additionalProperties": true,
"properties": {
"carbon_monoxide": {
"type": "integer"
},
"european_aqi": {
"type": "integer"
},
"interval": {
"type": "integer"
},
"nitrogen_dioxide": {
"type": "number"
},
"ozone": {
"type": "integer"
},
"pm10": {
"type": "integer"
},
"pm2_5": {
"type": "number"
},
"time": {
"type": "string"
},
"us_aqi": {
"type": "integer"
}
},
"required": [
"time",
"interval",
"us_aqi",
"european_aqi",
"pm2_5",
"pm10",
"carbon_monoxide",
"nitrogen_dioxide",
"ozone"
],
"type": "object"
},
"fetched_at": {
"type": "string"
},
"location": {
"additionalProperties": true,
"properties": {
"admin1": {
"type": "string"
},
"country": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"name": {
"type": "string"
}
},
"required": [
"name",
"admin1",
"country",
"latitude",
"longitude"
],
"type": "object"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
},
"units": {
"additionalProperties": true,
"properties": {
"carbon_monoxide": {
"type": "string"
},
"european_aqi": {
"type": "string"
},
"interval": {
"type": "string"
},
"nitrogen_dioxide": {
"type": "string"
},
"ozone": {
"type": "string"
},
"pm10": {
"type": "string"
},
"pm2_5": {
"type": "string"
},
"time": {
"type": "string"
},
"us_aqi": {
"type": "string"
}
},
"required": [
"time",
"interval",
"us_aqi",
"european_aqi",
"pm2_5",
"pm10",
"carbon_monoxide",
"nitrogen_dioxide",
"ozone"
],
"type": "object"
}
},
"required": [
"success",
"source",
"fetched_at",
"location",
"current",
"units",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "1423043ce2a1b233c8810cae9f1bd83b009cd6266897019951c7cd36815b4cc4",
"service_id": "b9ee9f1ae4ad247fdb6f5b81c67989927a3bbea389c45509964a6c0d97132c72",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:07.368Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/air_quality",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Retrieve a live EVM block header and a bounded list of real transaction hashes by height, tag, or block hash.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"block": {
"description": "Block tag, decimal height, or canonical hex quantity. Defaults to latest.",
"type": "string"
},
"block_hash": {
"description": "Optional 32-byte block hash. Takes precedence over block.",
"type": "string"
},
"chain": {
"description": "base, ethereum, or arbitrum; defaults to base.",
"type": "string"
},
"transaction_limit": {
"description": "Maximum transaction hashes returned, from 0 to 500; defaults to 250.",
"type": "integer"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"block": {
"additionalProperties": true,
"properties": {
"hash": {
"type": "string"
},
"number": {
"type": "string"
},
"transaction_count": {
"type": "integer"
},
"transactions_truncated": {
"type": "boolean"
}
},
"required": [
"number",
"hash",
"transaction_count",
"transactions_truncated"
],
"type": "object"
},
"network": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"network",
"block"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.002",
"amount_atomic": "2000",
"amount_encoding": "atomic_units",
"amount_raw": "2000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "16eac02f6205604938dab472de0944d405eaf3d2a406f51a595a1d82063bf60e",
"service_id": "ba8b8b72043e8e5f650bed96b8d8e60a04db38f197bfc46e99bf02cf677bb0fe",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T08:15:23.352Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_block",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Search live Lobbying Disclosure Act filings from the U.S. Senate LDA database by filing year, client, or registrant. Returns filing type, period, reported income and expenses, registrant, client, and the official document link. This covers Senate LDA filings, not House-only records.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"client_name": {
"description": "Name of the entity paying for lobbying.",
"type": "string"
},
"filing_year": {
"description": "Filing year to search. Defaults to the current year.",
"type": "integer"
},
"limit": {
"description": "Maximum filings to return, 1 to 25. Defaults to 10.",
"type": "integer"
},
"registrant_name": {
"description": "Name of the lobbying firm that filed.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"fetched_at": {
"type": "string"
},
"filings": {
"type": "string"
},
"marketplace_metadata": {
"type": "string"
},
"query": {
"type": "string"
},
"returned": {
"type": "integer"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
},
"total_matching_filings": {
"type": "integer"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"query",
"total_matching_filings",
"returned",
"filings",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "db37224c967599f7ce00db01f9123ebeffb0531cc17f138bf3255be5633497d1",
"service_id": "c08ceef55de6ed1cbf79134abbab623cbd2edde0a14024c45d41d670e93abae5",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T03:05:36.316Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/lobbying_reports",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch recent Hacker News stories for a topic and apply a transparent keyword-lexicon sentiment score.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"days": {
"description": "Lookback period in days.",
"type": "integer"
},
"entity": {
"description": "Company, brand, or person name.",
"type": "string"
}
},
"required": [
"entity"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"analysis_method": {
"type": "string"
},
"articles": {
"items": {
"additionalProperties": true,
"properties": {
"created_at": {
"type": "string"
},
"label": {
"type": "string"
},
"score": {
"type": "integer"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"title",
"url",
"created_at",
"score",
"label"
],
"type": "object"
},
"type": "array"
},
"articles_analyzed": {
"type": "integer"
},
"fetched_at": {
"type": "string"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"sentiment_label": {
"type": "string"
},
"sentiment_score": {
"type": "integer"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
},
"topic": {
"type": "string"
}
},
"required": [
"success",
"source",
"analysis_method",
"fetched_at",
"topic",
"articles_analyzed",
"sentiment_score",
"sentiment_label",
"articles",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "60ebd81a7167a61f72a866d74e4a6bd8621ec546bb082acec0501eecaa779820",
"service_id": "c24fb7cf89c1cd7f4a75fa0e4638062ca029e8504c9d8cfeabd65eaeed9e4fd6",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:35.313Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/news_sentiment",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.0015 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read deployed bytecode for an address and return contract-versus-EOA classification, byte size, and bytecode hash.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"address": {
"description": "EVM wallet or contract address.",
"type": "string"
},
"block": {
"description": "Block tag or height; defaults to latest.",
"type": "string"
},
"chain": {
"description": "base, ethereum, or arbitrum; defaults to base.",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"account_type": {
"type": "string"
},
"bytecode": {
"type": "string"
},
"bytecode_hash": {
"type": "string"
},
"bytecode_size": {
"type": "integer"
},
"network": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"network",
"account_type",
"bytecode_size",
"bytecode_hash",
"bytecode"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.0015",
"amount_atomic": "1500",
"amount_encoding": "atomic_units",
"amount_raw": "1500",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "629ea87afe79e7162ed136a05e5abb8258eaf0792bbf1faae4cf4bbb41bb1d45",
"service_id": "c3348ec7819b1bcb50df56b4ce992890b9b28c591745894a941967c31265a843",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:16.266Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_code",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch a public HTTP(S) page with private-network blocking, remove boilerplate tags, and return bounded Markdown-like text.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.app",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"timeout_ms": {
"description": "Request timeout in milliseconds.",
"type": "integer"
},
"url": {
"description": "The target URL to scrape.",
"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": {
"additionalProperties": true,
"properties": {
"fetched_at": {
"type": "string"
},
"markdown": {
"type": "string"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"source": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"success": {
"type": "boolean"
},
"title": {
"type": "string"
},
"truncated": {
"type": "boolean"
},
"url": {
"type": "string"
}
},
"required": [
"success",
"source",
"fetched_at",
"url",
"status_code",
"title",
"truncated",
"markdown",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.003",
"amount_atomic": "3000",
"amount_encoding": "atomic_units",
"amount_raw": "3000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "e11a6766b39c689e0ebf80da4cd25698a312dbd6c08c8271b9bc855b59620907",
"service_id": "c4b1401125c6ed8662551313a1871d5ab1dfa6c0a28bfb56d7ac3eb4c072d009",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:24.318Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/scrape_md",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Create a deterministic extractive summary by ranking and selecting sentences from the supplied text.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.app",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"format": {
"description": "Desired format: 'paragraph' or 'bullets'.",
"type": "string"
},
"length": {
"description": "Length constraint: 'short', 'medium', or 'long'.",
"type": "string"
},
"text": {
"description": "The source text to summarize.",
"type": "string"
}
},
"required": [
"text"
],
"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": {
"additionalProperties": true,
"properties": {
"engine": {
"type": "string"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"original_length": {
"type": "integer"
},
"sentence_count": {
"type": "integer"
},
"success": {
"type": "boolean"
},
"summary": {
"type": "string"
}
},
"required": [
"success",
"engine",
"original_length",
"sentence_count",
"summary",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "6e78d10cc5065d1c36625379e43fb6b37897b74a3266568a543bba2b392a6f7d",
"service_id": "c56cb25b48c3291519ddfb8976e7227506bc3f0cde408a545040843a95c12200",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:56.319Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/summarize",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch the most-starred repositories created during a selected recent period through the GitHub Search API. This is not GitHub's private trending algorithm.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"language": {
"description": "Programming language to filter by.",
"type": "string"
},
"period": {
"description": "Time period: daily, weekly, or monthly.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"count": {
"type": "integer"
},
"data": {
"items": {
"type": "string"
},
"type": "array"
},
"fetched_at": {
"type": "string"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"methodology": {
"type": "string"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"fetched_at",
"methodology",
"count",
"data",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "f35d27ddcc504dc827f4fbe0cb8571c329bb6522b8dc11835eb386dfded98f09",
"service_id": "c5b2ab8e543288a1f2158a1f8b9340db591b3ee1393143e224cf1209f9f17e29",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:41:13.764Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/github_trending",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read an address's native balance directly from Base, Ethereum, or Arbitrum at a selected block tag or height.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"address": {
"description": "EVM wallet or contract address.",
"type": "string"
},
"block": {
"description": "Block tag or height; defaults to latest.",
"type": "string"
},
"chain": {
"description": "base, ethereum, or arbitrum; defaults to base.",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"asset": {
"type": "string"
},
"balance_formatted": {
"type": "string"
},
"balance_wei": {
"type": "string"
},
"network": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"network",
"asset",
"balance_wei",
"balance_formatted"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "42bbf34a3c15d8493b39dea91764b2bade0bcd78236ae282d3ded35954c67102",
"service_id": "c6d6d013608dcd8385ad63827c2bbef4daad47e409bba195a293cbe823bff8de",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:10.445Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_balance",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read ERC-20 symbol, name, decimals, and raw total supply for up to ten contract addresses using live eth_call requests.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.app",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"addresses": {
"description": "Array of contract addresses.",
"items": {
"type": "string"
},
"type": "array"
},
"chain": {
"description": "Blockchain network (default: ethereum).",
"type": "string"
}
},
"required": [
"addresses"
],
"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": {
"additionalProperties": true,
"properties": {
"count": {
"type": "integer"
},
"fetched_at": {
"type": "string"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"network": {
"type": "string"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
},
"tokens": {
"items": {
"additionalProperties": true,
"properties": {
"address": {
"type": "string"
},
"decimals": {
"type": "string"
},
"name": {
"type": "string"
},
"symbol": {
"type": "string"
},
"total_supply_raw": {
"type": "string"
}
},
"required": [
"address",
"symbol",
"name",
"decimals",
"total_supply_raw"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"success",
"source",
"fetched_at",
"network",
"count",
"tokens",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "711724fd5a75da99849be4b6b75836a0b4a870047f382d892958ba11ed16d772",
"service_id": "c97235298efa028f2951e38f29ed30c6153cb0b0271743ec068a03f12162f18f",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:27.05Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/token_metadata_bulk",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Produce a complete vendor onboarding risk report from live domain, TLS, website, hosting, OFAC, GLEIF, and optional SEC evidence, with an explicit decision and next action.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"company": {
"description": "Legal or trading name for entity and sanctions screening.",
"type": "string"
},
"domain": {
"description": "Public vendor domain.",
"type": "string"
},
"ticker": {
"description": "Optional US public-company ticker for SEC evidence.",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"decision": {
"type": "string"
},
"executive_summary": {
"additionalProperties": true,
"properties": {
"critical_findings": {
"type": "integer"
},
"sanctions_name_match": {
"type": "boolean"
},
"warnings": {
"type": "integer"
}
},
"required": [
"critical_findings",
"warnings",
"sanctions_name_match"
],
"type": "object"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"decision",
"executive_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": "GET",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "95afa43cefa3dbc57e96a0a330153c3420fbe119c3dad3824c85d47c06bf063c",
"service_id": "c9ae1158b123b843f7ebbd2729e7ad4a86d36e19fba9b5e62b173c605317f712",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-10T20:31:06.467Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/vendor_risk_report",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch a public RSS or Atom feed with private-network blocking and return bounded current entries.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"feed_url": {
"description": "URL of the RSS/Atom feed.",
"type": "string"
},
"limit": {
"description": "Number of latest items to retrieve.",
"type": "integer"
}
},
"required": [
"feed_url"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"count": {
"type": "integer"
},
"feed_url": {
"type": "string"
},
"fetched_at": {
"type": "string"
},
"items": {
"items": {
"additionalProperties": true,
"properties": {
"link": {
"type": "string"
},
"published_at": {
"type": "string"
},
"summary": {
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"title",
"link",
"published_at",
"summary"
],
"type": "object"
},
"type": "array"
},
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"fetched_at",
"feed_url",
"count",
"items",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "cc2d0497a52319e59f13f0246c310cbfc50528f7a2b7aebbaf5ba52772d46c5d",
"service_id": "ce68f970aff5dfba2566aeb205a5125e102e91511828edd34b51f60f019c6d1e",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:51.736Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/rss_aggregator",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Run a crypto risk report and token security audit that combines current contract-risk signals, live on-chain metadata, deployed bytecode, upgradeable-proxy detection, gas, and optional liquidity evidence. An address with no bytecode is a critical finding, and proxy_detected: false does not prove immutability.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"chain": {
"description": "Supported network: base, ethereum, or arbitrum. Defaults to base.",
"type": "string"
},
"contract_address": {
"description": "EVM token contract address.",
"type": "string"
},
"pool_address": {
"description": "Optional DexScreener pair address to include live liquidity evidence.",
"type": "string"
}
},
"required": [
"contract_address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"see": {
"type": "string"
}
},
"required": [
"see"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.03",
"amount_atomic": "30000",
"amount_encoding": "atomic_units",
"amount_raw": "30000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "10091eaca48c3f6a942bdd009d5daaed3e28342f3b10e40f13c57fb19f5166ad",
"service_id": "cef074c071dcc4fd360884f2235c0b5d43d9ab8a2401fef89180876770c567ce",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T10:59:19.853Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/crypto_risk_brief",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read one wallet or contract's current ERC-20 balance directly from Base, Ethereum, or Arbitrum, including raw units and contract-supplied token metadata.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"account": {
"description": "Wallet or contract address whose token balance should be read.",
"type": "string"
},
"block": {
"description": "Block tag or height; defaults to latest.",
"type": "string"
},
"chain": {
"description": "base, ethereum, or arbitrum; defaults to base.",
"type": "string"
},
"token": {
"description": "ERC-20 token contract address.",
"type": "string"
}
},
"required": [
"token",
"account"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"balance_formatted": {
"type": "string"
},
"balance_raw": {
"type": "string"
},
"decimals": {
"type": "integer"
},
"metadata_warnings": {
"items": {},
"type": "array"
},
"network": {
"type": "string"
},
"success": {
"type": "boolean"
},
"symbol": {
"type": "string"
}
},
"required": [
"success",
"network",
"symbol",
"decimals",
"balance_raw",
"balance_formatted",
"metadata_warnings"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "6f9f63188727e47b66407cf87878048a8c082912c2f78b3df970d1c8626ed90f",
"service_id": "d709d7abd8c62fc9c02c807175bb8dbe2a901522dfc563971e0867212e9d7de8",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-16T02:31:59.85Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/erc20_balance",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read recent large ERC-20 transfers directly from Base, Ethereum, or Arbitrum by scanning Transfer logs over the most recent blocks and filtering by a minimum token amount. Defaults to USDC on Base. Public RPC providers cap the scan window, so this covers the most recent blocks rather than a long history, and it does not label exchange wallets.",
"domain": "ai-data-marketplace-1042299154756.us-central1.run.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": {
"additionalProperties": true,
"properties": {
"blocks": {
"description": "How many recent blocks to scan, 1 to 10. Public RPC providers cap this window.",
"type": "integer"
},
"chain": {
"description": "base, ethereum, or arbitrum. Defaults to base.",
"type": "string"
},
"limit": {
"description": "Maximum transfers to return, 1 to 100. Defaults to 25.",
"type": "integer"
},
"min_amount": {
"description": "Minimum transfer size in whole tokens. Defaults to 100000.",
"type": "integer"
},
"token": {
"description": "ERC-20 contract address to scan. Defaults to USDC on the selected chain.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"marketplace_metadata": {
"additionalProperties": true,
"properties": {
"availability": {
"type": "string"
},
"billable": {
"type": "boolean"
},
"data_mode": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"data_mode",
"billable",
"availability",
"source"
],
"type": "object"
},
"min_usd_value": {
"type": "integer"
},
"network": {
"type": "string"
},
"success": {
"type": "boolean"
},
"transactions": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"success",
"network",
"min_usd_value",
"transactions",
"marketplace_metadata"
],
"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": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"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": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "24dd0a6c2a59d20cdac586f46d27db36b5a1d72ab9ae6bccd07253d419f41144",
"service_id": "db6cdd0a6f0465daf17a3f0353f6a2937272721cf3128e2753740d0242130f24",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T08:47:45.538Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/whale_alerts",
"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