Skip to main content

Module consts

Module consts 

Source

Constants§

ACCOUNTS_PAGE_LIMIT
Maximum page size accepted by Coinbase’s /accounts endpoint.
COINBASE
HTTP_TIMEOUT
JWT_EXPIRY_SECS
Coinbase requires JWT regeneration within 2 minutes
JWT_ISSUER
ORDER_CONFIG_BASE_SIZE
ORDER_CONFIG_END_TIME
ORDER_CONFIG_LIMIT_FOK
ORDER_CONFIG_LIMIT_GTC
ORDER_CONFIG_LIMIT_GTD
ORDER_CONFIG_LIMIT_PRICE
ORDER_CONFIG_MARKET_IOC
ORDER_CONFIG_POST_ONLY
ORDER_CONFIG_QUOTE_SIZE
ORDER_CONFIG_STOP_LIMIT_GTC
ORDER_CONFIG_STOP_LIMIT_GTD
ORDER_CONFIG_STOP_PRICE
ORDER_STATUS_OPEN
order_status filter value for Coinbase’s /orders/historical/batch endpoint; selects orders the venue considers OPEN.
RECONNECT_BACKOFF_FACTOR
RECONNECT_BASE_BACKOFF
RECONNECT_JITTER_MS
RECONNECT_MAX_BACKOFF
RECONNECT_TIMEOUT
REST_API_PATH
REST_URL
REST_URL_SANDBOX
WS_DISCONNECT_TIMEOUT
Maximum time the client waits for the feed handler task to drain on disconnect before forcibly aborting.
WS_HEARTBEAT_SECS
WebSocket control-frame ping interval, in seconds.
WS_SUBSCRIBE_DEADLINE
Coinbase disconnects if no subscription within 5 seconds
WS_URL
WS_URL_SANDBOX
WS_USER_URL
WS_USER_URL_SANDBOX

Statics§

COINBASE_VENUE