Exchange Info & Time
Server time and tradable symbol metadata.
Before trading, read the exchange metadata so you know which symbols exist and the precision and limits each one enforces.
/api/v1/pingWeight: 1PUBLICTest connectivity. Returns an empty object.
/api/v1/timeWeight: 1PUBLICGet the current server time. Use it to check your clock before signing requests.
/api/v1/exchangeInfoWeight: 10PUBLICList every symbol with its trading rules. Optionally pass a single symbol to narrow the response.
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | STRING | No | Return info for one symbol only, e.g. BTCUSDT |
Respect these filters when you build an order. stepSize is the quantity increment, tickSize is the price increment, and minNotional is the smallest allowed price x quantity. An order that breaks a filter is rejected.