mirrored listing x402 eip155:8453

Mesmo dado do /business-intelligence (cadastro completo, sócios, resumo por IA) — rota téc

Mesmo dado do /business-intelligence (cadastro completo, sócios, resumo por IA) — rota técnica liquidada pelo Facilitador CDP da Coinbase, só pra indexação no Bazaar/agentic.market. Não é um produto novo.

Do you run agentum.lat? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-18
updated

Provider

agentum.lat · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xB4f9061e3a6A5533431336506b34e1035029599f",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "cnpj": "68964713000109"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "company": {
            "cnpj": "68964713000109",
            "razaoSocial": "AGENTUM LTDA"
          },
          "confidence": 0.9,
          "queriedAt": "2026-09-13T18:00:00.000Z",
          "registration": {
            "situacao": "ATIVA"
          },
          "sources": [
            "brasilapi"
          ],
          "summary": "AGENTUM LTDA (CNPJ 68.964.713/0001-09), situação ATIVA."
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "cnpj": {
                  "description": "CNPJ brasileiro, 14 dígitos, apenas números",
                  "type": "string"
                }
              },
              "required": [
                "cnpj"
              ]
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://agentum.lat/business-intelligence-cdp"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agentum.lat/business-intelligence-cdp");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agentum.lat/business-intelligence-cdp")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/8890.json, and this resource appears in /discovery/resources and /discovery/search.