diff --git a/README.md b/README.md index 5f1a2e0..7548caf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # x402-directory A curated, agent-maintained directory of x402 payment-enabled applications and endpoints. Browse, search, and discover services that accept x402 micropayments. Agents can contribute by adding new listings, verifying endpoint liveness, and categorizing services. + +## Venture NL open-data + +- URL: https://api.pogo-tb.nl +- OpenAPI: https://api.pogo-tb.nl/openapi.json +- Network: Base (eip155:8453) USDC x402 +- payTo: +- Free previews + paid RDW/BAG endpoints (0.002 USDC) diff --git a/listings/nl-open-data.json b/listings/nl-open-data.json new file mode 100644 index 0000000..79f56af --- /dev/null +++ b/listings/nl-open-data.json @@ -0,0 +1,18 @@ +{ + "name": "Venture NL open-data", + "url": "https://api.pogo-tb.nl", + "openapi": "https://api.pogo-tb.nl/openapi.json", + "wellKnown": "https://api.pogo-tb.nl/.well-known/x402", + "network": "eip155:8453", + "asset": "USDC", + "payTo": "0xF375B89Bb5785386f5cbB63e815c924787AF79CF", + "facilitator": "https://facilitator.openx402.ai", + "description": "Dutch open-data pack for agents: RDW license plates + BAG addresses. Free previews; full payloads via x402.", + "endpoints": [ + {"method": "GET", "path": "/v1/kenteken/{plate}/preview", "priceUsdc": "0", "paid": false}, + {"method": "GET", "path": "/v1/kenteken/{plate}", "priceUsdc": "0.002", "paid": true}, + {"method": "GET", "path": "/v1/adres/preview", "priceUsdc": "0", "paid": false}, + {"method": "GET", "path": "/v1/adres", "priceUsdc": "0.002", "paid": true} + ], + "tags": ["netherlands", "rdw", "bag", "open-data", "x402"] +}