Environments and API base URLs
| Endpoint family | Used for | Base endpoint |
|---|---|---|
/sapi/* | CAAS, OMS Toolkit, and other wallet/account functions | https://api.binance.com |
/api/* | Spot trading | https://api.binance.com |
/fapi/* | USD-M Futures | https://fapi.binance.com |
/dapi/* | COIN-M Futures | https://dapi.binance.com |
For /api/* and /sapi/*, the alternates https://api-gcp.binance.com and
https://api1.binance.com through https://api4.binance.com are also available. Performance
between them may vary; if one is slow, try another.
Products that do not use these endpoints
Two Binance Link products are not on the main APIs. Their base endpoints, rate limits and request-signing all differ, so use their own pages rather than this one.
| Product | Base endpoint | Signing | Where to look |
|---|---|---|---|
| KYC SaaS | https://cb.link-kycapi.com | HMAC-SHA256 over the raw JSON body, sent as X-SHA2-Signature. IP allowlisting is enforced. | KYC SaaS Overview |
| Institutional Crypto Buy/Sell Solution | issued per partner — ask the CaaS Team | SHA256withRSA over requestBody + timestamp, sent as X-Tesla-Signature with X-Tesla-ClientId / X-Tesla-SignAccessToken | Getting Started |
In particular, neither uses X-MBX-APIKEY, the signature query parameter, timestamp /
recvWindow, or any of the weight headers described under
Rate limits.
Markup does use the main APIs — its endpoints are /sapi/v1/vip/caas/commission/*, so
everything on this page applies. See Markup Overview for what is
specific to it.
此页面是否有帮助?
Last modified on