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.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read the current ERC-20 allowance for an owner, spender, and token from a supported EVM network without signing or broadcasting.",
"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"
},
"owner": {
"description": "Wallet that granted the allowance.",
"type": "string"
},
"spender": {
"description": "Address authorized to spend.",
"type": "string"
},
"token": {
"description": "ERC-20 token contract address.",
"type": "string"
}
},
"required": [
"token",
"owner",
"spender"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"allowance_formatted": {
"type": "string"
},
"allowance_raw": {
"type": "string"
},
"approval_present": {
"type": "boolean"
},
"success": {
"type": "boolean"
},
"symbol": {
"type": "string"
}
},
"required": [
"success",
"symbol",
"allowance_raw",
"allowance_formatted",
"approval_present"
],
"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.003",
"amount_atomic": "3000",
"amount_encoding": "atomic_units",
"amount_raw": "3000",
"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": "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "8617b285b7063c70adf406c96291437f137d02091edc329fb2ddca38d655f69a",
"service_id": "eeb8035c7adbcdc71c965f5b0a21d30ffc6934c7c65a702e6145c41f5eb9b499",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:36.222Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/erc20_allowance",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Research one x402 product idea against live 402index opportunity gaps, 402index competitors, and Coinbase Bazaar discovery, then return saturation, pricing, competitors, and a build recommendation.",
"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": {
"query": {
"description": "Product intent, category, or buyer query to research.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"decision": {
"type": "string"
},
"market_summary": {
"additionalProperties": true,
"properties": {
"discovered_competitors": {
"type": "integer"
},
"healthy_402index_competitors": {
"type": "integer"
}
},
"required": [
"discovered_competitors",
"healthy_402index_competitors"
],
"type": "object"
},
"opportunity_score": {
"type": "integer"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"decision",
"opportunity_score",
"market_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": 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": "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "82372f9916103697f3d54a219ad8030bdd347e480b6145874506917cc5c96276",
"service_id": "f316f983dca8df17d006a5f9fc345e12054c23ab48a19c58214b7cb57a45e546",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-16T01:58:30.103Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/x402_market_opportunity_report",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Resolve an ENS name to its current Ethereum address or perform a reverse address lookup with forward-confirmation against the live ENS registry.",
"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": {
"input": {
"description": "ENS name for forward resolution or EVM address for reverse resolution.",
"type": "string"
}
},
"required": [
"input"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"address": {
"type": "string"
},
"ens_name": {
"type": "string"
},
"mode": {
"type": "string"
},
"network": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"network",
"mode",
"ens_name",
"address"
],
"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": "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "2f06c828ea9b9cf451efadd7ee40a4b2c9779b55088eff57b23cf46d312f5c19",
"service_id": "fbca96c5815bea6b661751114b9d647be64d77c62dd17ac9acf9f8d22b4d8558",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-16T02:37:25.62Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/ens_resolve",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Get current stock market data for one ticker, including the latest available quote, daily OHLC values, and volume from Yahoo Finance's chart feed.",
"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": {
"symbol": {
"description": "US stock ticker symbol.",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"data": {
"type": "string"
},
"fetched_at": {
"type": "string"
},
"marketplace_metadata": {
"type": "string"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"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.003",
"amount_atomic": "3000",
"amount_encoding": "atomic_units",
"amount_raw": "3000",
"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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "526d97ccfb85f1d5ff03706cd979876e19f2bbbe548bb91f27fc240b29769b77",
"service_id": "00674fa1e867004dd66474a10c8eb1566c0a546cbb8148457707b4dbc5cecc4d",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T16:18:38.355Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/stock_quotes",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read one wallet's native balance, nonce, account type, and up to five ERC-20 balances from Base, Ethereum, or Arbitrum in one live request.",
"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"
},
"tokens": {
"description": "One to five comma-separated ERC-20 contract addresses. Defaults to the network's official USDC and WETH contracts.",
"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"
},
"native_balance": {
"additionalProperties": true,
"properties": {
"asset": {
"type": "string"
},
"balance_formatted": {
"type": "string"
}
},
"required": [
"asset",
"balance_formatted"
],
"type": "object"
},
"network": {
"type": "string"
},
"nonce": {
"type": "string"
},
"success": {
"type": "boolean"
},
"token_balances": {
"items": {
"additionalProperties": true,
"properties": {
"balance_formatted": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"required": [
"symbol",
"balance_formatted"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"success",
"network",
"account_type",
"nonce",
"native_balance",
"token_balances"
],
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "ed35706340e45f2cc0afb4a0ea568739ff34846e5d62fd1d1a50444d65099e5a",
"service_id": "046506d65002b68bb784747c809910c0abb239b79dba6404c53ce508da871592",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-16T02:56:44.536Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/wallet_snapshot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Look up official Legal Entity Identifier records by LEI or legal name through the live GLEIF API.",
"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": {
"lei": {
"description": "Exact 20-character Legal Entity Identifier.",
"type": "string"
},
"limit": {
"description": "Maximum results from 1 to 10; defaults to 5.",
"type": "integer"
},
"name": {
"description": "Legal entity name search when LEI is not supplied.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"count": {
"type": "integer"
},
"entities": {
"items": {
"additionalProperties": true,
"properties": {
"entity_status": {
"type": "string"
},
"legal_name": {
"type": "string"
},
"lei": {
"type": "string"
}
},
"required": [
"lei",
"legal_name",
"entity_status"
],
"type": "object"
},
"type": "array"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"count",
"entities"
],
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "9826222d50b1ca94cc4a92bc0d10626c89db43748b40c878dacdc1157bfa1943",
"service_id": "0d661c4bcae6d5d4e8dc79378ced4478f33b549cab8e3ff4f77e5ae4f5d4941f",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:39.498Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/lei_lookup",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Decode one 17-character VIN through the official NHTSA vPIC API into normalized vehicle identity and powertrain fields.",
"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": {
"vin": {
"description": "One 17-character VIN. Bulk lookup is intentionally not supported.",
"type": "string"
}
},
"required": [
"vin"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"success": {
"type": "boolean"
},
"vehicle": {
"additionalProperties": true,
"properties": {
"make": {
"type": "string"
},
"model": {
"type": "string"
},
"model_year": {
"type": "string"
}
},
"required": [
"model_year",
"make",
"model"
],
"type": "object"
}
},
"required": [
"success",
"vehicle"
],
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "9152dd1d126afb3ea375534fc626b1cb7d24e1c08202697e4bfeb6b0359beca7",
"service_id": "0fec39c0ed41d7ece4fdb7cb00d6d43dd08dfb09079bae9652e563816f96fe20",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:42.341Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/vin_decode",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Resolve up to ten company-domain strings against Clearbit's live company autocomplete service.",
"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": {
"domain": {
"description": "Company website domain.",
"type": "string"
},
"linkedin_url": {
"description": "LinkedIn profile URL.",
"type": "string"
},
"name": {
"description": "Full name of the contact.",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"data": {
"items": {
"additionalProperties": true,
"properties": {
"domain": {
"type": "string"
},
"matches": {
"items": {},
"type": "array"
}
},
"required": [
"domain",
"matches"
],
"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",
"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": "POST",
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "d4d4d1acac936370df2ea360461926a02b83bac67280df47ac3a07c9444a66c1",
"service_id": "129a7b7ef8514df72694f0d2ac372adecd4990b2de56be653ce60a98d8dc8870",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:59.668Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/enrich_leads",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch a public website with private-network blocking and report transparent heuristic technology signatures from markup and headers.",
"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": "Website domain name.",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"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"
},
"response_headers": {
"additionalProperties": true,
"properties": {
"cf_ray": {
"type": "null"
},
"powered_by": {
"type": "null"
},
"server": {
"type": "string"
}
},
"required": [
"server",
"powered_by",
"cf_ray"
],
"type": "object"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
},
"technologies": {
"items": {
"type": "string"
},
"type": "array"
},
"url": {
"type": "string"
}
},
"required": [
"success",
"source",
"fetched_at",
"url",
"methodology",
"technologies",
"response_headers",
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "e0791e3f91a4c9e56836bef22f9dd7b7e6cd5c47347bc595965ae358c1a82494",
"service_id": "186ba483717f8b1b6afbcf1281d805fed52bc99674671eea40ed79bf582ea747",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:32.581Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/tech_stack_lookup",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Inspect live bytecode and common EIP-1967 and EIP-1167 storage patterns to identify upgradeable contract proxy evidence.",
"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"
},
"contract_address": {
"description": "EVM contract address to inspect.",
"type": "string"
}
},
"required": [
"contract_address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"evidence": {
"additionalProperties": true,
"properties": {
"eip1167_implementation": {
"type": "null"
},
"eip1967_implementation": {
"type": "null"
}
},
"required": [
"eip1967_implementation",
"eip1167_implementation"
],
"type": "object"
},
"proxy_detected": {
"type": "boolean"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"proxy_detected",
"evidence"
],
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "c2ac2133614d1ff1ea17e1e8a6a8f30d75de23f7e246d5dbd689ecd84f31815c",
"service_id": "18de16342f213de86179a27c9225608cde14019b61ecd67c5df2cee11969e739",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:04.341Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/contract_proxy_check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read the current eth_gasPrice value from a supported public Base, Ethereum, or Arbitrum JSON-RPC endpoint.",
"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": "Blockchain network (e.g., ethereum, polygon, arbitrum).",
"type": "string"
}
},
"required": [
"chain"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"chain_id": {
"type": "integer"
},
"fetched_at": {
"type": "string"
},
"gas_price_gwei": {
"type": "number"
},
"gas_price_wei": {
"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"
}
},
"required": [
"success",
"source",
"fetched_at",
"network",
"chain_id",
"gas_price_wei",
"gas_price_gwei",
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "8a6dda8d829bfebc1d2fa712b3a801328bcb7c7bac3a8732224d8aba5c296d2c",
"service_id": "19279da83019adaf7f19d0e0a770ebceb7561e694020b38dd0c9c43fff125835",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T03:05:19.026Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/gas_oracle",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch current USD price, market capitalization, 24-hour trading volume, 24-hour percentage change, and source update time for up to 20 crypto assets in one call.",
"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": {
"symbols": {
"description": "One to 20 comma-separated supported symbols or CoinGecko IDs. Defaults to bitcoin, ethereum, and solana.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"assets": {
"items": {
"additionalProperties": true,
"properties": {
"change_24h_percent": {
"type": "number"
},
"id": {
"type": "string"
},
"market_cap_usd": {
"type": "integer"
},
"price_usd": {
"type": "integer"
},
"volume_24h_usd": {
"type": "integer"
}
},
"required": [
"id",
"price_usd",
"market_cap_usd",
"volume_24h_usd",
"change_24h_percent"
],
"type": "object"
},
"type": "array"
},
"count": {
"type": "integer"
},
"quote_currency": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"quote_currency",
"count",
"assets"
],
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "b79ad3f29689625def36c805bf8f794824acba1d58f58968da9dd30fe1a7ef2f",
"service_id": "19d927c2418276802bd2f93f8ce976d1043e51393d5ba3ab3ce5a8c413a3ae47",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T23:27:53.333Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/crypto_market_snapshot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Retrieve current official NHTSA model-level recall campaigns by VIN or by year, make, and model, including park-it warnings and remedies.",
"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": {
"make": {
"description": "Vehicle make when VIN is not supplied.",
"type": "string"
},
"model": {
"description": "Vehicle model when VIN is not supplied.",
"type": "string"
},
"vin": {
"description": "One 17-character VIN; decoded to year, make, and model.",
"type": "string"
},
"year": {
"description": "Model year when VIN is not supplied.",
"type": "integer"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"recall_count": {
"type": "integer"
},
"recalls": {
"items": {
"additionalProperties": true,
"properties": {
"campaign_number": {
"type": "string"
},
"component": {
"type": "string"
}
},
"required": [
"campaign_number",
"component"
],
"type": "object"
},
"type": "array"
},
"success": {
"type": "boolean"
},
"urgent_park_it_count": {
"type": "integer"
}
},
"required": [
"success",
"recall_count",
"urgent_park_it_count",
"recalls"
],
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "4bad0dc8691b98fa3d86dfce101fb1c89c939c913ec24248f98cd39868ec11d4",
"service_id": "1c057de9aedf8b4eb283786ae8572558d8e2ab739b50418d4967f9a595a99c7b",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:47.806Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/vehicle_recalls",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch a current third-party aggregated model-pricing snapshot from LiteLLM. Buyers should verify final pricing with each provider.",
"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": {
"providers": {
"description": "Comma-separated list of providers to filter.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"caveat": {
"type": "string"
},
"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"
},
"models": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"caveat",
"count",
"models",
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "0c8db5256a224a15af3b22ca363bc8a9f23248b03e34f95883b6f88c2282407b",
"service_id": "1ca14fd2d2d2e03355264838ae5d41dab08e3dd46818ee7cbf1e20213f77a9e6",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T03:04:48.541Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/ai_model_pricing",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch DexScreener's latest token-profile discovery feed. Entries are discovery signals, not verified launch timestamps.",
"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": {
"dex": {
"description": "Filter by DEX name (e.g., uniswap, raydium).",
"type": "string"
},
"timeframe": {
"description": "Timeframe to look back (e.g., 10m, 1h).",
"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": {
"additionalProperties": true,
"properties": {
"chainId": {
"type": "string"
},
"cto": {
"type": "boolean"
},
"description": {
"type": "string"
},
"header": {
"type": "string"
},
"icon": {
"type": "string"
},
"links": {
"items": {},
"type": "array"
},
"openGraph": {
"type": "string"
},
"tokenAddress": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"url",
"chainId",
"tokenAddress",
"icon",
"header",
"openGraph",
"description",
"links",
"cto",
"updatedAt"
],
"type": "object"
},
"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"
},
"note": {
"type": "string"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"note",
"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.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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "4e16c1ae4f46e975934b814282e8d6eff81d0ee308c7234f96e9313c1fbee76e",
"service_id": "2030450783afa024781c844c6909fea820f84b87c3898e4cb49a31a8e7c75884",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:18.267Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/dex_launches",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch a public HTTP(S) page with private-network blocking and return bounded Markdown-like content plus title, description, Open Graph image, status, and URL 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": {
"body": {
"additionalProperties": true,
"properties": {
"url": {
"description": "Public HTTP(S) URL to fetch. The page is fetched directly, not rendered in a browser, so JavaScript-generated content is not captured.",
"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": {
"description": {
"type": "null"
},
"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"
},
"og_image": {
"type": "null"
},
"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",
"description",
"og_image",
"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.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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "5533da678fd7d66ac0e826c74026a04a3a65385a0711ca7751b1a4014e921945",
"service_id": "25e1ee97b21865345b00da92d95e16c9175ae415085e39aba89d04e3734d38e0",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:37.963Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/deep_scrape",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Run a low-cost wallet balance lookup for native ETH and official USDC on Base, Ethereum, or Arbitrum, with an estimated ETH USD value. This is not a complete token or NFT portfolio.",
"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": "Wallet address (0x format or ENS).",
"type": "string"
},
"chain": {
"description": "Network to scan (default: all supported).",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"assets": {
"items": {
"type": "string"
},
"type": "array"
},
"estimated_total_usd": {
"type": "number"
},
"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"
},
"note": {
"type": "string"
},
"source": {
"items": {
"type": "string"
},
"type": "array"
},
"success": {
"type": "boolean"
},
"wallet": {
"type": "string"
}
},
"required": [
"success",
"source",
"fetched_at",
"note",
"wallet",
"network",
"assets",
"estimated_total_usd",
"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.003",
"amount_atomic": "3000",
"amount_encoding": "atomic_units",
"amount_raw": "3000",
"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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "54e229879ae6126b76cb2f738fabad045ccf763d2db924d3d062cdfcc8fd6d45",
"service_id": "2861bac7b29d753672f3b6c960621d577e5849f19004e27fa276e5e2887b22b8",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T16:14:11.785Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/wallet_portfolio",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Execute one bounded eth_call against Base, Ethereum, or Arbitrum and return raw deterministic call data without signing or broadcasting.",
"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": {
"block": {
"description": "Block tag or height; defaults to latest.",
"type": "string"
},
"chain": {
"description": "base, ethereum, or arbitrum; defaults to base.",
"type": "string"
},
"data": {
"description": "0x-prefixed calldata, limited to 32,768 bytes; defaults to 0x.",
"type": "string"
},
"from": {
"description": "Optional caller address for call context.",
"type": "string"
},
"to": {
"description": "Destination contract address.",
"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"
},
"network": {
"type": "string"
},
"return_data": {
"type": "string"
},
"return_data_bytes": {
"type": "integer"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"network",
"broadcast",
"return_data",
"return_data_bytes"
],
"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.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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "501d04821a25e89caa557c75d197f50abc556dd5a648d6e811ec22eb19a2ae51",
"service_id": "28918b4bf5b5bdbaa78f97e35724502e5e2ac9a94c4709621b50758b263cb00d",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T22:58:07.903Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_call",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch recent cryptocurrency USD daily OHLCV candles from Coinbase Exchange, with CoinGecko fallback coverage.",
"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": {
"ticker": {
"description": "CoinGecko coin ID or supported alias such as bitcoin, btc, ethereum, eth, solana, or sol.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"data": {
"additionalProperties": true,
"properties": {
"candles": {
"items": {
"type": "object"
},
"type": "array"
},
"interval": {
"type": "string"
},
"product_id": {
"type": "string"
},
"ticker": {
"type": "string"
}
},
"required": [
"ticker",
"product_id",
"interval",
"candles"
],
"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"
}
},
"required": [
"success",
"source",
"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.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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "e71c59ffb84f23d5837a8a149e9fb2b1d571f933e4db48f832563ef70a838471",
"service_id": "29768501155249953937d13ff7ac03a6761fc35d9dc5653442520c3eefef85c1",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:12.831Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/candles",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Screen a party name against the current official U.S. Treasury OFAC SDN primary-name list and return transparent potential matches.",
"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": {
"name": {
"description": "Party or organization name to screen.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"count": {
"type": "integer"
},
"exact_match": {
"type": "boolean"
},
"potential_match": {
"type": "boolean"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"potential_match",
"exact_match",
"count"
],
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "3d053d29e868cefe85d7807948ab4807cc59213bc806b7a20df63e7737259d35",
"service_id": "2a0dcc23c0f5cf92753cd9a8ab968d19d9d5c410c113292d75182389c1fc4650",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:06.87Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/ofac_screen",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Read the current block height directly from a supported Base, Ethereum, or Arbitrum public JSON-RPC provider.",
"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"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"block_number": {
"type": "string"
},
"block_number_hex": {
"type": "string"
},
"chain_id": {
"type": "integer"
},
"network": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"network",
"chain_id",
"block_number",
"block_number_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.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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "a4090d8f588c55fcfe911657cd508ddc04f32806319087de649cfee7ce4ac417",
"service_id": "2ad5439136a4de49c869b2492d6e19eb8477b3247d0f632e780d6a4a1ae620fc",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T23:06:44.268Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_block_number",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Combine a current market quote with official recent SEC filing and insider-ownership filing metadata in one sourced company brief.",
"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": {
"limit": {
"description": "Number of recent SEC records per filing group, from 1 to 10. Defaults to 5.",
"type": "integer"
},
"symbol": {
"description": "US public-company ticker symbol.",
"type": "string"
}
},
"required": [
"symbol"
],
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "0249f116084a39c533575cc5edacb67643368d1159c58c9d199e30b409d609c2",
"service_id": "2b8de4dbf2f7a006a4666d9143e07a24aae3fdee832ecbc8ea2ffbe109024708",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T03:05:59.762Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/stock_research_brief",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch public IP network, ASN, organization, location, and timezone context. This does not claim an abuse or threat 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": {
"ip": {
"description": "IPv4 or IPv6 address to analyze.",
"type": "string"
}
},
"required": [
"ip"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"city": {
"type": "string"
},
"connection": {
"additionalProperties": true,
"properties": {
"asn": {
"type": "integer"
},
"domain": {
"type": "string"
},
"isp": {
"type": "string"
},
"org": {
"type": "string"
}
},
"required": [
"asn",
"org",
"isp",
"domain"
],
"type": "object"
},
"country": {
"type": "string"
},
"fetched_at": {
"type": "string"
},
"ip": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"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"
},
"note": {
"type": "string"
},
"region": {
"type": "string"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
},
"timezone": {
"additionalProperties": true,
"properties": {
"abbr": {
"type": "string"
},
"id": {
"type": "string"
},
"is_dst": {
"type": "boolean"
},
"offset": {
"type": "integer"
},
"utc": {
"type": "string"
}
},
"required": [
"id",
"abbr",
"is_dst",
"offset",
"utc"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"note",
"ip",
"type",
"country",
"region",
"city",
"latitude",
"longitude",
"connection",
"timezone",
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "032b1cd503683f47eb21de81047c302510f04a4acc374d9faf9e88c273b4906d",
"service_id": "2bc7873e6b43b8943c3ee0e94ee80f0fb340c34488ace943a2b4ec7bb6a736fd",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:57.004Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/ip_reputation",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Retrieve official recent SEC Forms 3, 4, and 5 filing metadata and links. Transaction amounts are not parsed.",
"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": {
"symbol": {
"description": "Filter by stock ticker.",
"type": "string"
},
"transaction_type": {
"description": "Filter by 'buy' or 'sell'.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"company": {
"type": "string"
},
"count": {
"type": "integer"
},
"fetched_at": {
"type": "string"
},
"filings": {
"items": {
"additionalProperties": true,
"properties": {
"accession_number": {
"type": "string"
},
"filed_date": {
"type": "string"
},
"filing_url": {
"type": "string"
},
"form": {
"type": "string"
},
"primary_document": {
"type": "string"
},
"report_date": {
"type": "string"
}
},
"required": [
"form",
"filed_date",
"report_date",
"accession_number",
"primary_document",
"filing_url"
],
"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"
},
"note": {
"type": "string"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
},
"ticker": {
"type": "string"
}
},
"required": [
"success",
"source",
"note",
"fetched_at",
"company",
"ticker",
"count",
"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.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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "d28874be42eeb441a71bfbac5ab0e25ab096b3a9ff37f21540a14876845ba510",
"service_id": "3938b1be483649f3558312af661923112d8063792c29729ed0ebbae3d4446fe7",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:49.691Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/insider_trades",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Decode a 3-character World Manufacturer Identifier or 6-character low-volume identifier through the official NHTSA vPIC API.",
"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": {
"wmi": {
"description": "A 3-character WMI or 6-character low-volume manufacturer identifier.",
"type": "string"
}
},
"required": [
"wmi"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"count": {
"type": "integer"
},
"manufacturers": {
"items": {
"additionalProperties": true,
"properties": {
"make": {
"type": "string"
},
"manufacturer_name": {
"type": "string"
},
"vehicle_type": {
"type": "string"
}
},
"required": [
"manufacturer_name",
"make",
"vehicle_type"
],
"type": "object"
},
"type": "array"
},
"success": {
"type": "boolean"
},
"wmi": {
"type": "string"
}
},
"required": [
"success",
"wmi",
"count",
"manufacturers"
],
"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": "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": "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "51af953eed35085a22185c5d0f7a561811bf278e9ec01c72427f108f2d0c6598",
"service_id": "3a4cdcc4ff050a4782820b0be9e49b5612f85ffd32f1571edb35a079a14edfda",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-16T02:56:47.601Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/wmi_decode",
"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