# TopAgentX402 Send Token

> TopAgentX402 Send Token is a paid API for AI agents from topagentx402.vercel.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Dispatches a token asset transfer to a target address on behalf of an autonomous agent via the x402 payment protocol.

## Facts

- Endpoint: GET https://topagentx402.vercel.app/api/send-token
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/topagentx402-send-token-f3dc380c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ML9m0kIDPd9HTZrj9n0AL

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 topagentx402-send-token-f3dc380c
```

Example prompt: Send a token payment to the recipient agent at the specified address — dispatch the asset transfer now so the downstream agent can proceed with its task.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically dispatch a token transfer to another agent or address within an x402-compatible pipeline, especially when automating multi-agent workflows that require on-chain payment steps.

## Known failure modes

- Invalid or missing recipient address returns an error status
- Insufficient funds or payment failure returns a non-ok status
- Malformed properties input returns a schema validation error
- x402 payment not processed results in 402 Payment Required response
- Network or blockchain congestion may cause delayed confirmation

## How this service works

Agent-Native Blockchain Gateway

## Output

Returns a JSON object with a status field (e.g. 'ok') confirming whether the token dispatch was successfully initiated or completed, along with any transaction reference details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/topagentx402-send-token-f3dc380c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from topagentx402.vercel.app](https://www.zero.xyz/host/topagentx402.vercel.app/llms.txt)
