# Binance BTC/USDT Spot Price (proxy.suverse.io)

> Binance BTC/USDT Spot Price (proxy.suverse.io) is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns the real-time Bitcoin spot price in USDT (Tether) sourced from Binance.

## Facts

- Endpoint: GET https://proxy.suverse.io/v1/data/binance-btc-spot
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 49
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proxy-suverse-io-bead1d3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FQGDn5FOoQpEgmLwy5F8c

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 proxy-suverse-io-bead1d3a
```

Example prompt: What's the current Bitcoin price in USDT according to Binance right now?

## When to prefer this

Use this endpoint when you specifically need Bitcoin's price in USDT (Tether) as quoted on Binance — for example, when comparing across exchanges, when USDT denomination is required for DeFi or trading logic, or when Binance is the reference exchange for your use case. Prefer over the Coinbase USD or CoinGecko endpoints when Binance USDT pricing is specifically required.

## Known failure modes

- Binance API unavailable or rate-limited — upstream data unavailable
- Network timeout reaching proxy endpoint
- Payment required but not provided (402 response)
- Stale data if Binance feed is delayed

## How this service works

Real-time Bitcoin BTC spot price in USDT from Binance. AI agent price feed, low-latency crypto quote, market data API, pay-per-call.

## Output

Returns the real-time Bitcoin spot price quoted in USDT (Tether) as sourced from Binance's market data.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proxy-suverse-io-bead1d3a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
