Skip to content

Commit b40c60c

Browse files
committed
futuresConstituents url fixed
1 parent d6f1ef1 commit b40c60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-binance-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4221,7 +4221,7 @@ public function futuresConstituents(string $symbol)
42214221
'symbol' => $symbol,
42224222
'fapi' => true,
42234223
];
4224-
return $this->httpRequest("v1/indexInfo", 'GET', $parameters);
4224+
return $this->httpRequest("v1/constituents", 'GET', $parameters);
42254225
}
42264226

42274227
/**

0 commit comments

Comments
 (0)