We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f74be9 commit 062b671Copy full SHA for 062b671
1 file changed
src/node-binance-api.ts
@@ -4051,7 +4051,7 @@ export default class Binance {
4051
* @param params
4052
* @returns
4053
*/
4054
- async futuresSymbolConfig(params: Dict = {}): Promise<SymbolConfig> {
+ async futuresSymbolConfig(params: Dict = {}): Promise<SymbolConfig[]> {
4055
return await this.privateFuturesRequest('v1/symbolConfig', params);
4056
}
4057
0 commit comments