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.
28 observations · Differences between dated observations.
| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "6e3c0a714cd8a9b1b57213690ad80630837de37d00610eaee5b3d7ff98201e9f",
"service_id": "02e7340ce268db2eca2a9319eb38fb3cfeae644768f275d52f6d9098918a62c4",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T11:25:02.819Z",
"url": "https://x402-gateway.ai/api/v1/ping",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish annual report key figures (iXBRL), decoded. Financials from a Swedish company's latest digitally filed annual report (årsredovisning, 2020+). We decode Bolagsverket's iXBRL (K2/K3) into net revenue, operating profit, profit after financial items, total assets, equity and average employees, with fiscal year and filing date. Example: /api/v1/se/company/5567647176/annual-report. Digital filing is voluntary — about 1 in 8 companies has one; a 404 is not charged.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Key figures from the latest filed annual report",
"properties": {
"currency": {
"description": "ISO 4217, e.g. \"SEK\"",
"type": "string"
},
"document": {
"properties": {
"filed_at": {
"anyOf": [
{
"description": "Filing date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"format": {
"description": "Format of the filed document package",
"type": "string"
}
},
"required": [
"format",
"filed_at"
],
"type": "object"
},
"fiscal_year": {
"properties": {
"from": {
"description": "Period start (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
"to": {
"description": "Period end (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
}
},
"required": [
"from",
"to"
],
"type": "object"
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567647176\"",
"type": "string"
},
"key_figures": {
"description": "Whole currency units; null when the filing lacks the figure",
"properties": {
"employees_avg": {
"description": "Average number of employees",
"type": [
"number",
"null"
]
},
"equity": {
"type": [
"number",
"null"
]
},
"net_revenue": {
"type": [
"number",
"null"
]
},
"operating_profit": {
"type": [
"number",
"null"
]
},
"profit_after_financial_items": {
"type": [
"number",
"null"
]
},
"total_assets": {
"type": [
"number",
"null"
]
}
},
"required": [
"net_revenue",
"operating_profit",
"profit_after_financial_items",
"total_assets",
"equity",
"employees_avg"
],
"type": "object"
}
},
"required": [
"identifier",
"fiscal_year",
"currency",
"key_figures",
"document"
],
"type": "object"
},
"raw": {
"description": "Native upstream document metadata (Bolagsverket dokumentlista). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.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": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "282f8fc660bc473ba3ff03f97df6137b08304512a6c7f14e3bbaf61498c508db",
"service_id": "7b47c875923c1ac9bfbe48e926edc851d75ff59af4d6af19923148f75c243487",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:29.872Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search over our own index of 1.9 million Swedish legal entities, rebuilt weekly from Bolagsverket's and SCB's bulk files — Bolagsverket's own API has no name search. Returns org.nr, name, legal form, city and active status per hit. Legal entities only; sole traders excluded for privacy.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"name": {
"description": "Company name or name fragment (min 2 characters)",
"pattern": "^.{2,100}$",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Best matches first",
"items": {
"description": "Name-search hit; look the identifier up for the full record",
"properties": {
"active": {
"type": "boolean"
},
"city": {
"type": [
"string",
"null"
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"legal_form": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"name": {
"description": "Registered name",
"type": "string"
}
},
"required": [
"identifier",
"name",
"legal_form",
"city",
"active"
],
"type": "object"
},
"type": "array"
},
"raw": {
"description": "Always null for search. Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.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": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "801dc66f560ef644ec4363cc2016f02578b579e3d9cbdab72c104b1608b08b47",
"service_id": "9bbbf193d905f60ada2645ca8613359a35045ab5b0a7c28d3d990ed63bf6f5d6",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:45.84Z",
"url": "https://x402-gateway.ai/api/v1/se/company/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): registered and trade names, legal form, active status, bankruptcy/liquidation/reconstruction, registered address, SNI 2007 industry codes and activity description. Live from Bolagsverket's official register with SCB business data. No API key — pay per call in USDC.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Basic company record",
"properties": {
"activity_description": {
"description": "Registered activity description (verksamhetsbeskrivning), native language",
"type": [
"string",
"null"
]
},
"address": {
"anyOf": [
{
"properties": {
"city": {
"type": [
"string",
"null"
]
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"postal_code": {
"type": [
"string",
"null"
]
},
"street": {
"type": [
"string",
"null"
]
}
},
"required": [
"street",
"postal_code",
"city",
"country"
],
"type": "object"
},
{
"type": "null"
}
],
"description": "Registered postal address"
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"deregistration_date": {
"anyOf": [
{
"description": "Deregistration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"industry": {
"items": {
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"native_code": {
"description": "Industry code, e.g. SNI \"62010\"",
"type": "string"
},
"native_system": {
"description": "Code system, e.g. \"SNI2007\"",
"type": "string"
}
},
"required": [
"native_code",
"native_system",
"description"
],
"type": "object"
},
"type": "array"
},
"legal_form": {
"properties": {
"native_code": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"native_name": {
"description": "Register name, e.g. \"Aktiebolag\"",
"type": "string"
},
"type": {
"description": "Coarse cross-country mapping",
"enum": [
"limited_company",
"sole_trader",
"partnership",
"association",
"other"
],
"type": "string"
}
},
"required": [
"native_code",
"native_name",
"type"
],
"type": "object"
},
"names": {
"description": "Registered name first, then trade/former names",
"items": {
"properties": {
"name": {
"type": "string"
},
"type": {
"enum": [
"registered",
"trade",
"former"
],
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object"
},
"type": "array"
},
"registration_date": {
"anyOf": [
{
"description": "Registration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"properties": {
"active": {
"description": "false once deregistered",
"type": "boolean"
},
"employer": {
"description": "Registered employer; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"f_tax": {
"description": "F-tax approval; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"insolvency": {
"enum": [
"none",
"bankruptcy",
"liquidation",
"reconstruction"
],
"type": "string"
},
"vat_registered": {
"description": "null when the source lacks it",
"type": [
"boolean",
"null"
]
}
},
"required": [
"active",
"insolvency",
"f_tax",
"vat_registered",
"employer"
],
"type": "object"
}
},
"required": [
"identifier",
"country",
"names",
"legal_form",
"status",
"registration_date",
"deregistration_date",
"address",
"industry",
"activity_description"
],
"type": "object"
},
"raw": {
"description": "Native upstream payload (Bolagsverket värdefulla datamängder). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.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": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "ed61fb9915128ab3c83cd9222dee9c054cf8c21e0b4f6b7a9c46e2b27fe598a8",
"service_id": "e6d3f9ad4f6e6c764bfb78d32fea8be01ac14b8c297e230a4bad3d1d783102ff",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-04T13:58:45.69Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "6e3c0a714cd8a9b1b57213690ad80630837de37d00610eaee5b3d7ff98201e9f",
"service_id": "02e7340ce268db2eca2a9319eb38fb3cfeae644768f275d52f6d9098918a62c4",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T11:25:02.819Z",
"url": "https://x402-gateway.ai/api/v1/ping",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish annual report key figures (iXBRL), decoded. Financials from a Swedish company's latest digitally filed annual report (årsredovisning, 2020+). We decode Bolagsverket's iXBRL (K2/K3) into net revenue, operating profit, profit after financial items, total assets, equity and average employees, with fiscal year and filing date. Example: /api/v1/se/company/5567647176/annual-report. Digital filing is voluntary — about 1 in 8 companies has one; a 404 is not charged.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Key figures from the latest filed annual report",
"properties": {
"currency": {
"description": "ISO 4217, e.g. \"SEK\"",
"type": "string"
},
"document": {
"properties": {
"filed_at": {
"anyOf": [
{
"description": "Filing date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"format": {
"description": "Format of the filed document package",
"type": "string"
}
},
"required": [
"format",
"filed_at"
],
"type": "object"
},
"fiscal_year": {
"properties": {
"from": {
"description": "Period start (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
"to": {
"description": "Period end (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
}
},
"required": [
"from",
"to"
],
"type": "object"
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567647176\"",
"type": "string"
},
"key_figures": {
"description": "Whole currency units; null when the filing lacks the figure",
"properties": {
"employees_avg": {
"description": "Average number of employees",
"type": [
"number",
"null"
]
},
"equity": {
"type": [
"number",
"null"
]
},
"net_revenue": {
"type": [
"number",
"null"
]
},
"operating_profit": {
"type": [
"number",
"null"
]
},
"profit_after_financial_items": {
"type": [
"number",
"null"
]
},
"total_assets": {
"type": [
"number",
"null"
]
}
},
"required": [
"net_revenue",
"operating_profit",
"profit_after_financial_items",
"total_assets",
"equity",
"employees_avg"
],
"type": "object"
}
},
"required": [
"identifier",
"fiscal_year",
"currency",
"key_figures",
"document"
],
"type": "object"
},
"raw": {
"description": "Native upstream document metadata (Bolagsverket dokumentlista). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "282f8fc660bc473ba3ff03f97df6137b08304512a6c7f14e3bbaf61498c508db",
"service_id": "7b47c875923c1ac9bfbe48e926edc851d75ff59af4d6af19923148f75c243487",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:29.872Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search over our own index of 1.9 million Swedish legal entities, rebuilt weekly from Bolagsverket's and SCB's bulk files — Bolagsverket's own API has no name search. Returns org.nr, name, legal form, city and active status per hit. Legal entities only; sole traders excluded for privacy.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"name": {
"description": "Company name or name fragment (min 2 characters)",
"pattern": "^.{2,100}$",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Best matches first",
"items": {
"description": "Name-search hit; look the identifier up for the full record",
"properties": {
"active": {
"type": "boolean"
},
"city": {
"type": [
"string",
"null"
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"legal_form": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"name": {
"description": "Registered name",
"type": "string"
}
},
"required": [
"identifier",
"name",
"legal_form",
"city",
"active"
],
"type": "object"
},
"type": "array"
},
"raw": {
"description": "Always null for search. Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "801dc66f560ef644ec4363cc2016f02578b579e3d9cbdab72c104b1608b08b47",
"service_id": "9bbbf193d905f60ada2645ca8613359a35045ab5b0a7c28d3d990ed63bf6f5d6",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:45.84Z",
"url": "https://x402-gateway.ai/api/v1/se/company/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): registered and trade names, legal form, active status, bankruptcy/liquidation/reconstruction, registered address, SNI 2007 industry codes and activity description. Live from Bolagsverket's official register with SCB business data. No API key — pay per call in USDC.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Basic company record",
"properties": {
"activity_description": {
"description": "Registered activity description (verksamhetsbeskrivning), native language",
"type": [
"string",
"null"
]
},
"address": {
"anyOf": [
{
"properties": {
"city": {
"type": [
"string",
"null"
]
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"postal_code": {
"type": [
"string",
"null"
]
},
"street": {
"type": [
"string",
"null"
]
}
},
"required": [
"street",
"postal_code",
"city",
"country"
],
"type": "object"
},
{
"type": "null"
}
],
"description": "Registered postal address"
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"deregistration_date": {
"anyOf": [
{
"description": "Deregistration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"industry": {
"items": {
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"native_code": {
"description": "Industry code, e.g. SNI \"62010\"",
"type": "string"
},
"native_system": {
"description": "Code system, e.g. \"SNI2007\"",
"type": "string"
}
},
"required": [
"native_code",
"native_system",
"description"
],
"type": "object"
},
"type": "array"
},
"legal_form": {
"properties": {
"native_code": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"native_name": {
"description": "Register name, e.g. \"Aktiebolag\"",
"type": "string"
},
"type": {
"description": "Coarse cross-country mapping",
"enum": [
"limited_company",
"sole_trader",
"partnership",
"association",
"other"
],
"type": "string"
}
},
"required": [
"native_code",
"native_name",
"type"
],
"type": "object"
},
"names": {
"description": "Registered name first, then trade/former names",
"items": {
"properties": {
"name": {
"type": "string"
},
"type": {
"enum": [
"registered",
"trade",
"former"
],
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object"
},
"type": "array"
},
"registration_date": {
"anyOf": [
{
"description": "Registration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"properties": {
"active": {
"description": "false once deregistered",
"type": "boolean"
},
"employer": {
"description": "Registered employer; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"f_tax": {
"description": "F-tax approval; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"insolvency": {
"enum": [
"none",
"bankruptcy",
"liquidation",
"reconstruction"
],
"type": "string"
},
"vat_registered": {
"description": "null when the source lacks it",
"type": [
"boolean",
"null"
]
}
},
"required": [
"active",
"insolvency",
"f_tax",
"vat_registered",
"employer"
],
"type": "object"
}
},
"required": [
"identifier",
"country",
"names",
"legal_form",
"status",
"registration_date",
"deregistration_date",
"address",
"industry",
"activity_description"
],
"type": "object"
},
"raw": {
"description": "Native upstream payload (Bolagsverket värdefulla datamängder). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "ed61fb9915128ab3c83cd9222dee9c054cf8c21e0b4f6b7a9c46e2b27fe598a8",
"service_id": "e6d3f9ad4f6e6c764bfb78d32fea8be01ac14b8c297e230a4bad3d1d783102ff",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-04T13:58:45.69Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "6e3c0a714cd8a9b1b57213690ad80630837de37d00610eaee5b3d7ff98201e9f",
"service_id": "02e7340ce268db2eca2a9319eb38fb3cfeae644768f275d52f6d9098918a62c4",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T11:25:02.819Z",
"url": "https://x402-gateway.ai/api/v1/ping",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish annual report key figures (iXBRL), decoded. Financials from a Swedish company's latest digitally filed annual report (årsredovisning, 2020+). We decode Bolagsverket's iXBRL (K2/K3) into net revenue, operating profit, profit after financial items, total assets, equity and average employees, with fiscal year and filing date. Example: /api/v1/se/company/5567647176/annual-report. Digital filing is voluntary — about 1 in 8 companies has one; a 404 is not charged.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Key figures from the latest filed annual report",
"properties": {
"currency": {
"description": "ISO 4217, e.g. \"SEK\"",
"type": "string"
},
"document": {
"properties": {
"filed_at": {
"anyOf": [
{
"description": "Filing date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"format": {
"description": "Format of the filed document package",
"type": "string"
}
},
"required": [
"format",
"filed_at"
],
"type": "object"
},
"fiscal_year": {
"properties": {
"from": {
"description": "Period start (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
"to": {
"description": "Period end (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
}
},
"required": [
"from",
"to"
],
"type": "object"
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567647176\"",
"type": "string"
},
"key_figures": {
"description": "Whole currency units; null when the filing lacks the figure",
"properties": {
"employees_avg": {
"description": "Average number of employees",
"type": [
"number",
"null"
]
},
"equity": {
"type": [
"number",
"null"
]
},
"net_revenue": {
"type": [
"number",
"null"
]
},
"operating_profit": {
"type": [
"number",
"null"
]
},
"profit_after_financial_items": {
"type": [
"number",
"null"
]
},
"total_assets": {
"type": [
"number",
"null"
]
}
},
"required": [
"net_revenue",
"operating_profit",
"profit_after_financial_items",
"total_assets",
"equity",
"employees_avg"
],
"type": "object"
}
},
"required": [
"identifier",
"fiscal_year",
"currency",
"key_figures",
"document"
],
"type": "object"
},
"raw": {
"description": "Native upstream document metadata (Bolagsverket dokumentlista). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "282f8fc660bc473ba3ff03f97df6137b08304512a6c7f14e3bbaf61498c508db",
"service_id": "7b47c875923c1ac9bfbe48e926edc851d75ff59af4d6af19923148f75c243487",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:29.872Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search over our own index of 1.9 million Swedish legal entities, rebuilt weekly from Bolagsverket's and SCB's bulk files — Bolagsverket's own API has no name search. Returns org.nr, name, legal form, city and active status per hit. Legal entities only; sole traders excluded for privacy.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"name": {
"description": "Company name or name fragment (min 2 characters)",
"pattern": "^.{2,100}$",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Best matches first",
"items": {
"description": "Name-search hit; look the identifier up for the full record",
"properties": {
"active": {
"type": "boolean"
},
"city": {
"type": [
"string",
"null"
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"legal_form": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"name": {
"description": "Registered name",
"type": "string"
}
},
"required": [
"identifier",
"name",
"legal_form",
"city",
"active"
],
"type": "object"
},
"type": "array"
},
"raw": {
"description": "Always null for search. Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "801dc66f560ef644ec4363cc2016f02578b579e3d9cbdab72c104b1608b08b47",
"service_id": "9bbbf193d905f60ada2645ca8613359a35045ab5b0a7c28d3d990ed63bf6f5d6",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:45.84Z",
"url": "https://x402-gateway.ai/api/v1/se/company/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): registered and trade names, legal form, active status, bankruptcy/liquidation/reconstruction, registered address, SNI 2007 industry codes and activity description. Live from Bolagsverket's official register with SCB business data. No API key — pay per call in USDC.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Basic company record",
"properties": {
"activity_description": {
"description": "Registered activity description (verksamhetsbeskrivning), native language",
"type": [
"string",
"null"
]
},
"address": {
"anyOf": [
{
"properties": {
"city": {
"type": [
"string",
"null"
]
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"postal_code": {
"type": [
"string",
"null"
]
},
"street": {
"type": [
"string",
"null"
]
}
},
"required": [
"street",
"postal_code",
"city",
"country"
],
"type": "object"
},
{
"type": "null"
}
],
"description": "Registered postal address"
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"deregistration_date": {
"anyOf": [
{
"description": "Deregistration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"industry": {
"items": {
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"native_code": {
"description": "Industry code, e.g. SNI \"62010\"",
"type": "string"
},
"native_system": {
"description": "Code system, e.g. \"SNI2007\"",
"type": "string"
}
},
"required": [
"native_code",
"native_system",
"description"
],
"type": "object"
},
"type": "array"
},
"legal_form": {
"properties": {
"native_code": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"native_name": {
"description": "Register name, e.g. \"Aktiebolag\"",
"type": "string"
},
"type": {
"description": "Coarse cross-country mapping",
"enum": [
"limited_company",
"sole_trader",
"partnership",
"association",
"other"
],
"type": "string"
}
},
"required": [
"native_code",
"native_name",
"type"
],
"type": "object"
},
"names": {
"description": "Registered name first, then trade/former names",
"items": {
"properties": {
"name": {
"type": "string"
},
"type": {
"enum": [
"registered",
"trade",
"former"
],
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object"
},
"type": "array"
},
"registration_date": {
"anyOf": [
{
"description": "Registration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"properties": {
"active": {
"description": "false once deregistered",
"type": "boolean"
},
"employer": {
"description": "Registered employer; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"f_tax": {
"description": "F-tax approval; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"insolvency": {
"enum": [
"none",
"bankruptcy",
"liquidation",
"reconstruction"
],
"type": "string"
},
"vat_registered": {
"description": "null when the source lacks it",
"type": [
"boolean",
"null"
]
}
},
"required": [
"active",
"insolvency",
"f_tax",
"vat_registered",
"employer"
],
"type": "object"
}
},
"required": [
"identifier",
"country",
"names",
"legal_form",
"status",
"registration_date",
"deregistration_date",
"address",
"industry",
"activity_description"
],
"type": "object"
},
"raw": {
"description": "Native upstream payload (Bolagsverket värdefulla datamängder). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "ed61fb9915128ab3c83cd9222dee9c054cf8c21e0b4f6b7a9c46e2b27fe598a8",
"service_id": "e6d3f9ad4f6e6c764bfb78d32fea8be01ac14b8c297e230a4bad3d1d783102ff",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-04T13:58:45.69Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "6e3c0a714cd8a9b1b57213690ad80630837de37d00610eaee5b3d7ff98201e9f",
"service_id": "02e7340ce268db2eca2a9319eb38fb3cfeae644768f275d52f6d9098918a62c4",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T11:25:02.819Z",
"url": "https://x402-gateway.ai/api/v1/ping",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish annual report key figures (iXBRL), decoded. Financials from a Swedish company's latest digitally filed annual report (årsredovisning, 2020+). We decode Bolagsverket's iXBRL (K2/K3) into net revenue, operating profit, profit after financial items, total assets, equity and average employees, with fiscal year and filing date. Example: /api/v1/se/company/5567647176/annual-report. Digital filing is voluntary — about 1 in 8 companies has one; a 404 is not charged.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Key figures from the latest filed annual report",
"properties": {
"currency": {
"description": "ISO 4217, e.g. \"SEK\"",
"type": "string"
},
"document": {
"properties": {
"filed_at": {
"anyOf": [
{
"description": "Filing date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"format": {
"description": "Format of the filed document package",
"type": "string"
}
},
"required": [
"format",
"filed_at"
],
"type": "object"
},
"fiscal_year": {
"properties": {
"from": {
"description": "Period start (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
"to": {
"description": "Period end (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
}
},
"required": [
"from",
"to"
],
"type": "object"
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567647176\"",
"type": "string"
},
"key_figures": {
"description": "Whole currency units; null when the filing lacks the figure",
"properties": {
"employees_avg": {
"description": "Average number of employees",
"type": [
"number",
"null"
]
},
"equity": {
"type": [
"number",
"null"
]
},
"net_revenue": {
"type": [
"number",
"null"
]
},
"operating_profit": {
"type": [
"number",
"null"
]
},
"profit_after_financial_items": {
"type": [
"number",
"null"
]
},
"total_assets": {
"type": [
"number",
"null"
]
}
},
"required": [
"net_revenue",
"operating_profit",
"profit_after_financial_items",
"total_assets",
"equity",
"employees_avg"
],
"type": "object"
}
},
"required": [
"identifier",
"fiscal_year",
"currency",
"key_figures",
"document"
],
"type": "object"
},
"raw": {
"description": "Native upstream document metadata (Bolagsverket dokumentlista). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"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": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "282f8fc660bc473ba3ff03f97df6137b08304512a6c7f14e3bbaf61498c508db",
"service_id": "7b47c875923c1ac9bfbe48e926edc851d75ff59af4d6af19923148f75c243487",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:29.872Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search over our own index of 1.9 million Swedish legal entities, rebuilt weekly from Bolagsverket's and SCB's bulk files — Bolagsverket's own API has no name search. Returns org.nr, name, legal form, city and active status per hit. Legal entities only; sole traders excluded for privacy.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"name": {
"description": "Company name or name fragment (min 2 characters)",
"pattern": "^.{2,100}$",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Best matches first",
"items": {
"description": "Name-search hit; look the identifier up for the full record",
"properties": {
"active": {
"type": "boolean"
},
"city": {
"type": [
"string",
"null"
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"legal_form": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"name": {
"description": "Registered name",
"type": "string"
}
},
"required": [
"identifier",
"name",
"legal_form",
"city",
"active"
],
"type": "object"
},
"type": "array"
},
"raw": {
"description": "Always null for search. Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"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": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "801dc66f560ef644ec4363cc2016f02578b579e3d9cbdab72c104b1608b08b47",
"service_id": "9bbbf193d905f60ada2645ca8613359a35045ab5b0a7c28d3d990ed63bf6f5d6",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:45.84Z",
"url": "https://x402-gateway.ai/api/v1/se/company/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): registered and trade names, legal form, active status, bankruptcy/liquidation/reconstruction, registered address, SNI 2007 industry codes and activity description. Live from Bolagsverket's official register with SCB business data. No API key — pay per call in USDC.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Basic company record",
"properties": {
"activity_description": {
"description": "Registered activity description (verksamhetsbeskrivning), native language",
"type": [
"string",
"null"
]
},
"address": {
"anyOf": [
{
"properties": {
"city": {
"type": [
"string",
"null"
]
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"postal_code": {
"type": [
"string",
"null"
]
},
"street": {
"type": [
"string",
"null"
]
}
},
"required": [
"street",
"postal_code",
"city",
"country"
],
"type": "object"
},
{
"type": "null"
}
],
"description": "Registered postal address"
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"deregistration_date": {
"anyOf": [
{
"description": "Deregistration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"industry": {
"items": {
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"native_code": {
"description": "Industry code, e.g. SNI \"62010\"",
"type": "string"
},
"native_system": {
"description": "Code system, e.g. \"SNI2007\"",
"type": "string"
}
},
"required": [
"native_code",
"native_system",
"description"
],
"type": "object"
},
"type": "array"
},
"legal_form": {
"properties": {
"native_code": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"native_name": {
"description": "Register name, e.g. \"Aktiebolag\"",
"type": "string"
},
"type": {
"description": "Coarse cross-country mapping",
"enum": [
"limited_company",
"sole_trader",
"partnership",
"association",
"other"
],
"type": "string"
}
},
"required": [
"native_code",
"native_name",
"type"
],
"type": "object"
},
"names": {
"description": "Registered name first, then trade/former names",
"items": {
"properties": {
"name": {
"type": "string"
},
"type": {
"enum": [
"registered",
"trade",
"former"
],
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object"
},
"type": "array"
},
"registration_date": {
"anyOf": [
{
"description": "Registration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"properties": {
"active": {
"description": "false once deregistered",
"type": "boolean"
},
"employer": {
"description": "Registered employer; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"f_tax": {
"description": "F-tax approval; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"insolvency": {
"enum": [
"none",
"bankruptcy",
"liquidation",
"reconstruction"
],
"type": "string"
},
"vat_registered": {
"description": "null when the source lacks it",
"type": [
"boolean",
"null"
]
}
},
"required": [
"active",
"insolvency",
"f_tax",
"vat_registered",
"employer"
],
"type": "object"
}
},
"required": [
"identifier",
"country",
"names",
"legal_form",
"status",
"registration_date",
"deregistration_date",
"address",
"industry",
"activity_description"
],
"type": "object"
},
"raw": {
"description": "Native upstream payload (Bolagsverket värdefulla datamängder). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 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": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "ed61fb9915128ab3c83cd9222dee9c054cf8c21e0b4f6b7a9c46e2b27fe598a8",
"service_id": "e6d3f9ad4f6e6c764bfb78d32fea8be01ac14b8c297e230a4bad3d1d783102ff",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-04T13:58:45.69Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"amount_encoding": "atomic_units",
"amount_raw": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "6e3c0a714cd8a9b1b57213690ad80630837de37d00610eaee5b3d7ff98201e9f",
"service_id": "02e7340ce268db2eca2a9319eb38fb3cfeae644768f275d52f6d9098918a62c4",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T11:25:02.819Z",
"url": "https://x402-gateway.ai/api/v1/ping",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish annual report key figures (iXBRL), decoded. Financials from a Swedish company's latest digitally filed annual report (årsredovisning, 2020+). We decode Bolagsverket's iXBRL (K2/K3) into net revenue, operating profit, profit after financial items, total assets, equity and average employees, with fiscal year and filing date. Example: /api/v1/se/company/5567647176/annual-report. Digital filing is voluntary — about 1 in 8 companies has one; a 404 is not charged.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Key figures from the latest filed annual report",
"properties": {
"currency": {
"description": "ISO 4217, e.g. \"SEK\"",
"type": "string"
},
"document": {
"properties": {
"filed_at": {
"anyOf": [
{
"description": "Filing date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"format": {
"description": "Format of the filed document package",
"type": "string"
}
},
"required": [
"format",
"filed_at"
],
"type": "object"
},
"fiscal_year": {
"properties": {
"from": {
"description": "Period start (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
"to": {
"description": "Period end (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
}
},
"required": [
"from",
"to"
],
"type": "object"
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567647176\"",
"type": "string"
},
"key_figures": {
"description": "Whole currency units; null when the filing lacks the figure",
"properties": {
"employees_avg": {
"description": "Average number of employees",
"type": [
"number",
"null"
]
},
"equity": {
"type": [
"number",
"null"
]
},
"net_revenue": {
"type": [
"number",
"null"
]
},
"operating_profit": {
"type": [
"number",
"null"
]
},
"profit_after_financial_items": {
"type": [
"number",
"null"
]
},
"total_assets": {
"type": [
"number",
"null"
]
}
},
"required": [
"net_revenue",
"operating_profit",
"profit_after_financial_items",
"total_assets",
"equity",
"employees_avg"
],
"type": "object"
}
},
"required": [
"identifier",
"fiscal_year",
"currency",
"key_figures",
"document"
],
"type": "object"
},
"raw": {
"description": "Native upstream document metadata (Bolagsverket dokumentlista). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "282f8fc660bc473ba3ff03f97df6137b08304512a6c7f14e3bbaf61498c508db",
"service_id": "7b47c875923c1ac9bfbe48e926edc851d75ff59af4d6af19923148f75c243487",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:29.872Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search over our own index of 1.9 million Swedish legal entities, rebuilt weekly from Bolagsverket's and SCB's bulk files — Bolagsverket's own API has no name search. Returns org.nr, name, legal form, city and active status per hit. Legal entities only; sole traders excluded for privacy.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"name": {
"description": "Company name or name fragment (min 2 characters)",
"pattern": "^.{2,100}$",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Best matches first",
"items": {
"description": "Name-search hit; look the identifier up for the full record",
"properties": {
"active": {
"type": "boolean"
},
"city": {
"type": [
"string",
"null"
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"legal_form": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"name": {
"description": "Registered name",
"type": "string"
}
},
"required": [
"identifier",
"name",
"legal_form",
"city",
"active"
],
"type": "object"
},
"type": "array"
},
"raw": {
"description": "Always null for search. Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "801dc66f560ef644ec4363cc2016f02578b579e3d9cbdab72c104b1608b08b47",
"service_id": "9bbbf193d905f60ada2645ca8613359a35045ab5b0a7c28d3d990ed63bf6f5d6",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:45.84Z",
"url": "https://x402-gateway.ai/api/v1/se/company/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): registered and trade names, legal form, active status, bankruptcy/liquidation/reconstruction, registered address, SNI 2007 industry codes and activity description. Live from Bolagsverket's official register with SCB business data. No API key — pay per call in USDC.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Basic company record",
"properties": {
"activity_description": {
"description": "Registered activity description (verksamhetsbeskrivning), native language",
"type": [
"string",
"null"
]
},
"address": {
"anyOf": [
{
"properties": {
"city": {
"type": [
"string",
"null"
]
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"postal_code": {
"type": [
"string",
"null"
]
},
"street": {
"type": [
"string",
"null"
]
}
},
"required": [
"street",
"postal_code",
"city",
"country"
],
"type": "object"
},
{
"type": "null"
}
],
"description": "Registered postal address"
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"deregistration_date": {
"anyOf": [
{
"description": "Deregistration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"industry": {
"items": {
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"native_code": {
"description": "Industry code, e.g. SNI \"62010\"",
"type": "string"
},
"native_system": {
"description": "Code system, e.g. \"SNI2007\"",
"type": "string"
}
},
"required": [
"native_code",
"native_system",
"description"
],
"type": "object"
},
"type": "array"
},
"legal_form": {
"properties": {
"native_code": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"native_name": {
"description": "Register name, e.g. \"Aktiebolag\"",
"type": "string"
},
"type": {
"description": "Coarse cross-country mapping",
"enum": [
"limited_company",
"sole_trader",
"partnership",
"association",
"other"
],
"type": "string"
}
},
"required": [
"native_code",
"native_name",
"type"
],
"type": "object"
},
"names": {
"description": "Registered name first, then trade/former names",
"items": {
"properties": {
"name": {
"type": "string"
},
"type": {
"enum": [
"registered",
"trade",
"former"
],
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object"
},
"type": "array"
},
"registration_date": {
"anyOf": [
{
"description": "Registration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"properties": {
"active": {
"description": "false once deregistered",
"type": "boolean"
},
"employer": {
"description": "Registered employer; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"f_tax": {
"description": "F-tax approval; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"insolvency": {
"enum": [
"none",
"bankruptcy",
"liquidation",
"reconstruction"
],
"type": "string"
},
"vat_registered": {
"description": "null when the source lacks it",
"type": [
"boolean",
"null"
]
}
},
"required": [
"active",
"insolvency",
"f_tax",
"vat_registered",
"employer"
],
"type": "object"
}
},
"required": [
"identifier",
"country",
"names",
"legal_form",
"status",
"registration_date",
"deregistration_date",
"address",
"industry",
"activity_description"
],
"type": "object"
},
"raw": {
"description": "Native upstream payload (Bolagsverket värdefulla datamängder). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 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": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "ed61fb9915128ab3c83cd9222dee9c054cf8c21e0b4f6b7a9c46e2b27fe598a8",
"service_id": "e6d3f9ad4f6e6c764bfb78d32fea8be01ac14b8c297e230a4bad3d1d783102ff",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-04T13:58:45.69Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.001",
"amount_atomic": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "6e3c0a714cd8a9b1b57213690ad80630837de37d00610eaee5b3d7ff98201e9f",
"service_id": "02e7340ce268db2eca2a9319eb38fb3cfeae644768f275d52f6d9098918a62c4",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T11:25:02.819Z",
"url": "https://x402-gateway.ai/api/v1/ping",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish annual report key figures (iXBRL), decoded. Financials from a Swedish company's latest digitally filed annual report (årsredovisning, 2020+). We decode Bolagsverket's iXBRL (K2/K3) into net revenue, operating profit, profit after financial items, total assets, equity and average employees, with fiscal year and filing date. Example: /api/v1/se/company/5567647176/annual-report. Digital filing is voluntary — about 1 in 8 companies has one; a 404 is not charged.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Key figures from the latest filed annual report",
"properties": {
"currency": {
"description": "ISO 4217, e.g. \"SEK\"",
"type": "string"
},
"document": {
"properties": {
"filed_at": {
"anyOf": [
{
"description": "Filing date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"format": {
"description": "Format of the filed document package",
"type": "string"
}
},
"required": [
"format",
"filed_at"
],
"type": "object"
},
"fiscal_year": {
"properties": {
"from": {
"description": "Period start (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
"to": {
"description": "Period end (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
}
},
"required": [
"from",
"to"
],
"type": "object"
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567647176\"",
"type": "string"
},
"key_figures": {
"description": "Whole currency units; null when the filing lacks the figure",
"properties": {
"employees_avg": {
"description": "Average number of employees",
"type": [
"number",
"null"
]
},
"equity": {
"type": [
"number",
"null"
]
},
"net_revenue": {
"type": [
"number",
"null"
]
},
"operating_profit": {
"type": [
"number",
"null"
]
},
"profit_after_financial_items": {
"type": [
"number",
"null"
]
},
"total_assets": {
"type": [
"number",
"null"
]
}
},
"required": [
"net_revenue",
"operating_profit",
"profit_after_financial_items",
"total_assets",
"equity",
"employees_avg"
],
"type": "object"
}
},
"required": [
"identifier",
"fiscal_year",
"currency",
"key_figures",
"document"
],
"type": "object"
},
"raw": {
"description": "Native upstream document metadata (Bolagsverket dokumentlista). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "282f8fc660bc473ba3ff03f97df6137b08304512a6c7f14e3bbaf61498c508db",
"service_id": "7b47c875923c1ac9bfbe48e926edc851d75ff59af4d6af19923148f75c243487",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:29.872Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr/annual-report",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search over our own index of 1.9 million Swedish legal entities, rebuilt weekly from Bolagsverket's and SCB's bulk files — Bolagsverket's own API has no name search. Returns org.nr, name, legal form, city and active status per hit. Legal entities only; sole traders excluded for privacy.",
"domain": "x402-gateway.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"name": {
"description": "Company name or name fragment (min 2 characters)",
"pattern": "^.{2,100}$",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Best matches first",
"items": {
"description": "Name-search hit; look the identifier up for the full record",
"properties": {
"active": {
"type": "boolean"
},
"city": {
"type": [
"string",
"null"
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"legal_form": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"name": {
"description": "Registered name",
"type": "string"
}
},
"required": [
"identifier",
"name",
"legal_form",
"city",
"active"
],
"type": "object"
},
"type": "array"
},
"raw": {
"description": "Always null for search. Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "801dc66f560ef644ec4363cc2016f02578b579e3d9cbdab72c104b1608b08b47",
"service_id": "9bbbf193d905f60ada2645ca8613359a35045ab5b0a7c28d3d990ed63bf6f5d6",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T06:55:45.84Z",
"url": "https://x402-gateway.ai/api/v1/se/company/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x9d305938253c491F7259d437efF064418B3FDFa0 |
{
"description": "Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): registered and trade names, legal form, active status, bankruptcy/liquidation/reconstruction, registered address, SNI 2007 industry codes and activity description. Live from Bolagsverket's official register with SCB business data. No API key — pay per call in USDC.",
"domain": "x402-gateway.ai",
"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"
},
"pathParams": {
"properties": {
"orgnr": {
"description": "Swedish organisationsnummer, 10 digits without hyphen",
"pattern": "^\\d{10}$",
"type": "string"
}
},
"required": [
"orgnr"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Basic company record",
"properties": {
"activity_description": {
"description": "Registered activity description (verksamhetsbeskrivning), native language",
"type": [
"string",
"null"
]
},
"address": {
"anyOf": [
{
"properties": {
"city": {
"type": [
"string",
"null"
]
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"postal_code": {
"type": [
"string",
"null"
]
},
"street": {
"type": [
"string",
"null"
]
}
},
"required": [
"street",
"postal_code",
"city",
"country"
],
"type": "object"
},
{
"type": "null"
}
],
"description": "Registered postal address"
},
"country": {
"description": "ISO 3166-1 alpha-2",
"type": "string"
},
"deregistration_date": {
"anyOf": [
{
"description": "Deregistration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"identifier": {
"description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
"type": "string"
},
"industry": {
"items": {
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"native_code": {
"description": "Industry code, e.g. SNI \"62010\"",
"type": "string"
},
"native_system": {
"description": "Code system, e.g. \"SNI2007\"",
"type": "string"
}
},
"required": [
"native_code",
"native_system",
"description"
],
"type": "object"
},
"type": "array"
},
"legal_form": {
"properties": {
"native_code": {
"description": "Register code, e.g. \"AB\"",
"type": "string"
},
"native_name": {
"description": "Register name, e.g. \"Aktiebolag\"",
"type": "string"
},
"type": {
"description": "Coarse cross-country mapping",
"enum": [
"limited_company",
"sole_trader",
"partnership",
"association",
"other"
],
"type": "string"
}
},
"required": [
"native_code",
"native_name",
"type"
],
"type": "object"
},
"names": {
"description": "Registered name first, then trade/former names",
"items": {
"properties": {
"name": {
"type": "string"
},
"type": {
"enum": [
"registered",
"trade",
"former"
],
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object"
},
"type": "array"
},
"registration_date": {
"anyOf": [
{
"description": "Registration date (ISO 8601 date, YYYY-MM-DD)",
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"properties": {
"active": {
"description": "false once deregistered",
"type": "boolean"
},
"employer": {
"description": "Registered employer; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"f_tax": {
"description": "F-tax approval; null when the source lacks it",
"type": [
"boolean",
"null"
]
},
"insolvency": {
"enum": [
"none",
"bankruptcy",
"liquidation",
"reconstruction"
],
"type": "string"
},
"vat_registered": {
"description": "null when the source lacks it",
"type": [
"boolean",
"null"
]
}
},
"required": [
"active",
"insolvency",
"f_tax",
"vat_registered",
"employer"
],
"type": "object"
}
},
"required": [
"identifier",
"country",
"names",
"legal_form",
"status",
"registration_date",
"deregistration_date",
"address",
"industry",
"activity_description"
],
"type": "object"
},
"raw": {
"description": "Native upstream payload (Bolagsverket värdefulla datamängder). Always present in responses; omitted from the published example."
},
"source": {
"description": "Where the data came from",
"properties": {
"attribution": {
"description": "Attribution text required by the data licence",
"type": "string"
},
"mock": {
"description": "true when the data is a labelled fixture rather than live register data",
"type": "boolean"
},
"name": {
"description": "Gateway source adapter that produced the data",
"type": "string"
},
"retrieved_at": {
"description": "When the upstream data was fetched (ISO 8601 timestamp)",
"type": "string"
}
},
"required": [
"name",
"attribution",
"retrieved_at",
"mock"
],
"type": "object"
}
},
"required": [
"data",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 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": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"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": "ed61fb9915128ab3c83cd9222dee9c054cf8c21e0b4f6b7a9c46e2b27fe598a8",
"service_id": "e6d3f9ad4f6e6c764bfb78d32fea8be01ac14b8c297e230a4bad3d1d783102ff",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-04T13:58:45.69Z",
"url": "https://x402-gateway.ai/api/v1/se/company/:orgnr",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.",
"domain": "x402-gateway.ai",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0x9d305938253c491F7259d437efF064418B3FDFa0",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.001,
"metadata": null,
"method": "GET",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "bfe5533a2beba8b5",
"service_id": "02e7340ce268db2eca2a9319eb38fb3cfeae644768f275d52f6d9098918a62c4",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T11:25:02.819Z",
"url": "https://x402-gateway.ai/api/v1/ping",
"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