mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Merge bfxapi.rest.types and bfxapi.websocket.types in bfxapi.tests sub-package.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# python -c "import examples.rest.public.trades"
|
||||
|
||||
from typing import List
|
||||
|
||||
from bfxapi import Client, PUB_REST_HOST
|
||||
from bfxapi.types import TradingPairTrade, FundingCurrencyTrade
|
||||
from bfxapi.rest.enums import Sort
|
||||
from bfxapi.rest.types import List, TradingPairTrade, FundingCurrencyTrade
|
||||
|
||||
bfx = Client(rest_host=PUB_REST_HOST)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user