Query current exchange trading rules, rate limits, and symbol information.
Weight(IP): 20
Security Type: NONE
Notes: Data Source:* Memory
Notes:*
If the value provided to symbol or symbols do not exist, the endpoint will throw an error saying the symbol is invalid.
All parameters are optional.
Only one of symbol, symbols, permissions parameters can be specified.
Without parameters, exchangeInfo displays all symbols with ["SPOT", "MARGIN", "LEVERAGED"] permissions.
In order to list all active symbols on the exchange, you need to explicitly request all permissions.
permissions accepts either a list of permissions, or a single permission name. E.g. "SPOT".
Examples of Symbol Permissions Interpretation from the Response:*
[["A","B"]] means you may place an order if your account has either permission "A" or permission "B".
[["A"],["B"]] means you can place an order if your account has permission "A" and permission "B".
[["A"],["B","C"]] means you can place an order if your account has permission "A" and permission "B" or permission "C". (Inclusive or is applied here, not exclusive or, so your account may have both permission "B" and permission "C".)
Request parameters.
Query execution rules for symbols.
| Weight: Parameter | Weight |
|---|---|
symbol |
2 |
symbols |
2 for each symbol, capped at a max of 40 |
symbolStatus |
40 |
| None | 40 |
Security Type: NONE
Notes: Data Source:* Memory
Note:* No combination of multiple parameters is allowed.
Request parameters.
Test connectivity to the WebSocket API.
Note: You can use regular WebSocket ping frames to test connectivity as well, WebSocket API will respond with pong frames as soon as possible. ping request along with time is a safe way to test request-response handling in your application.
Weight(IP): 1
Security Type: NONE
Notes: Data Source:* Memory
Request parameters.
Test connectivity to the WebSocket API and get the current server time.
Weight(IP): 1
Security Type: NONE
Notes: Data Source:* Memory
Request parameters.
GeneralApi - object-oriented interface GeneralApi