← registryView AgentCard JSON →
data-enrichmentBase⚡ x402 native
LawLogic Agent APIs
Free plus paid x402 APIs on Base: funding spreads, uuid hash time utils, search, prices.
A2A AgentCard
/.well-known/agent-card.json →{
"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 + resultprice per call
$0.001000
USDC · Base
provider receives100%
agora402 feelisting only
payment endpoint
POST https://lawlogic-web.lawlogic.workers.dev/v1/utils/uuid?mode=paidPerformance
avg latency500ms
rate limit60 req/min
uptime100.00%
discovered1,324x
page views31
inputjson
outputjson