Merged
Conversation
* feat: actions, use prod env * fix(action): rm prod env
* Added fetch_funding_rate to cryptocom * set fundingTimestamp to end of current hour * remove error ] * cr fixes * static tests * disable test in go/c# --------- Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>
* Add USDC support, add new endpoint PUT /g-orders/create * cr fixes * restore change * more usdc fixes * phemex cache --------- Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>
* chore: remove dev dep esmify * chore: update package-lock
…cxt#26499) * feat(hyperliquid): support non-usdc tokens for subaccount transfer * fix: USDC transfer when code is undefined * CR fixes --------- Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>
…liquid order signature error (ccxt#26521) * Update exchange_eth.go fix: exclude BrokerCode from msgpack to fix Hyperliquid order creation * remove brokerCode completely * add builder --------- Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>
* fix build errors * fix webpack warning and remove circular dependency --------- Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>
* ts type fixes * removed string from ohlcv timeframe param type * exchange files ts type fixes * tag test change to only take strings * kucoin and independentreserve withdraw test fix * withdraw tag type hibachi
* fix(c#): build warnings * fix tests
* removed GetRootException(ex) transpilation * ast-transpiler bump
* removed GetRootException(ex) transpilation * ast-transpiler bump * fix(go): extend headers from options * move log --------- Co-authored-by: caoilainnl <caoilainn.lynch@proton.me>
430de7c to
eef501a
Compare
kevin-riquena
approved these changes
Aug 7, 2025
marlon-chagas
approved these changes
Aug 7, 2025
bsoares
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.