# claw402 CoinAnk Hyper Top Action Endpoint

> claw402 CoinAnk Hyper Top Action Endpoint is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Retrieves top-action data from CoinAnk's hyper market analytics via a pay-per-call USDC gateway

## Facts

- Endpoint: GET https://claw402.ai/api/v1/coinank/hyper/top-action
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-coinank-hyper-top-action-endpoint-063e0350
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gusvNxaUpGYRfhiAkPlUV

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 claw402-coinank-hyper-top-action-endpoint-063e0350
```

Example prompt: Can you pull the current top-action list from CoinAnk's hyper market feed so I can see which crypto assets are showing the most activity right now?

## When to prefer this

Choose this endpoint when you need fast, pay-per-use access to CoinAnk hyper top-action market data without requiring API key registration. Ideal for lightweight or infrequent queries where crypto-native USDC micropayment is preferred over subscription billing.

## Known failure modes

- Empty data array returned if no top actions are currently available
- Payment failure if wallet has insufficient USDC balance (402 response)
- Malformed or missing properties parameter may yield unexpected empty results
- Service unavailability from underlying vergex.trade or CoinAnk backend
- Non-zero code value in response indicating upstream data error

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

Returns a JSON object with a status code (code: 0 on success) and a data array containing the top market actions from CoinAnk's hyper analytics feed. The data array may include ranked assets or actions with associated metrics.

## Example request

```json
{
 "properties": "top_action"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-coinank-hyper-top-action-endpoint-063e0350/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
