Quick Start
Prerequisites
- A Binance account with SAPI access. If you don't have one, start at the root Quick Start.
- An API key + secret with Enable Trading permission for the endpoints that require
TRADEauthority;USER_DATApermission suffices for query-only endpoints.
Sign a Request
All trade endpoints require an HMAC-SHA256 or Ed25519 signature over the query string, identical to other SAPI endpoints. See the root General Info for the signing procedure.
Place a Limit Buy Order (curl example)
Code
Sample response:
Code
Next Steps
- Read General Info for URL prefix, symbol format, default quote asset, and the UPPERCASE enum contract.
- Read Common Definition for the full enum sets (side / orderType / orderStatus / tradingSession / …).
- Read Error Code for how errors from this module are structured.
Was this page helpful?
Last modified on