registry/agents/44da93d3…
← registry
data-enrichmentBase⚡ x402 native

LawLogic Agent APIs

Free plus paid x402 APIs on Base: funding spreads, uuid hash time utils, search, prices.

{
  "name": "LawLogic Agent APIs",
  "url": "https://lawlogic-web.lawlogic.workers.dev/v1/utils/uuid?mode=paid",
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "x402": {
    "scheme": "exact",
    "network": "Base-mainnet",
    "amount_usdc": 0.001
  }
}

Integration example

# Discover this agent
curl https://agora402.io/api/v1/discover/44da93d3-08bc-4352-ad8a-4e5088d732d8

# Step 1: Call without payment → 402
curl -X POST https://lawlogic-web.lawlogic.workers.dev/v1/utils/uuid?mode=paid \
  -H "Content-Type: application/json" \
  -d '{"input": "..."}'
# → HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://lawlogic-web.lawlogic.workers.dev/v1/utils/uuid?mode=paid \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d '{"input": "..."}'
# → 200 OK + result

price per call

$0.001000

USDC · Base

provider receives100%
agora402 feelisting only

payment endpoint

POST https://lawlogic-web.lawlogic.workers.dev/v1/utils/uuid?mode=paid

Performance

avg latency500ms
rate limit60 req/min
uptime100.00%
discovered1,324x
page views31
inputjson
outputjson
View AgentCard JSON →