Skip to content

feat(bingx): fetchMarketLeverageTiers added#27640

Merged
carlosmiei merged 5 commits intoccxt:masterfrom
yzh-pelle:bingx-fetchMarketLeverageTiers
Jan 7, 2026
Merged

feat(bingx): fetchMarketLeverageTiers added#27640
carlosmiei merged 5 commits intoccxt:masterfrom
yzh-pelle:bingx-fetchMarketLeverageTiers

Conversation

@yzh-pelle
Copy link
Contributor

No description provided.

@yzh-pelle yzh-pelle self-assigned this Jan 7, 2026
@yzh-pelle yzh-pelle marked this pull request as ready for review January 7, 2026 13:53
const tierString = this.safeString (tier, 'tier');
const tierParts = tierString.split (' ');
tiers.push ({
'tier': this.safeNumber (tierParts, 1),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yzh-pelle can't we check market from symbol in response? right now we're relying on market being available

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@carlosmiei carlosmiei merged commit 5338214 into ccxt:master Jan 7, 2026
11 checks passed
@yzh-pelle yzh-pelle deleted the bingx-fetchMarketLeverageTiers branch January 8, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants