Environments and API base URLs
| Product family | Base endpoint | Endpoint prefix |
|---|---|---|
| Spot | https://api.binance.com | /sapi/v1/apiReferral/* |
| USD-M Futures | https://fapi.binance.com | /fapi/v1/apiReferral/* |
| COIN-M Futures | https://fapi.binance.com | /fapi/v1/apiReferral/* |
| Portfolio Margin | https://papi.binance.com | /papi/v1/apiReferral/* |
| Fast API | https://www.binanceapis.com/oauth-api | /v1/api-key/* |
COIN-M Futures has no separate base endpoint. It is served by the same /fapi/v1/apiReferral/*
endpoints as USD-M, selected with the type query parameter — 1 for USD-M (the default) and 2
for COIN-M. dapi.binance.com exposes no apiReferral paths.
The type parameter is accepted by overview, tradeVol, rebateVol, traderNum,
traderSummary and ifNewUser. Any value other than 1 or 2 is rejected with -1102.
Was this page helpful?
Last modified on