Skip to content

Commit

Permalink
Feature/2024.01.16 fix symbols v2 (#55)
Browse files Browse the repository at this point in the history
* feat: fix sybomls v2 demo

* feat: fix sybomls v2 demo

* feat: fix sybomls v2 demo
  • Loading branch information
GannicusZhou authored Jan 29, 2024
1 parent 9d9d71d commit 09770f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rest/Market/Symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ exports.getMarketList = async function getMarketList() {
* - {String} market [Optional] The trading market.
* @return {Object} { code, success, data }
*/
exports.getSymbolsList = async function getSymbolsList({
market = "BTC",
} = {}) {
exports.getSymbolsList = async function getSymbolsList({ market = undefined } = {}) {
return await Http().GET("/api/v2/symbols", {
market,
});
Expand Down

0 comments on commit 09770f6

Please sign in to comment.