Skip to content

Adding new currencies field 'type'#5

Merged
matheus-alcuri-foxbit merged 1 commit intomasterfrom
fetch-currencies-type
Jul 8, 2025
Merged

Adding new currencies field 'type'#5
matheus-alcuri-foxbit merged 1 commit intomasterfrom
fetch-currencies-type

Conversation

@matheus-alcuri-foxbit
Copy link
Copy Markdown

@matheus-alcuri-foxbit matheus-alcuri-foxbit commented Jul 8, 2025

Implemantation of type field to the fetchCurrencies method.

Passing JS tests:
image

Check on Python tests:
image
image

CCXT tests:
image

@matheus-alcuri-foxbit matheus-alcuri-foxbit marked this pull request as ready for review July 8, 2025 00:10
@matheus-alcuri-foxbit matheus-alcuri-foxbit self-assigned this Jul 8, 2025
@matheus-alcuri-foxbit matheus-alcuri-foxbit merged commit 0fae3b5 into master Jul 8, 2025
10 of 11 checks passed
matheus-alcuri-foxbit added a commit that referenced this pull request Jul 24, 2025
* Foxbit's CCXT integration (#3)

* Fixed foxbit in ts

* Fixed async functions ccxt

* Endpoint privates

* add endpoints

* Fixed currencies and markets

* Fixed timeframe

* Fixed call test foxbit

* Fixed new endpoints

* Fixed new endpoint

* Fixed endpoint Orderbook

* feat: add adjustments to tickers on fetchTicker and fetchTickers methods

* feat: create fetchOHLCV method

* feat: add integrations to fetchTrades and fetchBalance (private route)

* feat: add fetchOrder and fetchOrders

* feat: add cancelOrder

* feat: add fetchOpenOrders and fetchClosedOrders

* feat: enhance/fix fetchMyTrades

* feat: add fetchDepositAddress

* feat: add fetchDeposits

* feat: add fetchWithdrawals and fetchTransactions

* enhance: add more information to fetchCurrencies

* enhance: add more information to fetchMarkets

* fix: remove url encode from signature query string

* chore: remove resolved TODOs

* chore: remove non-sense TODO

* feat: remove unused clause

* feat: add tests to fetchTicker and fetchTickers

* fix: remove fetchCurrencies test

* feat: add tests to fetchOrderBook

* fix: remove huge response mocks

* feat: add OHLCV tests + fix

* feat: add fetchTrades tests + fix

* feat: add createOrder tests + fix on stop market

* feat: add cancelOrders tests

* feat: create fetchOrder tests

* feat: add fetchOrders tests

* feat: add fetchOpenOrders tests

* feat: add fetchClosedOrders tests

* feat: add fetchMyTrades tests

* feat: add fetchDeposits tests

* feat: add fetchWithdrawals tests

* feat: add fetchTransactions tests

* feat: add fetchDepositAddress tests

* feat: add cancelAllOrders method

* chore: organize has fields on config

* feat: remove fixed markets and currencies

* feat: add status route

* feat: add editOrder method

* feat: add withdraw route

* fix: sign only private requests

* feat: add docstrings

* fix: imports

* feat: add rate limit informations

* fix: build

* fix: remove consoles and change string type

* feat: add ws false

* fix: remove pro and certified options

* fix: remove foxbit from imports on ccxt.ts

* fix: very funny bug with a "Client" on docstring crashing the transpile

* feat: add currencies and markets statics

* feat: add networks to currencies route

* fix: all tests to pass

* feat: add post_only field

* fix: status call and remove comment

* fix: use milisseconds instead of now

* fix: remove object keys from array

* fix: hmac encode

* fix: parseOHLCV method

* fix: parse params to string to concatenate

* fix: tick size and logic to validate order type

* fix: details on ts implementation due wrong translation

* feat: add fetchTradingFees and fetchLedger methods

* fix: EOF

* fix: EOF

* fix: remove all safeValue references

* feat: add error handlers

* fix: precisionMode

* fix: tests

* fix: tests on python async

* feat: add missing static request tests

* fix: change indent size to 4

* feat: remove nested method calls

* feat: add many response tests to foxbit (missing 8)

* feat: finish all response tests

* fix: use parsed data instead of response.data directly

* feat: add type to fetchDepositAddress

* fix: new tests

* fix: new tests

* fix: new tests

* enhance: use parseMarkets instead of direct market parsing

* feat: move docs upwards

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: tests on ccxt

* fix: update input for order request tests

* fix: change direct claculation to use Precise

* fix: remove test mock

* feat: add safeTimeframe to avoid null

* feat: add maker/taker fees to markets structure

* feat: add features into foxbit's config

* feat: add features details on comments

* fix: remove empty line

* fix: remove comment at wrong place

* fix: logic with depth, to avoid passing null

* fix: return default limit to 20

* feat: map new order status PENDING_CANCEL

* feat: add sandbox mode, add more methods on has and add fields to parseOrder

* fix: tests

* fix: remove ternary (python transpile problem)

* fix: remove sandbox mode

* feat: add post-only orders support by time-in-force param

* fix: change createOrder received params + enhance order parsing to consider more fields

* fix: foxbit request static tests

* fix: foxbit's response tests

* feat: enhance networks mapping + withdrawal network support + use safe currencies structure

* feat: add createOrders method (create multiple orders in batch)

* fix: use safe methods instead of accessing params directly on createOrders

* fix: network code param on deposit address generation

* fix: send unified network on fetchDepositAddress

* fix: tests

---------

Co-authored-by: brunoneville31 <brunoneville31@gmail.com>

