Expand description
Bithumb-specific types and structures
Structs§
- Format
Request - WebSocket subscription format
- Orderbook
Response - WebSocket response format for orderbook data
- Orderbook
Unit - Individual price level in the orderbook
- Status
Message - Status message from WebSocket
- Subscription
Request - WebSocket subscription request for Bithumb
- Ticket
Request - Ticket part of WebSocket request
- Trade
Response - WebSocket response format for trade data
Enums§
- Bithumb
Message Type - Message types for Bithumb WebSocket API
- Change
Direction - Change direction for price
- Stream
Type - Stream types for Bithumb WebSocket messages
- Trade
Side - Trade side (Ask/Bid)
Constants§
- BITHUMB_
API_ URL - Bithumb REST API base URL
- BITHUMB_
PRIVATE_ WS_ URL - Bithumb Private WebSocket URL
- BITHUMB_
PUBLIC_ WS_ URL - Bithumb Public WebSocket URL (pubwss endpoint for public data)
- BITHUMB_
RATE_ LIMITS - Bithumb API rate limits
- BITHUMB_
WS_ URL - Bithumb Public WebSocket URL (ws-api endpoint)