Current exchange trading rules 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.
permissions can support single or multiple values (e.g. SPOT, ["MARGIN","LEVERAGED"]). This cannot be used in combination with symbol or symbols.
If permissions parameter not provided, all symbols that have either SPOT, MARGIN, or LEVERAGED permission will be exposed.
To display symbols with any permission you need to specify them explicitly in permissions: (e.g. ["SPOT","MARGIN",...].). See Account and Symbol Permissions for the full list.
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".)
OptionalrequestParameters: SpotRestAPI.ExchangeInfoRequestRequest 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.
OptionalrequestParameters: SpotRestAPI.ExecutionRulesRequestRequest parameters.
Test connectivity to the Rest API and get the current server time.
Weight(IP): 1
Security Type: NONE
GeneralApi - interface GeneralApi