Fetch Sentry Quickstart Base URL: https://api.fetch-sentry.online Wallet: 0x2aBA0C08b02BA17fCF66A423f97A70fd04245321 Network: eip155:8453 Free trial: curl -sS 'https://api.fetch-sentry.online/preview?url=https%3A%2F%2Fexample.com' Paid routes: curl -i 'https://api.fetch-sentry.online/fetch?url=https%3A%2F%2Fexample.com' curl -i 'https://api.fetch-sentry.online/extract?url=https%3A%2F%2Fexample.com' curl -i -X POST 'https://api.fetch-sentry.online/scan' -H 'content-type: application/json' -d '{"url":"https://example.com"}' How payment works: - Protected routes return HTTP 402 with a payment-required header. - Use an x402-compatible client to pay the requirement on Base. - Retry the same request after payment. Buyer docs: - https://api.fetch-sentry.online/examples.json - https://api.fetch-sentry.online/buyer-quickstart.txt - https://api.fetch-sentry.online/buyer-example.ts Prices: - GET /fetch : $0.001 - GET /extract : $0.002 - POST /scan : $0.003