# Dexter Demo Tick Endpoint

> Dexter Demo Tick Endpoint is a paid API for AI agents from x402.dexter.cash, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a demo tick response, payable in USDC on Solana, to demonstrate x402 micropayment-gated API access.

## Facts

- Endpoint: POST https://x402.dexter.cash/api/x402/tab-demo/tick
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dexter-demo-tick-endpoint-90997d39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aZoqL5fF4OO-JW7q3wlAC

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 dexter-demo-tick-endpoint-90997d39 -d '<json body>'
```

Example prompt: Call the Dexter demo tick endpoint on x402 so I can see a live micropayment-gated response and confirm my USDC-on-Solana payment flow is working end to end.

## When to prefer this

Use this endpoint when you want to test or demonstrate the x402 micropayment protocol on Solana without needing a production-grade feature. It is the canonical minimal example of a USDC-gated API call on the Dexter platform, ideal for integration testing, onboarding demos, or proof-of-concept flows.

## Known failure modes

- Insufficient USDC balance — payment cannot be completed
- Invalid or missing x402 payment header — 402 Payment Required returned
- Solana network congestion causing payment confirmation delays
- Wallet not authorized or misconfigured — authentication failure
- Endpoint temporarily unavailable — 503 Service Unavailable

## How this service works

Returns a demo tick endpoint paid in USDC on Solana.

## Output

A demo tick payload confirming the paid API call succeeded via the x402 USDC micropayment protocol on Solana — typically a simple acknowledgement or timestamp indicating the endpoint was reached successfully.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dexter-demo-tick-endpoint-90997d39/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.dexter.cash](https://www.zero.xyz/host/x402.dexter.cash/llms.txt)
