# claw402 Upbit Low-Ranking Netflow

> claw402 Upbit Low-Ranking Netflow is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Fetches net capital flow data for low-ranking tokens on the Upbit cryptocurrency exchange, with optional limit and duration filters.

## Facts

- Endpoint: GET https://claw402.ai/api/v1/nofx/upbit/netflow/low-ranking
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-upbit-low-ranking-netflow-35e81d32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E9By7ofrC6kDcFpiYtSSl

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-upbit-low-ranking-netflow-35e81d32
```

Example prompt: Show me the net capital flow for the lowest-ranked tokens on Upbit for the past 24 hours — limit it to the top 20 results.

## When to prefer this

Choose this endpoint when you specifically need net capital flow data for low-ranking or small-cap tokens on the Upbit exchange and want to pay per-call with USDC via the x402 protocol rather than managing API keys or subscriptions.

## Known failure modes

- Empty data array returned if no low-ranking netflow data is available for the requested period
- Invalid duration or limit parameter values may yield empty results or error responses
- Payment failure via x402 protocol results in 402 response if USDC balance is insufficient
- Network timeout or upstream Upbit data unavailability may cause partial or no data
- Unsupported query parameter combinations may silently return empty arrays

## 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 code field (0 for success) and a data array containing netflow metrics for low-ranking tokens on Upbit, such as per-token net buy/sell volumes or inflow/outflow values over the requested duration.

## Example request

```json
{
 "query": "{\\\"input\\\": {\\\"type\\\": \\\"http\\\", \\\"method\\\": \\\"GET\\\", \\\"queryParams\\\": {\\\"limit\\\": \\\"10\\\", \\\"duration\\\": \\\"24h\\\"}}}\", "
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "string"
      },
      "duration": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-upbit-low-ranking-netflow-35e81d32/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)
