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.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Search 100 packaged federal government contract awards from USAspending.gov with a live source link for every award ID.",
"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": {
"agency": {
"description": "Federal agency name.",
"type": "string"
},
"vendor_name": {
"description": "Name of the winning vendor.",
"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": {
"agency": {
"type": "string"
},
"award_id": {
"type": "string"
},
"description": {
"type": "string"
},
"recipient": {
"type": "string"
},
"source_url": {
"type": "string"
}
},
"required": [
"award_id",
"recipient",
"description",
"agency",
"source_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"
},
"source": {
"type": "string"
},
"source_verified_count": {
"type": "integer"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_verified_count",
"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": 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": "0ccb4bbda413d4bab45a204af0ecf6a6845af5934b9c578954085430653f917a",
"service_id": "526f844aff80e2501fac63851bfe11b1235d383e88a8a0d66ef56a23f7d2b1e1",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T23:28:21.444Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/contracts",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch a current Jupiter route quote for Solana token mints and a base-unit amount. This does not sign or broadcast a transaction.",
"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": {
"amount": {
"description": "Amount of input token in its native decimals.",
"type": "integer"
},
"input_mint": {
"description": "Mint address of the token to sell.",
"type": "string"
},
"output_mint": {
"description": "Mint address of the token to buy.",
"type": "string"
},
"slippage_bps": {
"description": "Maximum allowed slippage in basis points.",
"type": "integer"
}
},
"required": [
"input_mint",
"output_mint",
"amount"
],
"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"
},
"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"
},
"quote": {
"additionalProperties": true,
"properties": {
"contextSlot": {
"type": "integer"
},
"inAmount": {
"type": "string"
},
"inputMint": {
"type": "string"
},
"instructionVersion": {
"type": "null"
},
"loadedLongtailToken": {
"type": "boolean"
},
"longtailMarketQuoteReport": {
"type": "null"
},
"mostReliableAmmsQuoteReport": {
"additionalProperties": true,
"properties": {
"info": {
"type": "object"
}
},
"required": [
"info"
],
"type": "object"
},
"otherAmountThreshold": {
"type": "string"
},
"otherRoutePlans": {
"type": "null"
},
"outAmount": {
"type": "string"
},
"outputMint": {
"type": "string"
},
"platformFee": {
"type": "null"
},
"priceImpactPct": {
"type": "string"
},
"routePlan": {
"items": {
"type": "object"
},
"type": "array"
},
"slippageBps": {
"type": "integer"
},
"swapMode": {
"type": "string"
},
"swapUsdValue": {
"type": "string"
},
"timeTaken": {
"type": "number"
},
"useIncurredSlippageForQuoting": {
"type": "null"
},
"useRewards": {
"type": "null"
}
},
"required": [
"inputMint",
"inAmount",
"outputMint",
"outAmount",
"otherAmountThreshold",
"swapMode",
"slippageBps",
"platformFee",
"priceImpactPct",
"routePlan",
"contextSlot",
"timeTaken",
"swapUsdValue",
"mostReliableAmmsQuoteReport",
"longtailMarketQuoteReport",
"useIncurredSlippageForQuoting",
"useRewards",
"otherRoutePlans",
"loadedLongtailToken",
"instructionVersion"
],
"type": "object"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"broadcast",
"quote",
"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": 1789191719.42,
"offers": [
{
"amount": "0.03",
"amount_atomic": "30000",
"amount_encoding": "atomic_units",
"amount_raw": "30000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "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": "bca2dc492b9169fb74092baf860615077bc5f268eee617162c109e7ff20ae0a5",
"service_id": "52b075e1c418d96fe96e3ee61f6ca18be9279542a8f30c3bdcfe68fe6158aca1",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:10.097Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/solana_route",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Verify and lint a third-party x402 endpoint without paying it. Probe the live HTTP 402 challenge, validate x402 v2 and Base payment requirements, and check exact Coinbase Bazaar and 402index listing evidence before a buyer authorizes payment.",
"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": {
"method": {
"description": "GET, HEAD, or POST. Defaults to GET.",
"type": "string"
},
"request_body": {
"description": "Optional JSON body for a POST probe. Payment credentials are never forwarded.",
"type": "object"
},
"url": {
"description": "Public HTTP or HTTPS endpoint to inspect without paying.",
"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": {
"decision": {
"type": "string"
},
"discovery": {
"additionalProperties": true,
"properties": {
"coinbase_bazaar": {
"additionalProperties": true,
"properties": {
"checked": {
"type": "boolean"
},
"exact_match_count": {
"type": "integer"
}
},
"required": [
"checked",
"exact_match_count"
],
"type": "object"
}
},
"required": [
"coinbase_bazaar"
],
"type": "object"
},
"payment_requirements": {
"items": {},
"type": "array"
},
"ready_for_payment": {
"type": "boolean"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"ready_for_payment",
"decision",
"payment_requirements",
"discovery"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.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": "362bdbee1233c40857be1bfc3bee1931fb3db4f111f992ecc93ad99b147cc69e",
"service_id": "5595c7d708086c6d384f64b6cbdf5986fb28c9b6aa504221e28ce9a13a02b4c0",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-16T01:58:13.627Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/x402_endpoint_preflight",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Scan supplied code with transparent deterministic rules for common secret, injection, shell, weak-hash, and Solidity risks. This is not a professional audit.",
"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": {
"code": {
"description": "The source code snippet.",
"type": "string"
},
"language": {
"description": "Programming language (python, javascript, go, etc.).",
"type": "string"
}
},
"required": [
"code",
"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": {
"caveat": {
"type": "string"
},
"engine": {
"type": "string"
},
"findings": {
"items": {
"additionalProperties": true,
"properties": {
"evidence": {
"type": "string"
},
"line": {
"type": "integer"
},
"recommendation": {
"type": "string"
},
"rule": {
"type": "string"
},
"severity": {
"type": "string"
}
},
"required": [
"rule",
"severity",
"line",
"evidence",
"recommendation"
],
"type": "object"
},
"type": "array"
},
"findings_count": {
"type": "integer"
},
"language": {
"type": "string"
},
"lines_scanned": {
"type": "integer"
},
"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"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"engine",
"language",
"caveat",
"lines_scanned",
"findings_count",
"findings",
"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": 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": "a4efb7f84d52d5effac56fa2f2eb789462649744f63b4dae6ba836bf7059a3a5",
"service_id": "59094b9520bd7e28eaf527086c8b439efc783ba3a28d982ffcad5d8dbe5ec2d7",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:25.504Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/code_audit",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch current NFT collection floor price, market cap, 24-hour volume, supply, and owner-count fields from CoinGecko.",
"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": {
"collection_slug": {
"description": "Slug identifier of the NFT collection.",
"type": "string"
}
},
"required": [
"collection_slug"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"collection": {
"additionalProperties": true,
"properties": {
"asset_platform_id": {
"type": "string"
},
"contract_address": {
"type": "string"
},
"floor_price": {
"additionalProperties": true,
"properties": {
"native_currency": {
"type": "number"
},
"usd": {
"type": "number"
}
},
"required": [
"native_currency",
"usd"
],
"type": "object"
},
"floor_price_24h_percentage_change": {
"additionalProperties": true,
"properties": {
"native_currency": {
"type": "number"
},
"usd": {
"type": "number"
}
},
"required": [
"usd",
"native_currency"
],
"type": "object"
},
"id": {
"type": "string"
},
"market_cap": {
"additionalProperties": true,
"properties": {
"native_currency": {
"type": "integer"
},
"usd": {
"type": "integer"
}
},
"required": [
"native_currency",
"usd"
],
"type": "object"
},
"name": {
"type": "string"
},
"number_of_unique_addresses": {
"type": "integer"
},
"symbol": {
"type": "string"
},
"total_supply": {
"type": "integer"
},
"volume_24h": {
"additionalProperties": true,
"properties": {
"native_currency": {
"type": "number"
},
"usd": {
"type": "integer"
}
},
"required": [
"native_currency",
"usd"
],
"type": "object"
}
},
"required": [
"id",
"name",
"symbol",
"contract_address",
"asset_platform_id",
"floor_price",
"market_cap",
"volume_24h",
"floor_price_24h_percentage_change",
"number_of_unique_addresses",
"total_supply"
],
"type": "object"
},
"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"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"collection",
"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": 1789191719.42,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "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": "221959b0204a253bbcacd016bf58e4d98ea20d44e69ea853965493673dac2542",
"service_id": "5ac68dd023bb9323a871eed289c8bc4a6215b0d8852b151da740de53a57b5ee6",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:21.419Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/nft_floor_prices",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Search the current roster of agents actively registered under the Foreign Agents Registration Act by name or state, direct from the DOJ eFile API. Returns registration number, name, address, and registration date. FARA does not publish a machine-readable foreign-principal index, so this product does not claim to search by foreign principal.",
"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": "Maximum registrants to return, 1 to 100. Defaults to 20.",
"type": "integer"
},
"name": {
"description": "Full or partial registrant name. Either name or state is required.",
"type": "string"
},
"state": {
"description": "Two-letter U.S. state code, for example DC. Either name or state is required.",
"type": "string"
}
},
"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"
},
"match_count": {
"type": "integer"
},
"query": {
"additionalProperties": true,
"properties": {
"name": {
"type": "null"
},
"state": {
"type": "string"
}
},
"required": [
"name",
"state"
],
"type": "object"
},
"registrants": {
"items": {
"additionalProperties": true,
"properties": {
"address": {
"type": "string"
},
"city": {
"type": "string"
},
"name": {
"type": "string"
},
"registration_date": {
"type": "string"
},
"registration_number": {
"type": "integer"
},
"state": {
"type": "string"
},
"zip": {
"type": "integer"
}
},
"required": [
"registration_number",
"name",
"address",
"city",
"state",
"zip",
"registration_date"
],
"type": "object"
},
"type": "array"
},
"returned": {
"type": "integer"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
},
"total_active_registrants": {
"type": "integer"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"query",
"total_active_registrants",
"match_count",
"returned",
"registrants",
"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": 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": "3221e7768997022c847f6edf961349a3b653e31326e18eddba6ef6b8de0e3285",
"service_id": "5d462eca77d00f74361058deadf27bdcc0d76c1b136a7528b1b5a83ebbaa22af",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:16.669Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/fara_disclosures",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.008 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Run a low-cost token security audit and honeypot check using current automated GoPlus risk fields for a supported EVM contract. These third-party signals are not a guarantee of safety.",
"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 (default: ethereum).",
"type": "string"
},
"contract_address": {
"description": "Token smart contract address.",
"type": "string"
}
},
"required": [
"contract_address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"caveat": {
"type": "string"
},
"chain": {
"type": "string"
},
"chain_id": {
"type": "string"
},
"contract_address": {
"type": "string"
},
"fetched_at": {
"type": "string"
},
"marketplace_metadata": {
"type": "string"
},
"security": {
"type": "string"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"chain",
"chain_id",
"contract_address",
"caveat",
"security",
"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": 1789191719.42,
"offers": [
{
"amount": "0.008",
"amount_atomic": "8000",
"amount_encoding": "atomic_units",
"amount_raw": "8000",
"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": "4227669d8bc3c29ac503e910afd86355bba4db42b21efd4280eb9e920b08a4b9",
"service_id": "67a737329e2bf94506a1b7e33cd990089c345ca2001dd1a4795650f949d84f8e",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T10:59:07.822Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/token_audit",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch current top Hacker News story titles as a lightweight technology trend pulse.",
"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": {
"industry": {
"description": "Specific industry or market segment.",
"type": "string"
},
"region": {
"description": "Geographic region (e.g., Global, NA, EMEA).",
"type": "string"
}
},
"required": [
"industry"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"data": {
"additionalProperties": true,
"properties": {
"industry": {
"type": "string"
},
"trending_topics": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"industry",
"trending_topics"
],
"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": 1789191719.42,
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "924d70f7f8d89e1d4a2b2e1cd04632f3d14d53f87a2b645c050334ab6b931ec8",
"service_id": "6b17bd4339ab9a4b53f3f824ff38c54752cdf0ccf71ab748761cd0f29fbeeeaf",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:42.729Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/market_research",
"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 and extract its title, description, Open Graph image, status, and content type.",
"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": {
"url": {
"description": "The URL to extract metadata from.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"content_type": {
"type": "string"
},
"description": {
"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"
},
"og_image": {
"type": "string"
},
"source": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"success": {
"type": "boolean"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"success",
"source",
"fetched_at",
"url",
"status_code",
"content_type",
"title",
"description",
"og_image",
"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": 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": "815ac9e6522cb2a5a1ab4d034372e84c0cf98d9a5b1220eebc2c4b6748cfd5de",
"service_id": "6feb2496fbe233c4a72dbaff69755ccfa253cf97cbb4097f03dbfc70f6be0aad",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T16:22:48.074Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/url_metadata",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch and filter current remote job listings from Remote OK with source and apply links.",
"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_old": {
"description": "Maximum age of the posting in days.",
"type": "integer"
},
"remote": {
"description": "Filter for remote-only roles.",
"type": "boolean"
},
"title": {
"description": "Job title or keyword.",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"attribution": {
"type": "string"
},
"count": {
"type": "integer"
},
"fetched_at": {
"type": "string"
},
"jobs": {
"items": {},
"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"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_url",
"attribution",
"fetched_at",
"count",
"jobs",
"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": 1789191719.42,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "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": "f965fe3054b67ba2abb5f2ea639aa239da98057e4e393f08d64bd4f55915a6c5",
"service_id": "734ecd225f134f2d045967d71277ecb8435df9be078ed28ce6708a7bbbfbf4ae",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:43.552Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/job_postings",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Combine GLEIF legal-entity identity, official OFAC SDN screening, and optional SEC filing identity into one sourced counterparty 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": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": true,
"properties": {
"lei": {
"description": "Exact 20-character LEI; either name or LEI is required.",
"type": "string"
},
"limit": {
"description": "Maximum GLEIF matches from 1 to 10.",
"type": "integer"
},
"name": {
"description": "Legal name used for GLEIF and OFAC screening.",
"type": "string"
},
"ticker": {
"description": "Optional public-company ticker for SEC evidence.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"checks_completed": {
"type": "integer"
},
"conclusion": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"conclusion",
"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": "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": "865019c2cddf9f923b56ed81a9edd992794b7adc731ff85ec9fcea5db5581e76",
"service_id": "77b0c64f984852d8900449d5d072ad2f281497832ee73bcce4632aa64efeb17a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:34.799Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/legal_entity_verify",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Run a read-only transaction simulation with eth_call and eth_estimateGas against a supported public EVM RPC 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": {
"data": {
"description": "Hex-encoded transaction calldata.",
"type": "string"
},
"from": {
"description": "Sender address.",
"type": "string"
},
"network": {
"description": "Blockchain network identifier.",
"type": "string"
},
"to": {
"description": "Destination contract address.",
"type": "string"
},
"value": {
"description": "Amount of native token sent in wei.",
"type": "string"
}
},
"required": [
"network",
"from",
"to",
"data"
],
"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"
},
"estimated_gas": {
"type": "string"
},
"marketplace_metadata": {
"type": "string"
},
"network": {
"type": "string"
},
"return_data": {
"type": "string"
},
"simulation_status": {
"type": "string"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"network",
"broadcast",
"simulation_status",
"estimated_gas",
"return_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": 1789191719.42,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "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": "ec79f9d06e895f8682aaa8f4fbd037d0be8406399973f5c574797ebefc73ce31",
"service_id": "7954da4b0fe6ea746d502a2d78331ac836d17dc2243336fa39b199e540584977",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T10:59:01.909Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/tx_simulator",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Retrieve official recent SEC filing metadata and primary-document links for a public-company ticker.",
"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": {
"form_type": {
"description": "Filing form type, e.g., 10-K, 10-Q, 8-K.",
"type": "string"
},
"limit": {
"description": "Max results to return.",
"type": "integer"
},
"ticker": {
"description": "Company ticker symbol.",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"cik": {
"type": "integer"
},
"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"
},
"source": {
"type": "string"
},
"success": {
"type": "boolean"
},
"ticker": {
"type": "string"
}
},
"required": [
"success",
"source",
"fetched_at",
"company",
"ticker",
"cik",
"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": 1789191719.42,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "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": "1376e494a925c00cbcefab6b7b740ae1729e0b1c47b39bf6f21a500cbb8aa84d",
"service_id": "7ae4bae248c540a8b5e8ad4aaa5000ae0583b7d3d1eeeb71ae1a0abdfff74bee",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:28:46.483Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/sec_edgar_filings",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Run a live company intelligence and vendor-enrichment report from a domain, including DNS and registration evidence, TLS status, public website identity, technology fingerprints, optional GLEIF legal-entity matches, and optional SEC identity.",
"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": "Optional legal or trading name for GLEIF matching.",
"type": "string"
},
"domain": {
"description": "Public company domain to enrich.",
"type": "string"
},
"ticker": {
"description": "Optional US public-company ticker for SEC identity and filing evidence.",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"checks_completed": {
"items": {
"type": "string"
},
"type": "array"
},
"company": {
"additionalProperties": true,
"properties": {
"domain": {
"type": "string"
},
"name": {
"type": "string"
},
"technologies": {
"items": {},
"type": "array"
},
"tls_authorized": {
"type": "boolean"
}
},
"required": [
"name",
"domain",
"tls_authorized",
"technologies"
],
"type": "object"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"company",
"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": "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": "5602aa114c462081a0b13929b6a254a989e496aa6c7a38408265c12ec08c5e3a",
"service_id": "7ba3802ec3ceebe97b4fe910821ebdec690cd3edfc340da8dbf7d30ec9e53d5b",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T12:33:43.987Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/company_intelligence",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Resolve current DNS records and fetch public RDAP registration metadata for a domain.",
"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": "The domain name to look up.",
"type": "string"
},
"record_types": {
"description": "Comma-separated DNS record types to fetch (e.g. A,MX,TXT).",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"dns_records": {
"additionalProperties": true,
"properties": {
"A": {
"items": {
"type": "string"
},
"type": "array"
},
"AAAA": {
"items": {
"type": "string"
},
"type": "array"
},
"MX": {
"items": {
"type": "object"
},
"type": "array"
},
"NS": {
"items": {
"type": "string"
},
"type": "array"
},
"TXT": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"A",
"AAAA",
"MX",
"NS",
"TXT"
],
"type": "object"
},
"domain": {
"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"
},
"rdap": {
"type": "null"
},
"source": {
"items": {
"type": "string"
},
"type": "array"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"fetched_at",
"domain",
"dns_records",
"rdap",
"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": 1789191719.42,
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "d3963340ccc1d39883be06f862b2b0a11255a53f913ea3971e0da87fb6042684",
"service_id": "7c0c53e468fb5d02749fe6f3143385842530f3f40e91ba1dd90cae00c659578a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:54.367Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/dns_whois",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Fetch the latest weekly US national mortgage-rate observations from FRED. This is not a personalized lender quote.",
"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": {
"state": {
"description": "Two-letter state code. Defaults to national average.",
"type": "string"
}
},
"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"
},
"note": {
"type": "string"
},
"observations": {
"items": {
"additionalProperties": true,
"properties": {
"observation_date": {
"type": "string"
},
"rate_percent": {
"type": "number"
},
"series_id": {
"type": "string"
}
},
"required": [
"series_id",
"observation_date",
"rate_percent"
],
"type": "object"
},
"type": "array"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"note",
"observations",
"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": 1789191719.42,
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "d1e8df0b035caa454ea9972ea476dd5112bfa61cea4d0a5d41ba60a6ed31b6b5",
"service_id": "844beeb585231d970c97737319754328cfdeab542de1f747771a2eaf52a3d44f",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:27:46.216Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/mortgage_rates",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Extract emails, URLs, money values, dates, and candidate capitalized phrases using transparent deterministic patterns.",
"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": {
"text": {
"description": "The text to analyze.",
"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": {
"caveat": {
"type": "string"
},
"engine": {
"type": "string"
},
"entities": {
"additionalProperties": true,
"properties": {
"capitalized_phrases": {
"items": {
"type": "string"
},
"type": "array"
},
"dates": {
"items": {},
"type": "array"
},
"emails": {
"items": {},
"type": "array"
},
"money": {
"items": {},
"type": "array"
},
"urls": {
"items": {},
"type": "array"
}
},
"required": [
"emails",
"urls",
"money",
"dates",
"capitalized_phrases"
],
"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"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"engine",
"caveat",
"entities",
"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": 1789191719.42,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "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": "85cb0639d69f5d1880196688a9b994a90ee4bb19703ee303d643ed0ccd445ef6",
"service_id": "89116efafdd3cdb3baf6e667f11eb015af633cfec48f463648a285fec5c716a2",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-14T09:26:58.548Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/extract_entities",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.008 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Bundle official NHTSA VIN identity, model-level recalls, and complaint safety signals into one buyer-ready vehicle 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": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": true,
"properties": {
"vin": {
"description": "One 17-character VIN. This is not a title or service-history report.",
"type": "string"
}
},
"required": [
"vin"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"conclusion": {
"type": "string"
},
"safety_summary": {
"additionalProperties": true,
"properties": {
"complaint_count": {
"type": "integer"
},
"recall_count": {
"type": "integer"
}
},
"required": [
"recall_count",
"complaint_count"
],
"type": "object"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"conclusion",
"safety_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.008",
"amount_atomic": "8000",
"amount_encoding": "atomic_units",
"amount_raw": "8000",
"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": "7f72c3e2b7b162fb4508fec55d0abbccd80f02f03019cd630741be1d054083d9",
"service_id": "89455c10bcdbd7b38113069ac41d5c9991126112f4e8d77c5377856371422002",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-16T01:58:22.933Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/vehicle_safety_report",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.04 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558 |
{
"description": "Run a website due diligence and counterparty risk report with seven live checks in one call: DNS and RDAP registration, domain age, TLS, page metadata, technology fingerprint, hosting context, OFAC name screening, and GLEIF legal-entity lookup. Hosting context carries no threat score and an OFAC name match requires human review.",
"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": "Public hostname to inspect, without a path.",
"type": "string"
},
"organization": {
"description": "Legal or trading name to screen against the OFAC SDN list and the GLEIF register. Supply this when you know it: registrant details are redacted in RDAP, so without it the name is inferred from the site's own declared name or the domain label, which screens less precisely.",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"checks_completed": {
"type": "integer"
},
"checks_requested": {
"type": "integer"
},
"conclusion": {
"type": "string"
},
"domain": {
"type": "string"
},
"domain_age_days": {
"type": "integer"
},
"risk_flags": {
"items": {},
"type": "array"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"domain",
"conclusion",
"checks_completed",
"checks_requested",
"domain_age_days",
"risk_flags"
],
"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.04",
"amount_atomic": "40000",
"amount_encoding": "atomic_units",
"amount_raw": "40000",
"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": "5a398d66746e2f37ac29448e3018aee0d50545693b435205e233a8e3a967e506",
"service_id": "922de789e5706586067f9d0c748cfd2b99be561f9ca36d7cab64f44cf384d2f2",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T23:30:24.174Z",
"url": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/website_due_diligence",
"usage_rights": "not_reviewed"
}| 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": 1789191719.42,
"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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"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": 1789191719.42,
"offers": [
{
"amount": "0.004",
"amount_atomic": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "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": "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": 1789191719.42,
"offers": [
{
"amount": "0.0015",
"amount_atomic": "1500",
"amount_encoding": "atomic_units",
"amount_raw": "1500",
"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": "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": 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": "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": 1789191719.42,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "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": "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": 1789191719.42,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "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": "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"
}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