add
This commit is contained in:
6
ccxt/abstract/hyperliquid.py
Normal file
6
ccxt/abstract/hyperliquid.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from ccxt.base.types import Entry
|
||||
|
||||
|
||||
class ImplicitAPI:
|
||||
public_post_info = publicPostInfo = Entry('info', 'public', 'POST', {'cost': 20, 'byType': {'l2Book': 2, 'allMids': 2, 'clearinghouseState': 2, 'orderStatus': 2, 'spotClearinghouseState': 2, 'exchangeStatus': 2, 'candleSnapshot': 4}})
|
||||
private_post_exchange = privatePostExchange = Entry('exchange', 'private', 'POST', {'cost': 1})
|
||||
Reference in New Issue
Block a user