# PrimeAPI Finance Tip Calculator

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

Calculates tip amounts for a given bill or financial transaction based on a query input

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/finance/tip/calc
- Price: $0.082329/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-finance-tip-calculator-db7608aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8RO_8fh0cSQHzVqiBWxZv

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 primeapi-finance-tip-calculator-db7608aa -d '<json body>'
```

Example prompt: What's the tip and total for a $85 dinner bill at 20% gratuity split between 3 people?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call tip and gratuity calculation without setting up any API keys, especially within an automated agent workflow that already handles USDC micropayments on Base

## Known failure modes

- Missing or malformed query string returns generic API error
- Invalid numeric values in query cause computation failure
- Ambiguous query with no parseable bill amount returns empty or incorrect result
- Service unavailability returns 402 or 5xx error requiring retry

## 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, and optionally per-person split based on the provided bill amount, tip percentage, and party size query

## 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/primeapi-finance-tip-calculator-db7608aa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
