Skip to content

event-streaming-2#2

Draft
ttodua wants to merge 4 commits intopcriadoperez:event-streamingfrom
ttodua:event-streaming
Draft

event-streaming-2#2
ttodua wants to merge 4 commits intopcriadoperez:event-streamingfrom
ttodua:event-streaming

Conversation

@ttodua
Copy link

@ttodua ttodua commented Mar 19, 2024

No description provided.

this.streamProduce ('trades', result);
}
}

Copy link
Author

Choose a reason for hiding this comment

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

from this method, we can easily manage, change, add, remove the streams, and no need to update 100 exchanges on each time

pcriadoperez pushed a commit that referenced this pull request Aug 10, 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 (ccxt#7)

* editOrder (ccxt#10)

* improve signature (ccxt#11)

* Implement `fetchOrderBook` (ccxt#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 (ccxt#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>
pcriadoperez pushed a commit that referenced this pull request Feb 1, 2026
…ge property descriptions (ccxt#27576)

* Fix documentation for fetchMarkets return type (#1)

Clarify that fetchMarkets returns an array of Market objects as defined by the Market structure, addressing issue ccxt#27491 which noted that the documentation mentioned 'Array of object' but didn't specify that the object is Market.

* Clarify rateLimit documentation (#2)

Update documentation to clearly explain what the rateLimit value represents:
- It is the number of milliseconds to wait between consecutive requests
- For example, if rateLimit is 1000, it means 1 request per second is allowed
This addresses issue ccxt#24556 which noted that the documentation didn't clearly define what the rateLimit number means.

* docs: add anchor link to market structure definition

---------

Co-authored-by: Bryan Nuñez <149286981+cryptoganster@users.noreply.github.com>
Co-authored-by: Igor Kroitor <igor.kroitor@gmail.com>
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.

1 participant