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.
60 observations · Differences between dated observations.
| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Reads a company XBRL facts from SEC EDGAR and returns a consistent set of figures per reporting period: revenue, cost of revenue, gross and operating profit, net income, basic and diluted EPS, assets, liabilities, equity, cash, operating cash flow and capital expenditure.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"issuer": {
"description": "Ticker such as AAPL, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 4,
"description": "How many periods, newest first.",
"maximum": 12,
"minimum": 1,
"type": "integer"
},
"metrics": {
"description": "Restrict to these metrics.",
"items": {
"enum": [
"revenue",
"cost_of_revenue",
"gross_profit",
"operating_income",
"net_income",
"eps_basic",
"eps_diluted",
"assets",
"liabilities",
"equity",
"cash",
"operating_cash_flow",
"capex",
"shares_outstanding"
],
"type": "string"
},
"type": "array"
},
"period": {
"default": "annual",
"description": "Which reporting periods to return.",
"enum": [
"annual",
"quarterly"
],
"type": "string"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "c4ee51904e40a7b7b7cca3811137decfcb77e7a993c0a46ac01b9f5709a3545f",
"service_id": "04520056b6c9b097f6d5b5fda2ff68e4b7cee09fbb53a50b72371f3146d87c32",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:08.145Z",
"url": "https://finanz.halowerk.com/v1/filing-to-json",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Collects the corporate actions the SEC actually carries. Dividends: declared amounts per share per period from XBRL, newest first, with the change against the previous declaration and the implied annual rate. Splits: the conversion ratio from the equity note, with the period it was reported in.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_events": {
"default": true,
"description": "Include recent 8-K filings.",
"type": "boolean"
},
"issuer": {
"description": "Ticker such as KO, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 8,
"description": "How many entries per category.",
"maximum": 20,
"minimum": 1,
"type": "integer"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "3f3bf69a8f1d56b6436836a94eb84630b4193e85ef7028dde5d6fe8df0771199",
"service_id": "31371dcf4eac17a3f002f48889596c47f6a31c4942201814a3691ea958aca0e8",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:40.375Z",
"url": "https://finanz.halowerk.com/v1/corporate-actions",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Day-ahead power prices for a European bidding zone from Energy-Charts, published by Fraunhofer ISE from Bundesnetzagentur SMARD data under CC BY 4.0 and therefore usable commercially with attribution. Returns the quarter-hourly or hourly curve with minimum, maximum, mean, the cheapest and the dearest hour, and how many intervals carry a negative price — the figures a load-shifting or battery decision actually turns on.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_curve": {
"default": false,
"description": "Return the full price curve as well as the statistics.",
"type": "boolean"
},
"zone": {
"default": "DE-LU",
"description": "European bidding zone, e.g. DE-LU, FR, NL, AT, CH, PL.",
"maxLength": 20,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "08453ee7b097846658a31711fda84ff81354cf16e8d9fc25f4acf0e112a4dd31",
"service_id": "491517a647f53c5bc052d3f5b9baeafc06592f6378be676809b054d13ef8cc8f",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T06:11:08.211Z",
"url": "https://finanz.halowerk.com/v1/commodity-snapshot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Returns the current fee rates for the usual confirmation targets together with the state of the mempool behind them, and then does the part that is usually missing: it estimates the virtual size of the transaction you describe and computes the resulting total fee in satoshis for each target.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"input_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh_p2wpkh",
"p2pkh"
],
"type": "string"
},
"inputs": {
"default": 1,
"description": "Number of inputs your transaction spends. This is what drives the cost.",
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"output_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh",
"p2pkh"
],
"type": "string"
},
"outputs": {
"default": 2,
"description": "Number of outputs, usually recipient plus change.",
"maximum": 500,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "c3eead97c4d2aad6130822c3d833c5669f1290ef8bd609255c9fe7a8d6d9789c",
"service_id": "4b7e634b9ee5811207ebc11c4b715dd8c87022b5e317fee55c241a832bbf3608",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-07T22:11:08.355Z",
"url": "https://finanz.halowerk.com/v1/bitcoin-fee-forecast",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Reads a company XBRL facts from SEC EDGAR and returns a consistent set of figures per reporting period: revenue, cost of revenue, gross and operating profit, net income, basic and diluted EPS, assets, liabilities, equity, cash, operating cash flow and capital expenditure.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"issuer": {
"description": "Ticker such as AAPL, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 4,
"description": "How many periods, newest first.",
"maximum": 12,
"minimum": 1,
"type": "integer"
},
"metrics": {
"description": "Restrict to these metrics.",
"items": {
"enum": [
"revenue",
"cost_of_revenue",
"gross_profit",
"operating_income",
"net_income",
"eps_basic",
"eps_diluted",
"assets",
"liabilities",
"equity",
"cash",
"operating_cash_flow",
"capex",
"shares_outstanding"
],
"type": "string"
},
"type": "array"
},
"period": {
"default": "annual",
"description": "Which reporting periods to return.",
"enum": [
"annual",
"quarterly"
],
"type": "string"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "c4ee51904e40a7b7b7cca3811137decfcb77e7a993c0a46ac01b9f5709a3545f",
"service_id": "04520056b6c9b097f6d5b5fda2ff68e4b7cee09fbb53a50b72371f3146d87c32",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:08.145Z",
"url": "https://finanz.halowerk.com/v1/filing-to-json",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Collects the corporate actions the SEC actually carries. Dividends: declared amounts per share per period from XBRL, newest first, with the change against the previous declaration and the implied annual rate. Splits: the conversion ratio from the equity note, with the period it was reported in.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_events": {
"default": true,
"description": "Include recent 8-K filings.",
"type": "boolean"
},
"issuer": {
"description": "Ticker such as KO, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 8,
"description": "How many entries per category.",
"maximum": 20,
"minimum": 1,
"type": "integer"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "3f3bf69a8f1d56b6436836a94eb84630b4193e85ef7028dde5d6fe8df0771199",
"service_id": "31371dcf4eac17a3f002f48889596c47f6a31c4942201814a3691ea958aca0e8",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:40.375Z",
"url": "https://finanz.halowerk.com/v1/corporate-actions",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Day-ahead power prices for a European bidding zone from Energy-Charts, published by Fraunhofer ISE from Bundesnetzagentur SMARD data under CC BY 4.0 and therefore usable commercially with attribution. Returns the quarter-hourly or hourly curve with minimum, maximum, mean, the cheapest and the dearest hour, and how many intervals carry a negative price — the figures a load-shifting or battery decision actually turns on.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_curve": {
"default": false,
"description": "Return the full price curve as well as the statistics.",
"type": "boolean"
},
"zone": {
"default": "DE-LU",
"description": "European bidding zone, e.g. DE-LU, FR, NL, AT, CH, PL.",
"maxLength": 20,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "08453ee7b097846658a31711fda84ff81354cf16e8d9fc25f4acf0e112a4dd31",
"service_id": "491517a647f53c5bc052d3f5b9baeafc06592f6378be676809b054d13ef8cc8f",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T06:11:08.211Z",
"url": "https://finanz.halowerk.com/v1/commodity-snapshot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Returns the current fee rates for the usual confirmation targets together with the state of the mempool behind them, and then does the part that is usually missing: it estimates the virtual size of the transaction you describe and computes the resulting total fee in satoshis for each target.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"input_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh_p2wpkh",
"p2pkh"
],
"type": "string"
},
"inputs": {
"default": 1,
"description": "Number of inputs your transaction spends. This is what drives the cost.",
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"output_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh",
"p2pkh"
],
"type": "string"
},
"outputs": {
"default": 2,
"description": "Number of outputs, usually recipient plus change.",
"maximum": 500,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "c3eead97c4d2aad6130822c3d833c5669f1290ef8bd609255c9fe7a8d6d9789c",
"service_id": "4b7e634b9ee5811207ebc11c4b715dd8c87022b5e317fee55c241a832bbf3608",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-07T22:11:08.355Z",
"url": "https://finanz.halowerk.com/v1/bitcoin-fee-forecast",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Reads a company XBRL facts from SEC EDGAR and returns a consistent set of figures per reporting period: revenue, cost of revenue, gross and operating profit, net income, basic and diluted EPS, assets, liabilities, equity, cash, operating cash flow and capital expenditure.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"issuer": {
"description": "Ticker such as AAPL, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 4,
"description": "How many periods, newest first.",
"maximum": 12,
"minimum": 1,
"type": "integer"
},
"metrics": {
"description": "Restrict to these metrics.",
"items": {
"enum": [
"revenue",
"cost_of_revenue",
"gross_profit",
"operating_income",
"net_income",
"eps_basic",
"eps_diluted",
"assets",
"liabilities",
"equity",
"cash",
"operating_cash_flow",
"capex",
"shares_outstanding"
],
"type": "string"
},
"type": "array"
},
"period": {
"default": "annual",
"description": "Which reporting periods to return.",
"enum": [
"annual",
"quarterly"
],
"type": "string"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "c4ee51904e40a7b7b7cca3811137decfcb77e7a993c0a46ac01b9f5709a3545f",
"service_id": "04520056b6c9b097f6d5b5fda2ff68e4b7cee09fbb53a50b72371f3146d87c32",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:08.145Z",
"url": "https://finanz.halowerk.com/v1/filing-to-json",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Collects the corporate actions the SEC actually carries. Dividends: declared amounts per share per period from XBRL, newest first, with the change against the previous declaration and the implied annual rate. Splits: the conversion ratio from the equity note, with the period it was reported in.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_events": {
"default": true,
"description": "Include recent 8-K filings.",
"type": "boolean"
},
"issuer": {
"description": "Ticker such as KO, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 8,
"description": "How many entries per category.",
"maximum": 20,
"minimum": 1,
"type": "integer"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "3f3bf69a8f1d56b6436836a94eb84630b4193e85ef7028dde5d6fe8df0771199",
"service_id": "31371dcf4eac17a3f002f48889596c47f6a31c4942201814a3691ea958aca0e8",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:40.375Z",
"url": "https://finanz.halowerk.com/v1/corporate-actions",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Day-ahead power prices for a European bidding zone from Energy-Charts, published by Fraunhofer ISE from Bundesnetzagentur SMARD data under CC BY 4.0 and therefore usable commercially with attribution. Returns the quarter-hourly or hourly curve with minimum, maximum, mean, the cheapest and the dearest hour, and how many intervals carry a negative price — the figures a load-shifting or battery decision actually turns on.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_curve": {
"default": false,
"description": "Return the full price curve as well as the statistics.",
"type": "boolean"
},
"zone": {
"default": "DE-LU",
"description": "European bidding zone, e.g. DE-LU, FR, NL, AT, CH, PL.",
"maxLength": 20,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "08453ee7b097846658a31711fda84ff81354cf16e8d9fc25f4acf0e112a4dd31",
"service_id": "491517a647f53c5bc052d3f5b9baeafc06592f6378be676809b054d13ef8cc8f",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T06:11:08.211Z",
"url": "https://finanz.halowerk.com/v1/commodity-snapshot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Returns the current fee rates for the usual confirmation targets together with the state of the mempool behind them, and then does the part that is usually missing: it estimates the virtual size of the transaction you describe and computes the resulting total fee in satoshis for each target.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"input_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh_p2wpkh",
"p2pkh"
],
"type": "string"
},
"inputs": {
"default": 1,
"description": "Number of inputs your transaction spends. This is what drives the cost.",
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"output_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh",
"p2pkh"
],
"type": "string"
},
"outputs": {
"default": 2,
"description": "Number of outputs, usually recipient plus change.",
"maximum": 500,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.004",
"amount_atomic": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "c3eead97c4d2aad6130822c3d833c5669f1290ef8bd609255c9fe7a8d6d9789c",
"service_id": "4b7e634b9ee5811207ebc11c4b715dd8c87022b5e317fee55c241a832bbf3608",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-07T22:11:08.355Z",
"url": "https://finanz.halowerk.com/v1/bitcoin-fee-forecast",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Reads a company XBRL facts from SEC EDGAR and returns a consistent set of figures per reporting period: revenue, cost of revenue, gross and operating profit, net income, basic and diluted EPS, assets, liabilities, equity, cash, operating cash flow and capital expenditure.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"issuer": {
"description": "Ticker such as AAPL, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 4,
"description": "How many periods, newest first.",
"maximum": 12,
"minimum": 1,
"type": "integer"
},
"metrics": {
"description": "Restrict to these metrics.",
"items": {
"enum": [
"revenue",
"cost_of_revenue",
"gross_profit",
"operating_income",
"net_income",
"eps_basic",
"eps_diluted",
"assets",
"liabilities",
"equity",
"cash",
"operating_cash_flow",
"capex",
"shares_outstanding"
],
"type": "string"
},
"type": "array"
},
"period": {
"default": "annual",
"description": "Which reporting periods to return.",
"enum": [
"annual",
"quarterly"
],
"type": "string"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "c4ee51904e40a7b7b7cca3811137decfcb77e7a993c0a46ac01b9f5709a3545f",
"service_id": "04520056b6c9b097f6d5b5fda2ff68e4b7cee09fbb53a50b72371f3146d87c32",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:08.145Z",
"url": "https://finanz.halowerk.com/v1/filing-to-json",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Collects the corporate actions the SEC actually carries. Dividends: declared amounts per share per period from XBRL, newest first, with the change against the previous declaration and the implied annual rate. Splits: the conversion ratio from the equity note, with the period it was reported in.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_events": {
"default": true,
"description": "Include recent 8-K filings.",
"type": "boolean"
},
"issuer": {
"description": "Ticker such as KO, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 8,
"description": "How many entries per category.",
"maximum": 20,
"minimum": 1,
"type": "integer"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "3f3bf69a8f1d56b6436836a94eb84630b4193e85ef7028dde5d6fe8df0771199",
"service_id": "31371dcf4eac17a3f002f48889596c47f6a31c4942201814a3691ea958aca0e8",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:40.375Z",
"url": "https://finanz.halowerk.com/v1/corporate-actions",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Day-ahead power prices for a European bidding zone from Energy-Charts, published by Fraunhofer ISE from Bundesnetzagentur SMARD data under CC BY 4.0 and therefore usable commercially with attribution. Returns the quarter-hourly or hourly curve with minimum, maximum, mean, the cheapest and the dearest hour, and how many intervals carry a negative price — the figures a load-shifting or battery decision actually turns on.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_curve": {
"default": false,
"description": "Return the full price curve as well as the statistics.",
"type": "boolean"
},
"zone": {
"default": "DE-LU",
"description": "European bidding zone, e.g. DE-LU, FR, NL, AT, CH, PL.",
"maxLength": 20,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "08453ee7b097846658a31711fda84ff81354cf16e8d9fc25f4acf0e112a4dd31",
"service_id": "491517a647f53c5bc052d3f5b9baeafc06592f6378be676809b054d13ef8cc8f",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T06:11:08.211Z",
"url": "https://finanz.halowerk.com/v1/commodity-snapshot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Returns the current fee rates for the usual confirmation targets together with the state of the mempool behind them, and then does the part that is usually missing: it estimates the virtual size of the transaction you describe and computes the resulting total fee in satoshis for each target.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"input_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh_p2wpkh",
"p2pkh"
],
"type": "string"
},
"inputs": {
"default": 1,
"description": "Number of inputs your transaction spends. This is what drives the cost.",
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"output_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh",
"p2pkh"
],
"type": "string"
},
"outputs": {
"default": 2,
"description": "Number of outputs, usually recipient plus change.",
"maximum": 500,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"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": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "c3eead97c4d2aad6130822c3d833c5669f1290ef8bd609255c9fe7a8d6d9789c",
"service_id": "4b7e634b9ee5811207ebc11c4b715dd8c87022b5e317fee55c241a832bbf3608",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-07T22:11:08.355Z",
"url": "https://finanz.halowerk.com/v1/bitcoin-fee-forecast",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Reads a company XBRL facts from SEC EDGAR and returns a consistent set of figures per reporting period: revenue, cost of revenue, gross and operating profit, net income, basic and diluted EPS, assets, liabilities, equity, cash, operating cash flow and capital expenditure.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"issuer": {
"description": "Ticker such as AAPL, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 4,
"description": "How many periods, newest first.",
"maximum": 12,
"minimum": 1,
"type": "integer"
},
"metrics": {
"description": "Restrict to these metrics.",
"items": {
"enum": [
"revenue",
"cost_of_revenue",
"gross_profit",
"operating_income",
"net_income",
"eps_basic",
"eps_diluted",
"assets",
"liabilities",
"equity",
"cash",
"operating_cash_flow",
"capex",
"shares_outstanding"
],
"type": "string"
},
"type": "array"
},
"period": {
"default": "annual",
"description": "Which reporting periods to return.",
"enum": [
"annual",
"quarterly"
],
"type": "string"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "c4ee51904e40a7b7b7cca3811137decfcb77e7a993c0a46ac01b9f5709a3545f",
"service_id": "04520056b6c9b097f6d5b5fda2ff68e4b7cee09fbb53a50b72371f3146d87c32",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:08.145Z",
"url": "https://finanz.halowerk.com/v1/filing-to-json",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Collects the corporate actions the SEC actually carries. Dividends: declared amounts per share per period from XBRL, newest first, with the change against the previous declaration and the implied annual rate. Splits: the conversion ratio from the equity note, with the period it was reported in.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_events": {
"default": true,
"description": "Include recent 8-K filings.",
"type": "boolean"
},
"issuer": {
"description": "Ticker such as KO, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 8,
"description": "How many entries per category.",
"maximum": 20,
"minimum": 1,
"type": "integer"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "3f3bf69a8f1d56b6436836a94eb84630b4193e85ef7028dde5d6fe8df0771199",
"service_id": "31371dcf4eac17a3f002f48889596c47f6a31c4942201814a3691ea958aca0e8",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:40.375Z",
"url": "https://finanz.halowerk.com/v1/corporate-actions",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Day-ahead power prices for a European bidding zone from Energy-Charts, published by Fraunhofer ISE from Bundesnetzagentur SMARD data under CC BY 4.0 and therefore usable commercially with attribution. Returns the quarter-hourly or hourly curve with minimum, maximum, mean, the cheapest and the dearest hour, and how many intervals carry a negative price — the figures a load-shifting or battery decision actually turns on.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_curve": {
"default": false,
"description": "Return the full price curve as well as the statistics.",
"type": "boolean"
},
"zone": {
"default": "DE-LU",
"description": "European bidding zone, e.g. DE-LU, FR, NL, AT, CH, PL.",
"maxLength": 20,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "08453ee7b097846658a31711fda84ff81354cf16e8d9fc25f4acf0e112a4dd31",
"service_id": "491517a647f53c5bc052d3f5b9baeafc06592f6378be676809b054d13ef8cc8f",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T06:11:08.211Z",
"url": "https://finanz.halowerk.com/v1/commodity-snapshot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Returns the current fee rates for the usual confirmation targets together with the state of the mempool behind them, and then does the part that is usually missing: it estimates the virtual size of the transaction you describe and computes the resulting total fee in satoshis for each target.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"input_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh_p2wpkh",
"p2pkh"
],
"type": "string"
},
"inputs": {
"default": 1,
"description": "Number of inputs your transaction spends. This is what drives the cost.",
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"output_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh",
"p2pkh"
],
"type": "string"
},
"outputs": {
"default": 2,
"description": "Number of outputs, usually recipient plus change.",
"maximum": 500,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.004",
"amount_atomic": "4000",
"amount_encoding": "atomic_units",
"amount_raw": "4000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "c3eead97c4d2aad6130822c3d833c5669f1290ef8bd609255c9fe7a8d6d9789c",
"service_id": "4b7e634b9ee5811207ebc11c4b715dd8c87022b5e317fee55c241a832bbf3608",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-07T22:11:08.355Z",
"url": "https://finanz.halowerk.com/v1/bitcoin-fee-forecast",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Reads a company XBRL facts from SEC EDGAR and returns a consistent set of figures per reporting period: revenue, cost of revenue, gross and operating profit, net income, basic and diluted EPS, assets, liabilities, equity, cash, operating cash flow and capital expenditure.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"issuer": {
"description": "Ticker such as AAPL, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 4,
"description": "How many periods, newest first.",
"maximum": 12,
"minimum": 1,
"type": "integer"
},
"metrics": {
"description": "Restrict to these metrics.",
"items": {
"enum": [
"revenue",
"cost_of_revenue",
"gross_profit",
"operating_income",
"net_income",
"eps_basic",
"eps_diluted",
"assets",
"liabilities",
"equity",
"cash",
"operating_cash_flow",
"capex",
"shares_outstanding"
],
"type": "string"
},
"type": "array"
},
"period": {
"default": "annual",
"description": "Which reporting periods to return.",
"enum": [
"annual",
"quarterly"
],
"type": "string"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "c4ee51904e40a7b7b7cca3811137decfcb77e7a993c0a46ac01b9f5709a3545f",
"service_id": "04520056b6c9b097f6d5b5fda2ff68e4b7cee09fbb53a50b72371f3146d87c32",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:08.145Z",
"url": "https://finanz.halowerk.com/v1/filing-to-json",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Collects the corporate actions the SEC actually carries. Dividends: declared amounts per share per period from XBRL, newest first, with the change against the previous declaration and the implied annual rate. Splits: the conversion ratio from the equity note, with the period it was reported in.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_events": {
"default": true,
"description": "Include recent 8-K filings.",
"type": "boolean"
},
"issuer": {
"description": "Ticker such as KO, or a CIK number.",
"maxLength": 40,
"type": "string"
},
"limit": {
"default": 8,
"description": "How many entries per category.",
"maximum": 20,
"minimum": 1,
"type": "integer"
}
},
"required": [
"issuer"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "3f3bf69a8f1d56b6436836a94eb84630b4193e85ef7028dde5d6fe8df0771199",
"service_id": "31371dcf4eac17a3f002f48889596c47f6a31c4942201814a3691ea958aca0e8",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:40.375Z",
"url": "https://finanz.halowerk.com/v1/corporate-actions",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Day-ahead power prices for a European bidding zone from Energy-Charts, published by Fraunhofer ISE from Bundesnetzagentur SMARD data under CC BY 4.0 and therefore usable commercially with attribution. Returns the quarter-hourly or hourly curve with minimum, maximum, mean, the cheapest and the dearest hour, and how many intervals carry a negative price — the figures a load-shifting or battery decision actually turns on.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"include_curve": {
"default": false,
"description": "Return the full price curve as well as the statistics.",
"type": "boolean"
},
"zone": {
"default": "DE-LU",
"description": "European bidding zone, e.g. DE-LU, FR, NL, AT, CH, PL.",
"maxLength": 20,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "08453ee7b097846658a31711fda84ff81354cf16e8d9fc25f4acf0e112a4dd31",
"service_id": "491517a647f53c5bc052d3f5b9baeafc06592f6378be676809b054d13ef8cc8f",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T06:11:08.211Z",
"url": "https://finanz.halowerk.com/v1/commodity-snapshot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E |
{
"description": "Returns the current fee rates for the usual confirmation targets together with the state of the mempool behind them, and then does the part that is usually missing: it estimates the virtual size of the transaction you describe and computes the resulting total fee in satoshis for each target.",
"domain": "finanz.halowerk.com",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"input_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh_p2wpkh",
"p2pkh"
],
"type": "string"
},
"inputs": {
"default": 1,
"description": "Number of inputs your transaction spends. This is what drives the cost.",
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"output_type": {
"default": "p2wpkh",
"enum": [
"p2wpkh",
"p2tr",
"p2sh",
"p2pkh"
],
"type": "string"
},
"outputs": {
"default": 2,
"description": "Number of outputs, usually recipient plus change.",
"maximum": 500,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.004",
"amount_atomic": "4000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"asset": "USDC",
"assetTransferMethod": "eip3009",
"eip712Domain": {
"chainId": 8453,
"name": "USD Coin",
"verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"version": "2"
},
"name": "USD Coin",
"network_name": "Base Mainnet",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "c3eead97c4d2aad6130822c3d833c5669f1290ef8bd609255c9fe7a8d6d9789c",
"service_id": "4b7e634b9ee5811207ebc11c4b715dd8c87022b5e317fee55c241a832bbf3608",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-07T22:11:08.355Z",
"url": "https://finanz.halowerk.com/v1/bitcoin-fee-forecast",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Reads a company XBRL facts from SEC EDGAR and returns a consistent set of figures per reporting period: revenue, cost of revenue, gross and operating profit, net income, basic and diluted EPS, assets, liabilities, equity, cash, operating cash flow and capital expenditure.",
"domain": "finanz.halowerk.com",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.005,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "3a5f781b9d2b63fb",
"service_id": "04520056b6c9b097f6d5b5fda2ff68e4b7cee09fbb53a50b72371f3146d87c32",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T22:02:08.145Z",
"url": "https://finanz.halowerk.com/v1/filing-to-json",
"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