agentgate-production-eb21.up.railway.app

Category
Service
Network
Avg / request
$0.005
Endpoints
1

Service overview

What is AgentGate Quote?

Compound interest future-value quote. Returns future_value for a principal, annual rate, and number of years.

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://agentgate-production-eb21.up.railway.app/quote" \
  --query '{
  "principal": "{principal}",
  "rate": "{rate}",
  "years": "{years}"
}'
What you get back
{
  "endpoint": "GET /quote",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services