# ApexAPI Finance Tip Calculator

> ApexAPI Finance Tip Calculator is a paid API for AI agents from apex-api-gamma.vercel.app, paid per call via x402, $0.082329/call, status unknown (last checked 2026-09-14).

Calculates tip amounts and total bills based on a query describing the bill amount, tip percentage, and party size

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/finance/tip/calc
- Price: $0.082329/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-finance-tip-calculator-e670266b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J00Bs2vmeEoo0GGp-_1cz

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability apexapi-finance-tip-calculator-e670266b -d '<json body>'
```

Example prompt: Calculate the tip and total for a $127.50 restaurant bill with a 20% tip split among 4 people.

## When to prefer this

Use this endpoint when you need a quick server-side tip and bill calculation without maintaining local logic, especially in contexts where per-call USDC micropayment billing is acceptable and no API key management is desired.

## Known failure modes

- Missing or unparseable query string returns an error
- Non-numeric bill amounts cause computation failure
- Tip percentages outside valid range may return unexpected results
- Payment of 0.082329 USDC required per call; unpaid requests return HTTP 402

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns computed tip amount, total bill including tip, and optionally the per-person share when party size is provided, based on the input bill amount and tip percentage.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apexapi-finance-tip-calculator-e670266b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