* Adding new currencies field 'type' (#5)

* trigger dummy change

* add test

* cr fixes

* add market

* use marketId instead

* add virtual method

* fix response tests

* add method to itnerface

* rm all safeFloat

* other fixes

---------

Co-authored-by: Theo Nejm <117743440+theonejm-fb@users.noreply.github.com>
Co-authored-by: brunoneville31 <brunoneville31@gmail.com>
Co-authored-by: Bruno Soares <github@bsoares.com>
Co-authored-by: matheus-alcuri-foxbit <109529128+matheus-alcuri-foxbit@users.noreply.github.com>
matheus-alcuri-foxbit added a commit that referenced this pull request Jul 24, 2025
* Foxbit's CCXT integration (#3)

* Fixed foxbit in ts

* Fixed async functions ccxt

* Endpoint privates

* add endpoints

* Fixed currencies and markets

* Fixed timeframe

* Fixed call test foxbit

* Fixed new endpoints

* Fixed new endpoint

* Fixed endpoint Orderbook

* feat: add adjustments to tickers on fetchTicker and fetchTickers methods

* feat: create fetchOHLCV method

* feat: add integrations to fetchTrades and fetchBalance (private route)

* feat: add fetchOrder and fetchOrders

* feat: add cancelOrder

* feat: add fetchOpenOrders and fetchClosedOrders

* feat: enhance/fix fetchMyTrades

* feat: add fetchDepositAddress

* feat: add fetchDeposits

* feat: add fetchWithdrawals and fetchTransactions

* enhance: add more information to fetchCurrencies

* enhance: add more information to fetchMarkets

* fix: remove url encode from signature query string

* chore: remove resolved TODOs

* chore: remove non-sense TODO

* feat: remove unused clause

* feat: add tests to fetchTicker and fetchTickers

* fix: remove fetchCurrencies test

* feat: add tests to fetchOrderBook

* fix: remove huge response mocks

* feat: add OHLCV tests + fix

* feat: add fetchTrades tests + fix

* feat: add createOrder tests + fix on stop market

* feat: add cancelOrders tests

* feat: create fetchOrder tests

* feat: add fetchOrders tests

* feat: add fetchOpenOrders tests

* feat: add fetchClosedOrders tests

* feat: add fetchMyTrades tests

* feat: add fetchDeposits tests

* feat: add fetchWithdrawals tests

* feat: add fetchTransactions tests

* feat: add fetchDepositAddress tests

* feat: add cancelAllOrders method

* chore: organize has fields on config

* feat: remove fixed markets and currencies

* feat: add status route

* feat: add editOrder method

* feat: add withdraw route

* fix: sign only private requests

* feat: add docstrings

* fix: imports

* feat: add rate limit informations

* fix: build

* fix: remove consoles and change string type

* feat: add ws false

* fix: remove pro and certified options

* fix: remove foxbit from imports on ccxt.ts

* fix: very funny bug with a "Client" on docstring crashing the transpile

* feat: add currencies and markets statics

* feat: add networks to currencies route

* fix: all tests to pass

* feat: add post_only field

* fix: status call and remove comment

* fix: use milisseconds instead of now

* fix: remove object keys from array

* fix: hmac encode

* fix: parseOHLCV method

* fix: parse params to string to concatenate

* fix: tick size and logic to validate order type

* fix: details on ts implementation due wrong translation

* feat: add fetchTradingFees and fetchLedger methods

* fix: EOF

* fix: EOF

* fix: remove all safeValue references

* feat: add error handlers

* fix: precisionMode

* fix: tests

* fix: tests on python async

* feat: add missing static request tests

* fix: change indent size to 4

* feat: remove nested method calls

* feat: add many response tests to foxbit (missing 8)

* feat: finish all response tests

* fix: use parsed data instead of response.data directly

* feat: add type to fetchDepositAddress

* fix: new tests

* fix: new tests

* fix: new tests

* enhance: use parseMarkets instead of direct market parsing

* feat: move docs upwards

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: tests on ccxt

* fix: update input for order request tests

* fix: change direct claculation to use Precise

* fix: remove test mock

* feat: add safeTimeframe to avoid null

* feat: add maker/taker fees to markets structure

* feat: add features into foxbit's config

* feat: add features details on comments

* fix: remove empty line

* fix: remove comment at wrong place

* fix: logic with depth, to avoid passing null

* fix: return default limit to 20

* feat: map new order status PENDING_CANCEL

* feat: add sandbox mode, add more methods on has and add fields to parseOrder

* fix: tests

* fix: remove ternary (python transpile problem)

* fix: remove sandbox mode

* feat: add post-only orders support by time-in-force param

* fix: change createOrder received params + enhance order parsing to consider more fields

* fix: foxbit request static tests

* fix: foxbit's response tests

* feat: enhance networks mapping + withdrawal network support + use safe currencies structure

* feat: add createOrders method (create multiple orders in batch)

* fix: use safe methods instead of accessing params directly on createOrders

* fix: network code param on deposit address generation

* fix: send unified network on fetchDepositAddress

* fix: tests

---------

Co-authored-by: brunoneville31 <brunoneville31@gmail.com>

* Adding new currencies field 'type' (#5)

* trigger dummy change

* add test

* cr fixes

* add market

* use marketId instead

* add virtual method

* fix response tests

* add method to itnerface

* rm all safeFloat

* other fixes

---------

Co-authored-by: Theo Nejm <117743440+theonejm-fb@users.noreply.github.com>
Co-authored-by: brunoneville31 <brunoneville31@gmail.com>
Co-authored-by: Bruno Soares <github@bsoares.com>
Co-authored-by: matheus-alcuri-foxbit <109529128+matheus-alcuri-foxbit@users.noreply.github.com>
matheus-alcuri-foxbit added a commit that referenced this pull request Jul 24, 2025
* Foxbit's CCXT integration (#3)

* Fixed foxbit in ts

* Fixed async functions ccxt

* Endpoint privates

* add endpoints

* Fixed currencies and markets

* Fixed timeframe

* Fixed call test foxbit

* Fixed new endpoints

* Fixed new endpoint

* Fixed endpoint Orderbook

* feat: add adjustments to tickers on fetchTicker and fetchTickers methods

* feat: create fetchOHLCV method

* feat: add integrations to fetchTrades and fetchBalance (private route)

* feat: add fetchOrder and fetchOrders

* feat: add cancelOrder

* feat: add fetchOpenOrders and fetchClosedOrders

* feat: enhance/fix fetchMyTrades

* feat: add fetchDepositAddress

* feat: add fetchDeposits

* feat: add fetchWithdrawals and fetchTransactions

* enhance: add more information to fetchCurrencies

* enhance: add more information to fetchMarkets

* fix: remove url encode from signature query string

* chore: remove resolved TODOs

* chore: remove non-sense TODO

* feat: remove unused clause

* feat: add tests to fetchTicker and fetchTickers

* fix: remove fetchCurrencies test

* feat: add tests to fetchOrderBook

* fix: remove huge response mocks

* feat: add OHLCV tests + fix

* feat: add fetchTrades tests + fix

* feat: add createOrder tests + fix on stop market

* feat: add cancelOrders tests

* feat: create fetchOrder tests

* feat: add fetchOrders tests

* feat: add fetchOpenOrders tests

* feat: add fetchClosedOrders tests

* feat: add fetchMyTrades tests

* feat: add fetchDeposits tests

* feat: add fetchWithdrawals tests

* feat: add fetchTransactions tests

* feat: add fetchDepositAddress tests

* feat: add cancelAllOrders method

* chore: organize has fields on config

* feat: remove fixed markets and currencies

* feat: add status route

* feat: add editOrder method

* feat: add withdraw route

* fix: sign only private requests

* feat: add docstrings

* fix: imports

* feat: add rate limit informations

* fix: build

* fix: remove consoles and change string type

* feat: add ws false

* fix: remove pro and certified options

* fix: remove foxbit from imports on ccxt.ts

* fix: very funny bug with a "Client" on docstring crashing the transpile

* feat: add currencies and markets statics

* feat: add networks to currencies route

* fix: all tests to pass

* feat: add post_only field

* fix: status call and remove comment

* fix: use milisseconds instead of now

* fix: remove object keys from array

* fix: hmac encode

* fix: parseOHLCV method

* fix: parse params to string to concatenate

* fix: tick size and logic to validate order type

* fix: details on ts implementation due wrong translation

* feat: add fetchTradingFees and fetchLedger methods

* fix: EOF

* fix: EOF

* fix: remove all safeValue references

* feat: add error handlers

* fix: precisionMode

* fix: tests

* fix: tests on python async

* feat: add missing static request tests

* fix: change indent size to 4

* feat: remove nested method calls

* feat: add many response tests to foxbit (missing 8)

* feat: finish all response tests

* fix: use parsed data instead of response.data directly

* feat: add type to fetchDepositAddress

* fix: new tests

* fix: new tests

* fix: new tests

* enhance: use parseMarkets instead of direct market parsing

* feat: move docs upwards

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: tests on ccxt

* fix: update input for order request tests

* fix: change direct claculation to use Precise

* fix: remove test mock

* feat: add safeTimeframe to avoid null

* feat: add maker/taker fees to markets structure

* feat: add features into foxbit's config

* feat: add features details on comments

* fix: remove empty line

* fix: remove comment at wrong place

* fix: logic with depth, to avoid passing null

* fix: return default limit to 20

* feat: map new order status PENDING_CANCEL

* feat: add sandbox mode, add more methods on has and add fields to parseOrder

* fix: tests

* fix: remove ternary (python transpile problem)

* fix: remove sandbox mode

* feat: add post-only orders support by time-in-force param

* fix: change createOrder received params + enhance order parsing to consider more fields

* fix: foxbit request static tests

* fix: foxbit's response tests

* feat: enhance networks mapping + withdrawal network support + use safe currencies structure

* feat: add createOrders method (create multiple orders in batch)

* fix: use safe methods instead of accessing params directly on createOrders

* fix: network code param on deposit address generation

* fix: send unified network on fetchDepositAddress

* fix: tests

---------

Co-authored-by: brunoneville31 <brunoneville31@gmail.com>

* Adding new currencies field 'type' (#5)

* trigger dummy change

* add test

* cr fixes

* add market

* use marketId instead

* add virtual method

* fix response tests

* add method to itnerface

* rm all safeFloat

* other fixes

---------

Co-authored-by: Theo Nejm <117743440+theonejm-fb@users.noreply.github.com>
Co-authored-by: brunoneville31 <brunoneville31@gmail.com>
Co-authored-by: Bruno Soares <github@bsoares.com>
Co-authored-by: matheus-alcuri-foxbit <109529128+matheus-alcuri-foxbit@users.noreply.github.com>
matheus-alcuri-foxbit added a commit that referenced this pull request Aug 7, 2025
* [Automated changes] GO files

* docs(hedge): createOrder param (ccxt#26393)

* docs(hedge): createorder param

* hedged update

* fix(bybit): spot tp/sl type 2 orders (ccxt#26394)

* fix(bybit): spot tp/sl type 2 orders

* add static test

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] C# files

* fix(coinbase): try map balance errors (ccxt#26395)

fix(coinbase): try map errors

* [Automated changes] JS files

* fix(okx): createOrder, omit tgtCcy param in edge case (ccxt#26382)

* fix(okx): createOrder, omit tgtCcy param in edge case

* add static test

* add static test

* fix and tests

* typo

* apply only to sell

* add tests

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* fix(htx): fetchFundingRateHistory pagination (ccxt#26396)

* fix(htx): fetchFundingRateHistory pagination

* fix tests

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] Python files

* [Automated changes] C# files

* [Automated changes] GO files

* chore(repo): remove file (ccxt#26390)

* chore(repo): remove phpunit remnant (ccxt#26392)

* [Automated changes] PHP files

* [Automated changes] Python files

* [Automated changes] C# files

* [Automated changes] GO files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* feat(okx): add static tests for balance (ccxt#26397)

* feat(okx): fetchBalance, enable negative balances (ccxt#26381)

* feat(okx): user recommended fix for negative balances

* add currency

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] C# files

* [Automated changes] GO files

* [Automated changes] 4.4.94

* fix(example): missing break ^ (ccxt#26406)

* fix(example): missing break

* typo

* coinbase leverage methods (ccxt#26405)

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* fix(go): run live-tests on the pipeline (ccxt#26400)

* fix(go): run live-tests on the pipeline

* remove cd Go/

* trigger build

* try dummy

* force all tests

* missing restore shared_env

* add useProxy flag

* update filterBY to support *sync.Map

* support nil

* update

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* Bitget isMarginTradingAllowed bug (ccxt#26412)

* go cli MapToSafeMap fix

* bitget isMarginTradingAllowed bug

* [Automated changes] JS files

* mexc(fix): add missing awaits (ccxt#26401)

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] Python files

* [Automated changes] C# files

* [Automated changes] GO files

* fix(cli): loading keys ^ (ccxt#26371)

fix(cli): loading keys

* [Automated changes] JS files

* [Automated changes] PHP files

* feat: schedule futures using microtasks in typescript and js (ccxt#26408)

* feat: schedule futures using microtasks in typescript and js

* add golang mock server utils

* bitstamp error mapping (ccxt#26417)

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* fix(blofin): fetchFundingRateHistory pagination (ccxt#26418)

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] GO files

* coinmate.has leverage methods (ccxt#26419)

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* feat: clean history in go/v4 (ccxt#26423)

* fix(bybit): fetchFundingHistory amount value (ccxt#26427)

* [Automated changes] JS files

* coinone.has leverage methods (ccxt#26429)

* [Automated changes] Python files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] C# files

* [Automated changes] GO files

* fix(exchange): tenary in python (ccxt#26433)

* fix(cs): fix case issue (ccxt#26432)

* [Automated changes] JS files

* fix(future): check if cancelled first (ccxt#26424)

* coinsph.has leverage methods (ccxt#26430)

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] C# files

* [Automated changes] PHP files

* fix(gate): fetchDeposits until conversion (ccxt#26434)

* [Automated changes] JS files

* fix(hyperliquid): candles RL fix (ccxt#26428)

* fix(hyperliquid): candles RL fix

* 2 to 3

* fix(hyperliquid): currency baseName (ccxt#26425)

* fix(hyperliquid): currency baseName

* fix id -> unified

* feat(woo): v3 apis (ccxt#26330)

* feat(woo): add apis

* feat(woo): update fetchStatus & static-tests

* feat(woo): update fetchTime & static-tests

* feat(woo): update fetchMarkets & static-tests

* feat(woo): update fetchTrades & static-tests

* feat(woo): update fetchOrderBook & static-tests

* feat(woo): update fetchOHLCV & static-tests

* feat(woo): update fetchFundingRate & fetchFundingRates & static-tests

* feat(woo): update fetchFundingRateHistory & static-tests

* feat(woo): add fetchTradingFee & static-tests

* feat(woo): update createOrder & static-tests

* feat(woo): update cancelOrder & static-tests

* feat(woo): update cancelAllOrders & static-tests

* fix(woo): v3 delete method using urlencoded

* feat(woo): update cancelAllOrdersAfter & static-tests

* feat(woo): update fetchOrder & static-tests

* feat(woo): update fetchOrders & static-tests

* feat(woo): update fetchOpenOrders & fetchClosedOrders & static-tests

* feat(woo): update fetchMyTrades & static-tests

* feat(woo): update fetchAccounts & static-tests

* feat(woo): update fetchDepositAddress & static-tests

* feat(woo): update fetchDepositsWithdrawals & fetchLedger & static-tests

* feat(woo): update fetchPositions & static-tests

* feat(woo): update fetchPosition & static-tests

* feat(woo): update fetchTransfers & static-tests

* feat(woo): update fetchFundingHistory & static-tests

* feat(woo): update setPositionMode & static-tests

* feat(woo): update fetchLeverage & static-tests

* feat(woo): update setLeverage & static-tests

* woo: update

* woo: update

* wooL update

* woo wrapper

* dummy

* fix test id

* ts abstract

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* [Automated changes] Python files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* [Automated changes] C# files

* [Automated changes] GO files

* [Automated changes] GO files

* bingx exchange currencies update (ccxt#26421)

* fetchCurrencies and fetchDepositWithdrawFees updated

* typo fixed

* update static markets

* trigger

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* fix(kraken) watchOrderBookForSymbols (ccxt#26422)

* Update kraken.ts

* fix limit key

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* fix(woo): go request tests (ccxt#26435)

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] C# files

* [Automated changes] PHP files

* [Automated changes] GO files

* feat(bingx): transfer, fetchTransfers, new endpoints and url (ccxt#26359)

* feat(bingx): add new endpoint and url

https://bingx-api.github.io/docs/#/en-us/common/account-api.html#Asset%20Transfer%20New

* feat(bingx): transfer method use new endpoint

New accountsByType:
```
fromAccount, fund:Funding Account spot:Spot Account, stdFutures:Standard Contract, coinMPerp:COIN-M Perpetual Future, USDTMPerp:Perpetual Future
```

* new endpoint in transfer method

* test(bingx): transfer static tests

* add more static tests

* feat(bingx): fetchTransfers, update endpoint and accountsByType

* update tests command

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* fix(go): missing go files (ccxt#26436)

* Fix go tests static (ccxt#26438)

* fix(go): missing go files

* tmp disable tests

* [Automated changes] GO files

* fix(build): go build command (ccxt#26439)

* [Automated changes] 4.4.95

* coinspot.has leverage methods (ccxt#26437)

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* feat: give option to return exchange headers in request (ccxt#26403)

* feat: give option to return exchange headers in request

* add manual

* add prop

* convert resp.header

* fix types

* fix cast

* add test for responseHeaders

* rm comment

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* fix(future): handle exception when future is cancelled (ccxt#26442)

* fix(tests): rm returnResponseheaders test (ccxt#26444)

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* fix(hyperliquid): refix limit rate (ccxt#26445)

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* fix(cs): add throttler Lock (ccxt#26452)

* fix(cs): add throttler Lock

* add multiThread test

* fix different issues (ccxt#26459)

* skip cryptomus ft

* woo market timestamp fix

* [Automated changes] JS files

* Bitget - fix 2 (ccxt#26454)

* fix(bitget) - reog of order parsing

* fix order size calculations

* test(bitget) - fix response

* und

* spot only

* rev

* refix bitget & static tests

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* GO-lang: reduce lib size (ccxt#26070)

* perf(go): dry up code 1

* array unsh

* generateImplicitAPi

* dummy: trigger build

* dry code

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* [Automated changes] GO files

* bybit, okx - unify fetchMarkets options (ccxt#26391)

* feat(okx): unify fetchhamarkets options

* fix(bybit): fetchMarkets options unification

* Update bybit.ts

* Update okx.ts

* add option to default

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] C# files

* Cryptomus has (ccxt#26461)

* coinspot.has leverage methods

* cryptomus.has leverage methods

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] GO files

* [Automated changes] PHP files

* [Automated changes] C# files

* chore(exchange): add test for invalid state for python future (ccxt#26457)

* chore(exchange): add test for inavlide state for python future

* added test

* fix(bitrue): fetchMarkets options (ccxt#26462)

* fix(bitrue): fetchMarkets options

* bitrue - upd2

* [Automated changes] JS files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] C# files

* mexc parseTransaction fix (ccxt#26470)

* [Automated changes] JS files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] C# files

* feat(go): add typed interface (ccxt#26466)

* feat(go): add typed interface [WIP]

* generate missing methods [wip]

* add missing type

* skip method

* latest updates

* rename IExchange -> ICoreExchange

* missing exchange

* update CLI

* generate typed interface

* cancelOrder fix type

* more types

* cancelAlLorders types

* more types fixes

* more fixes

* skip some methods and some fixes

* update typed interface

* fix typed method creation

* fix typed interface

* remove tuple

* rm import

* fix response tests

* add example

* update utils

* rm leftover

* python linting

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* removed delisted exchange cs and go files (ccxt#26476)

* removed delisted exchange cs and go files

* delete old files

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>

* Elippx has (ccxt#26474)

* coinspot.has leverage methods

* ellipx.has leverage methods

* [Automated changes] JS files

* [Automated changes] C# files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] GO files

* [Automated changes] C# files

* fix(go): transpiler single exchange (ccxt#26479)

* feat: add FoxBit (ccxt#26477)

* Foxbit's CCXT integration (#3)

* Fixed foxbit in ts

* Fixed async functions ccxt

* Endpoint privates

* add endpoints

* Fixed currencies and markets

* Fixed timeframe

* Fixed call test foxbit

* Fixed new endpoints

* Fixed new endpoint

* Fixed endpoint Orderbook

* feat: add adjustments to tickers on fetchTicker and fetchTickers methods

* feat: create fetchOHLCV method

* feat: add integrations to fetchTrades and fetchBalance (private route)

* feat: add fetchOrder and fetchOrders

* feat: add cancelOrder

* feat: add fetchOpenOrders and fetchClosedOrders

* feat: enhance/fix fetchMyTrades

* feat: add fetchDepositAddress

* feat: add fetchDeposits

* feat: add fetchWithdrawals and fetchTransactions

* enhance: add more information to fetchCurrencies

* enhance: add more information to fetchMarkets

* fix: remove url encode from signature query string

* chore: remove resolved TODOs

* chore: remove non-sense TODO

* feat: remove unused clause

* feat: add tests to fetchTicker and fetchTickers

* fix: remove fetchCurrencies test

* feat: add tests to fetchOrderBook

* fix: remove huge response mocks

* feat: add OHLCV tests + fix

* feat: add fetchTrades tests + fix

* feat: add createOrder tests + fix on stop market

* feat: add cancelOrders tests

* feat: create fetchOrder tests

* feat: add fetchOrders tests

* feat: add fetchOpenOrders tests

* feat: add fetchClosedOrders tests

* feat: add fetchMyTrades tests

* feat: add fetchDeposits tests

* feat: add fetchWithdrawals tests

* feat: add fetchTransactions tests

* feat: add fetchDepositAddress tests

* feat: add cancelAllOrders method

* chore: organize has fields on config

* feat: remove fixed markets and currencies

* feat: add status route

* feat: add editOrder method

* feat: add withdraw route

* fix: sign only private requests

* feat: add docstrings

* fix: imports

* feat: add rate limit informations

* fix: build

* fix: remove consoles and change string type

* feat: add ws false

* fix: remove pro and certified options

* fix: remove foxbit from imports on ccxt.ts

* fix: very funny bug with a "Client" on docstring crashing the transpile

* feat: add currencies and markets statics

* feat: add networks to currencies route

* fix: all tests to pass

* feat: add post_only field

* fix: status call and remove comment

* fix: use milisseconds instead of now

* fix: remove object keys from array

* fix: hmac encode

* fix: parseOHLCV method

* fix: parse params to string to concatenate

* fix: tick size and logic to validate order type

* fix: details on ts implementation due wrong translation

* feat: add fetchTradingFees and fetchLedger methods

* fix: EOF

* fix: EOF

* fix: remove all safeValue references

* feat: add error handlers

* fix: precisionMode

* fix: tests

* fix: tests on python async

* feat: add missing static request tests

* fix: change indent size to 4

* feat: remove nested method calls

* feat: add many response tests to foxbit (missing 8)

* feat: finish all response tests

* fix: use parsed data instead of response.data directly

* feat: add type to fetchDepositAddress

* fix: new tests

* fix: new tests

* fix: new tests

* enhance: use parseMarkets instead of direct market parsing

* feat: move docs upwards

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: tests on ccxt

* fix: update input for order request tests

* fix: change direct claculation to use Precise

* fix: remove test mock

* feat: add safeTimeframe to avoid null

* feat: add maker/taker fees to markets structure

* feat: add features into foxbit's config

* feat: add features details on comments

* fix: remove empty line

* fix: remove comment at wrong place

* fix: logic with depth, to avoid passing null

* fix: return default limit to 20

* feat: map new order status PENDING_CANCEL

* feat: add sandbox mode, add more methods on has and add fields to parseOrder

* fix: tests

* fix: remove ternary (python transpile problem)

* fix: remove sandbox mode

* feat: add post-only orders support by time-in-force param

* fix: change createOrder received params + enhance order parsing to consider more fields

* fix: foxbit request static tests

* fix: foxbit's response tests

* feat: enhance networks mapping + withdrawal network support + use safe currencies structure

* feat: add createOrders method (create multiple orders in batch)

* fix: use safe methods instead of accessing params directly on createOrders

* fix: network code param on deposit address generation

* fix: send unified network on fetchDepositAddress

* fix: tests

---------

Co-authored-by: brunoneville31 <brunoneville31@gmail.com>

* Adding new currencies field 'type' (#5)

* trigger dummy change

* add test

* cr fixes

* add market

* use marketId instead

* add virtual method

* fix response tests

* add method to itnerface

* rm all safeFloat

* other fixes

---------

Co-authored-by: Theo Nejm <117743440+theonejm-fb@users.noreply.github.com>
Co-authored-by: brunoneville31 <brunoneville31@gmail.com>
Co-authored-by: Bruno Soares <github@bsoares.com>
Co-authored-by: matheus-alcuri-foxbit <109529128+matheus-alcuri-foxbit@users.noreply.github.com>

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* fix(go): return pointer instead of struct with NewX() (ccxt#26481)

* fix(go): return pointer instead of struct with NewX()

* fix types

* fix(cli): make import error more clear (ccxt#26482)

* [Automated changes] GO files

* feat(paradex): add cancelReason (ccxt#26485)

* feat(paradex): add cancelReason

* fix certify flag

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] C# files

* [Automated changes] 4.4.96

* feat(base) - calculateFeeWithRate (ccxt#23439)

* feat(base) - calculateFeeWithRate

* doc

* Update Exchange.ts

* Update Exchange.ts

* Update Exchange.ts

* Update Manual.md

* docs(template): shorter preamble (ccxt#26286)

* docs(template): shorter preamble

* update templates & contributing.md

* minor

* minor

* minor

* order

* min

* min-2

* min

* min2

* remove code-block

* minor

* Update BUG_REPORT.yml

* minor

* minor

* wording

* Update BUG_REPORT.yml

* Update BUG_REPORT.yml

* [Automated changes] JS files

* hashkey.has - leverage methods (ccxt#26488)

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] C# files

* [Automated changes] GO files

* [Automated changes] Python files

* fix(base): types for fetchDepositWithdrawFee && fetchDepositWithdrawFees (ccxt#26486)

* [Automated changes] JS files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] C# files

* fix(binance): fetchMarkets options (ccxt#26463)

* fix(binance): market options types

* refactor(binancecoinm): fetchMarkets types options

* refactor(binanceus): fetchMarkets types

* refactor(binanceusdm): fetchMarkets types

* refactor(binancecoinm): ws fetchMarkets options

* refactor(binanceus): ws fetchMarkets options

* refactor(binanceusdm): ws fetchMarkets options

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] C# files

* fix(foxbit): update logo (ccxt#26490)

* [Automated changes] JS files

* [Automated changes] Python files

* [Automated changes] PHP files

* [Automated changes] GO files

* [Automated changes] C# files

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: T. Todua <7117978+ttodua@users.noreply.github.com>
Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>
Co-authored-by: Dan <83686770+Dan-krm@users.noreply.github.com>
Co-authored-by: Sam Germain <sam.germain@usask.ca>
Co-authored-by: caoilainnl <caoilainn.lynch@proton.me>
Co-authored-by: profyverya <39007853+profyverya@users.noreply.github.com>
Co-authored-by: Pablo Criado-Perez <pablo@criadoperez.com>
Co-authored-by: ndubel <38309641+ndubel@users.noreply.github.com>
Co-authored-by: Peter Lai <alk03073135@gmail.com>
Co-authored-by: yzh-pelle <81404729+yzh-pelle@users.noreply.github.com>
Co-authored-by: CH-EdwinB <121802024+CH-EdwinB@users.noreply.github.com>
Co-authored-by: Theo Nejm <117743440+theonejm-fb@users.noreply.github.com>
Co-authored-by: brunoneville31 <brunoneville31@gmail.com>
Co-authored-by: Bruno Soares <github@bsoares.com>
matheus-alcuri-foxbit pushed a commit that referenced this pull request Aug 7, 2025
* add hibachi

* Implement fetchCurrencies (#2)

* fetchCurrencies

* fix typo

* fetchBalance (#3)

* Implement `fetchTicker` (#5)

* impl

* pass market as param

* whitespace

* change to string

* [ENG-5178] Public - Market Data - fetchTrades (#4)

* save

* save

* Update hibachi.ts

* create and cancel order (#7)

* editOrder (#10)

* improve signature (ccxt#11)

* Implement `fetchOrderBook` (#9)

* wip

* impl

* example

* fix

* include ts

* camelCase

* withdraw (ccxt#12)

* Implement `fetchTradingFees` (ccxt#13)

* impl

* forgot to push

* boolean change

* simplify trading fees logic

* Revert "simplify trading fees logic"

This reverts commit 027b019.

* change hardcoded fees

* Revert "change hardcoded fees"

This reverts commit d82c7ab.

* Support signature for exchange managed account (ccxt#14)

* Support exchange managed account

* Implement `fetchTradingFees` (ccxt#13)

* impl

* forgot to push

* boolean change

* simplify trading fees logic

* Revert "simplify trading fees logic"

This reverts commit 027b019.

* change hardcoded fees

* Revert "change hardcoded fees"

This reverts commit d82c7ab.

---------

Co-authored-by: vincent-hibachi-xyz <vincent@hibachi.xyz>

* fetchMyTrades (ccxt#15)

* Implement `fetchDepositAddress` (ccxt#16)

* impl

* change network + currency codes

* add note for deposit address

* add required credentials check

* [Eng-5154] implement fetch ohlcv (#8)

* draft

* fix

* Update hibachi-example.ts

* Delete examples/js/hibachi-example.js

* address comment

* Update hibachi.ts

* address comment

* Implement fetchLedger (ccxt#19)

* fetchLedger

* update examples

* Yang/eng 5185 private history fetch order (ccxt#18)

* Update hibachi.ts

* Update hibachi.ts

* fix

* save

* Update hibachi.ts

* Update hibachi.ts

* Update hibachi-example.ts

* Update hibachi.ts

* error handling and settings (ccxt#21)

* Implement `fetchOpenOrders` (ccxt#17)

* wip

* abstract

* impl

* whitespace fix

* make symbol optional in documentaiton

* add trigger price

* advanced order (ccxt#22)

* changebase fee (ccxt#23)

* Implement `fetchDeposits` and `fetchWithdrawals` (ccxt#20)

* wip

* impl

* add safeCurrency

* change type to list

* transaction parsing

* typo

* fixes

* add extend param

* add transaction type deposit and withdrawal

* fix unit tests

* address feedback (ccxt#24)

* add tests and some small fixes

* add logo

* add ref

* add fetchPositions test

* fetchTime

* fetchOpenInterest

* fix typo

* fetchFundingRate

* fetchFundingRateHistory

* cancelAllOrders

* cancelOrders

* createOrders

* editOrders

* rename

* update accountId

* fix return type

* skip keys

* fix c# header problem

* skip some c# tests

* fix response tests

* add accountId

* update intTobase16

* fix c# tests

* update import

* tmp disable go test

* try encode

* fix several issues

* fix padStart issue

* fix php

* skip test

* add info key

---------

Co-authored-by: Gaoyuan Chen <gaoyuan@hibachi.xyz>
Co-authored-by: gaoyuan-hibachi-xyz <158541870+gaoyuan-hibachi-xyz@users.noreply.github.com>
Co-authored-by: vincent-hibachi-xyz <vincent@hibachi.xyz>
Co-authored-by: yang-hibachi-xyz <yang@hibachi.xyz>
matheus-alcuri-foxbit added a commit that referenced this pull request Aug 7, 2025
* Foxbit's CCXT integration (#3)

* Fixed foxbit in ts

* Fixed async functions ccxt

* Endpoint privates

* add endpoints

* Fixed currencies and markets

* Fixed timeframe

* Fixed call test foxbit

* Fixed new endpoints

* Fixed new endpoint

* Fixed endpoint Orderbook

* feat: add adjustments to tickers on fetchTicker and fetchTickers methods

* feat: create fetchOHLCV method

* feat: add integrations to fetchTrades and fetchBalance (private route)

* feat: add fetchOrder and fetchOrders

* feat: add cancelOrder

* feat: add fetchOpenOrders and fetchClosedOrders

* feat: enhance/fix fetchMyTrades

* feat: add fetchDepositAddress

* feat: add fetchDeposits

* feat: add fetchWithdrawals and fetchTransactions

* enhance: add more information to fetchCurrencies

* enhance: add more information to fetchMarkets

* fix: remove url encode from signature query string

* chore: remove resolved TODOs

* chore: remove non-sense TODO

* feat: remove unused clause

* feat: add tests to fetchTicker and fetchTickers

* fix: remove fetchCurrencies test

* feat: add tests to fetchOrderBook

* fix: remove huge response mocks

* feat: add OHLCV tests + fix

* feat: add fetchTrades tests + fix

* feat: add createOrder tests + fix on stop market

* feat: add cancelOrders tests

* feat: create fetchOrder tests

* feat: add fetchOrders tests

* feat: add fetchOpenOrders tests

* feat: add fetchClosedOrders tests

* feat: add fetchMyTrades tests

* feat: add fetchDeposits tests

* feat: add fetchWithdrawals tests

* feat: add fetchTransactions tests

* feat: add fetchDepositAddress tests

* feat: add cancelAllOrders method

* chore: organize has fields on config

* feat: remove fixed markets and currencies

* feat: add status route

* feat: add editOrder method

* feat: add withdraw route

* fix: sign only private requests

* feat: add docstrings

* fix: imports

* feat: add rate limit informations

* fix: build

* fix: remove consoles and change string type

* feat: add ws false

* fix: remove pro and certified options

* fix: remove foxbit from imports on ccxt.ts

* fix: very funny bug with a "Client" on docstring crashing the transpile

* feat: add currencies and markets statics

* feat: add networks to currencies route

* fix: all tests to pass

* feat: add post_only field

* fix: status call and remove comment

* fix: use milisseconds instead of now

* fix: remove object keys from array

* fix: hmac encode

* fix: parseOHLCV method

* fix: parse params to string to concatenate

* fix: tick size and logic to validate order type

* fix: details on ts implementation due wrong translation

* feat: add fetchTradingFees and fetchLedger methods

* fix: EOF

* fix: EOF

* fix: remove all safeValue references

* feat: add error handlers

* fix: precisionMode

* fix: tests

* fix: tests on python async

* feat: add missing static request tests

* fix: change indent size to 4

* feat: remove nested method calls

* feat: add many response tests to foxbit (missing 8)

* feat: finish all response tests

* fix: use parsed data instead of response.data directly

* feat: add type to fetchDepositAddress

* fix: new tests

* fix: new tests

* fix: new tests

* enhance: use parseMarkets instead of direct market parsing

* feat: move docs upwards

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: PHP transpile

* fix: tests on ccxt

* fix: update input for order request tests

* fix: change direct claculation to use Precise

* fix: remove test mock

* feat: add safeTimeframe to avoid null

* feat: add maker/taker fees to markets structure

* feat: add features into foxbit's config

* feat: add features details on comments

* fix: remove empty line

* fix: remove comment at wrong place

* fix: logic with depth, to avoid passing null

* fix: return default limit to 20

* feat: map new order status PENDING_CANCEL

* feat: add sandbox mode, add more methods on has and add fields to parseOrder

* fix: tests

* fix: remove ternary (python transpile problem)

* fix: remove sandbox mode

* feat: add post-only orders support by time-in-force param

* fix: change createOrder received params + enhance order parsing to consider more fields

* fix: foxbit request static tests

* fix: foxbit's response tests

* feat: enhance networks mapping + withdrawal network support + use safe currencies structure

* feat: add createOrders method (create multiple orders in batch)

* fix: use safe methods instead of accessing params directly on createOrders

* fix: network code param on deposit address generation

* fix: send unified network on fetchDepositAddress

* fix: tests

---------

Co-authored-by: brunoneville31 <brunoneville31@gmail.com>

* Adding new currencies field 'type' (#5)

* trigger dummy change

* add test

* cr fixes

* add market

* use marketId instead

* add virtual method

* fix response tests

* add method to itnerface

* rm all safeFloat

* other fixes

---------

Co-authored-by: Theo Nejm <117743440+theonejm-fb@users.noreply.github.com>
Co-authored-by: brunoneville31 <brunoneville31@gmail.com>
Co-authored-by: Bruno Soares <github@bsoares.com>
Co-authored-by: matheus-alcuri-foxbit <109529128+matheus-alcuri-foxbit@users.noreply.github.com>
matheus-alcuri-foxbit pushed a commit that referenced this pull request Aug 7, 2025
* add hibachi

* Implement fetchCurrencies (#2)

* fetchCurrencies

* fix typo

* fetchBalance (#3)

* Implement `fetchTicker` (#5)

* impl

* pass market as param

* whitespace

* change to string

* [ENG-5178] Public - Market Data - fetchTrades (#4)

* save

* save

* Update hibachi.ts

* create and cancel order (#7)

* editOrder (#10)

* improve signature (ccxt#11)

* Implement `fetchOrderBook` (#9)

* wip

* impl

* example

* fix

* include ts

* camelCase

* withdraw (ccxt#12)

* Implement `fetchTradingFees` (ccxt#13)

* impl

* forgot to push

* boolean change

* simplify trading fees logic

* Revert "simplify trading fees logic"

This reverts commit 027b019.

* change hardcoded fees

* Revert "change hardcoded fees"

This reverts commit d82c7ab.

* Support signature for exchange managed account (ccxt#14)

* Support exchange managed account

* Implement `fetchTradingFees` (ccxt#13)

* impl

* forgot to push

* boolean change

* simplify trading fees logic

* Revert "simplify trading fees logic"

This reverts commit 027b019.

* change hardcoded fees

* Revert "change hardcoded fees"

This reverts commit d82c7ab.

---------

Co-authored-by: vincent-hibachi-xyz <vincent@hibachi.xyz>

* fetchMyTrades (ccxt#15)

* Implement `fetchDepositAddress` (ccxt#16)

* impl

* change network + currency codes

* add note for deposit address

* add required credentials check

* [Eng-5154] implement fetch ohlcv (#8)

* draft

* fix

* Update hibachi-example.ts

* Delete examples/js/hibachi-example.js

* address comment

* Update hibachi.ts

* address comment

* Implement fetchLedger (ccxt#19)

* fetchLedger

* update examples

* Yang/eng 5185 private history fetch order (ccxt#18)

* Update hibachi.ts

* Update hibachi.ts

* fix

* save

* Update hibachi.ts

* Update hibachi.ts

* Update hibachi-example.ts

* Update hibachi.ts

* error handling and settings (ccxt#21)

* Implement `fetchOpenOrders` (ccxt#17)

* wip

* abstract

* impl

* whitespace fix

* make symbol optional in documentaiton

* add trigger price

* advanced order (ccxt#22)

* changebase fee (ccxt#23)

* Implement `fetchDeposits` and `fetchWithdrawals` (ccxt#20)

* wip

* impl

* add safeCurrency

* change type to list

* transaction parsing

* typo

* fixes

* add extend param

* add transaction type deposit and withdrawal

* fix unit tests

* address feedback (ccxt#24)

* add tests and some small fixes

* add logo

* add ref

* add fetchPositions test

* fetchTime

* fetchOpenInterest

* fix typo

* fetchFundingRate

* fetchFundingRateHistory

* cancelAllOrders

* cancelOrders

* createOrders

* editOrders

* rename

* update accountId

* fix return type

* skip keys

* fix c# header problem

* skip some c# tests

* fix response tests

* add accountId

* update intTobase16

* fix c# tests

* update import

* tmp disable go test

* try encode

* fix several issues

* fix padStart issue

* fix php

* skip test

* add info key

---------

Co-authored-by: Gaoyuan Chen <gaoyuan@hibachi.xyz>
Co-authored-by: gaoyuan-hibachi-xyz <158541870+gaoyuan-hibachi-xyz@users.noreply.github.com>
Co-authored-by: vincent-hibachi-xyz <vincent@hibachi.xyz>
Co-authored-by: yang-hibachi-xyz <yang@hibachi.xyz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants