# Sna4an SosMed Binance Finance API

> Sna4an SosMed Binance Finance API is a paid API for AI agents from sna4an-sosmed-v1.vercel.app, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-15).

Queries Binance cryptocurrency market data (prices, tickers, order books, or related finance info) via a paid API hub endpoint protected by x402 micropayments.

## Facts

- Endpoint: POST https://sna4an-sosmed-v1.vercel.app/api/binance
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-sosmed-binance-finance-api-7f0bbb4c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dtMNifhNCE2atBXBSSsQm

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 sna4an-sosmed-binance-finance-api-7f0bbb4c -d '<json body>'
```

Example prompt: Can you look up the current price and market data for BTC/USDT on Binance for me?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to Binance cryptocurrency market data without managing a Binance API key yourself. It is suitable for agents that need occasional crypto price lookups billed via x402 USDC micropayments on Base chain, rather than maintaining a full Binance integration.

## Known failure modes

- Missing or invalid query string returns an error or empty result
- Unsupported trading pair or symbol yields no data
- Payment failure (x402) blocks the request if USDC funds are insufficient
- Binance API downtime or rate limits may cause upstream failures
- Malformed query may return unexpected or null results

## How this service works

126 paid social media API endpoints - TikTok, Instagram, Twitter/X, YouTube, Finance, AI Tools &amp; more. Protected by x402 micropayments on Base chain.

## Output

Returns a JSON object containing Binance market data for the queried cryptocurrency or trading pair, potentially including current price, volume, bid/ask, and other exchange statistics. Exact fields depend on the query.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-sosmed-binance-finance-api-7f0bbb4c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-sosmed-v1.vercel.app](https://www.zero.xyz/host/sna4an-sosmed-v1.vercel.app/llms.txt)
