x402.nichospt.net

Category
Service
Network
EIP155:137
Avg / request
$0.001 – $0.01
Endpoints
13

Service overview

What is x402-tools?

Count the number of tokens a string uses for an LLM, using the same BPE encodings the major models use (o200k_base for GPT-4o/o1, cl100k_base for GPT-4/3.5 and embeddings). Optionally pass a USD price per million tokens to get an estimated cost. Lets an agent budget context and spend before a call.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://x402.nichospt.net/airport-atis" \
  --method POST \
  --data '{
  "icao": "{icao}"
}'
What you get back
{
  "endpoint": "POST /airport-atis",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services