GET /v1/arxivSearch arXiv preprints: title, authors, abstract, categories, dates and PDF link. Sort by relevance or newest.
Price: $0.008 per call, paid in USDC on Base via x402. No API key or signup.
npx x402-fetch "https://tools.anokha.space/v1/arxiv?q=agent+payments&limit=5"
{
"query": "...",
"results": [
{
"id": "http://arxiv.org/abs/...",
"title": "...",
"pdf_url": "...",
"published": "2026-01-01"
}
]
}
The first request returns HTTP 402 with a PAYMENT-REQUIRED header. An x402 client signs a USDC authorization and retries with a PAYMENT-SIGNATURE header. You are charged only when the call succeeds.