Module types

Source
Expand description

Bithumb-specific types and structures

Structs§

FormatRequest
WebSocket subscription format
OrderbookResponse
WebSocket response format for orderbook data
OrderbookUnit
Individual price level in the orderbook
StatusMessage
Status message from WebSocket
SubscriptionRequest
WebSocket subscription request for Bithumb
TicketRequest
Ticket part of WebSocket request
TradeResponse
WebSocket response format for trade data

Enums§

BithumbMessageType
Message types for Bithumb WebSocket API
ChangeDirection
Change direction for price
StreamType
Stream types for Bithumb WebSocket messages
TradeSide
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)