11docs/Account.md
22docs/AccountApi.md
33docs/AccountApiKeys.md
4+ docs/AccountLimits.md
5+ docs/AccountMarginStats.md
46docs/AccountMarketStats.md
57docs/AccountMetadata.md
8+ docs/AccountMetadatas.md
69docs/AccountPnL.md
710docs/AccountPosition.md
811docs/AccountStats.md
9- docs/Accounts.md
12+ docs/AccountTradeStats.md
13+ docs/Announcement.md
14+ docs/AnnouncementApi.md
15+ docs/Announcements.md
1016docs/ApiKey.md
1117docs/Block.md
1218docs/BlockApi.md
1319docs/Blocks.md
20+ docs/BridgeApi.md
1421docs/BridgeSupportedNetwork.md
1522docs/Candlestick.md
1623docs/CandlestickApi.md
@@ -26,16 +33,22 @@ docs/DetailedAccounts.md
2633docs/DetailedCandlestick.md
2734docs/EnrichedTx.md
2835docs/ExchangeStats.md
29- docs/FeeBucket .md
36+ docs/ExportData .md
3037docs/Funding.md
38+ docs/FundingApi.md
39+ docs/FundingRate.md
40+ docs/FundingRates.md
3141docs/Fundings.md
3242docs/InfoApi.md
33- docs/IsWhitelisted .md
43+ docs/L1Metadata .md
3444docs/L1ProviderInfo.md
35- docs/Layer2BasicInfo .md
45+ docs/LiqTrade .md
3646docs/Liquidation.md
47+ docs/LiquidationInfo.md
48+ docs/LiquidationInfos.md
3749docs/MarketInfo.md
3850docs/NextNonce.md
51+ docs/NotificationApi.md
3952docs/Order.md
4053docs/OrderApi.md
4154docs/OrderBook.md
@@ -47,17 +60,23 @@ docs/OrderBookStats.md
4760docs/OrderBooks.md
4861docs/Orders.md
4962docs/PnLEntry.md
63+ docs/PositionFunding.md
64+ docs/PositionFundings.md
5065docs/PriceLevel.md
5166docs/PublicPool.md
5267docs/PublicPoolInfo.md
5368docs/PublicPoolShare.md
5469docs/PublicPools.md
70+ docs/ReferralApi.md
71+ docs/ReferralPointEntry.md
72+ docs/ReferralPoints.md
73+ docs/ReqExportData.md
5574docs/ReqGetAccount.md
56- docs/ReqGetAccountActiveOrders.md
5775docs/ReqGetAccountApiKeys.md
5876docs/ReqGetAccountByL1Address.md
5977docs/ReqGetAccountInactiveOrders.md
60- docs/ReqGetAccountOrders.md
78+ docs/ReqGetAccountLimits.md
79+ docs/ReqGetAccountMetadata.md
6180docs/ReqGetAccountPendingTxs.md
6281docs/ReqGetAccountPnL.md
6382docs/ReqGetAccountTxs.md
@@ -66,24 +85,36 @@ docs/ReqGetBlockTxs.md
6685docs/ReqGetByAccount.md
6786docs/ReqGetCandlesticks.md
6887docs/ReqGetDepositHistory.md
69- docs/ReqGetFeeBucket .md
88+ docs/ReqGetFastWithdrawInfo .md
7089docs/ReqGetFundings.md
90+ docs/ReqGetL1Metadata.md
7191docs/ReqGetL1Tx.md
7292docs/ReqGetLatestDeposit.md
93+ docs/ReqGetLiquidationInfos.md
7394docs/ReqGetNextNonce.md
7495docs/ReqGetOrderBookDetails.md
7596docs/ReqGetOrderBookOrders.md
7697docs/ReqGetOrderBooks.md
98+ docs/ReqGetPositionFunding.md
7799docs/ReqGetPublicPools.md
78100docs/ReqGetRangeWithCursor.md
79101docs/ReqGetRangeWithIndex.md
80102docs/ReqGetRangeWithIndexSortable.md
81103docs/ReqGetRecentTrades.md
104+ docs/ReqGetReferralPoints.md
82105docs/ReqGetTrades.md
106+ docs/ReqGetTransferFeeInfo.md
107+ docs/ReqGetTransferHistory.md
83108docs/ReqGetTx.md
84109docs/ReqGetWithdrawHistory.md
85- docs/ReqIsWhitelisted.md
110+ docs/RespChangeAccountTier.md
111+ docs/RespGetFastBridgeInfo.md
112+ docs/RespSendTx.md
113+ docs/RespSendTxBatch.md
114+ docs/RespWithdrawalDelay.md
86115docs/ResultCode.md
116+ docs/RiskInfo.md
117+ docs/RiskParameters.md
87118docs/RootApi.md
88119docs/SimpleOrder.md
89120docs/Status.md
@@ -92,21 +123,30 @@ docs/Ticker.md
92123docs/Trade.md
93124docs/Trades.md
94125docs/TransactionApi.md
126+ docs/TransferFeeInfo.md
127+ docs/TransferHistory.md
128+ docs/TransferHistoryItem.md
95129docs/Tx.md
96130docs/TxHash.md
97131docs/TxHashes.md
98132docs/Txs.md
99133docs/ValidatorInfo.md
100134docs/WithdrawHistory.md
101- docs/WithdrawHistoryCursor.md
102135docs/WithdrawHistoryItem.md
103136docs/ZkLighterInfo.md
137+ git_push.sh
138+ lighter/__init__.py
104139lighter/api/__init__.py
105140lighter/api/account_api.py
141+ lighter/api/announcement_api.py
106142lighter/api/block_api.py
143+ lighter/api/bridge_api.py
107144lighter/api/candlestick_api.py
145+ lighter/api/funding_api.py
108146lighter/api/info_api.py
147+ lighter/api/notification_api.py
109148lighter/api/order_api.py
149+ lighter/api/referral_api.py
110150lighter/api/root_api.py
111151lighter/api/transaction_api.py
112152lighter/api_client.py
@@ -116,50 +156,145 @@ lighter/exceptions.py
116156lighter/models/__init__.py
117157lighter/models/account.py
118158lighter/models/account_api_keys.py
159+ lighter/models/account_limits.py
160+ lighter/models/account_margin_stats.py
161+ lighter/models/account_market_stats.py
162+ lighter/models/account_metadata.py
163+ lighter/models/account_metadatas.py
119164lighter/models/account_pn_l.py
120165lighter/models/account_position.py
166+ lighter/models/account_stats.py
167+ lighter/models/account_trade_stats.py
168+ lighter/models/announcement.py
169+ lighter/models/announcements.py
121170lighter/models/api_key.py
122171lighter/models/block.py
123172lighter/models/blocks.py
173+ lighter/models/bridge_supported_network.py
124174lighter/models/candlestick.py
125175lighter/models/candlesticks.py
176+ lighter/models/contract_address.py
126177lighter/models/current_height.py
178+ lighter/models/cursor.py
127179lighter/models/daily_return.py
128180lighter/models/deposit_history.py
129181lighter/models/deposit_history_item.py
130182lighter/models/detailed_account.py
131183lighter/models/detailed_accounts.py
184+ lighter/models/detailed_candlestick.py
132185lighter/models/enriched_tx.py
133186lighter/models/exchange_stats.py
134- lighter/models/fee_bucket .py
187+ lighter/models/export_data .py
135188lighter/models/funding.py
189+ lighter/models/funding_rate.py
190+ lighter/models/funding_rates.py
136191lighter/models/fundings.py
137- lighter/models/layer2_basic_info.py
192+ lighter/models/l1_metadata.py
193+ lighter/models/l1_provider_info.py
194+ lighter/models/liq_trade.py
195+ lighter/models/liquidation.py
196+ lighter/models/liquidation_info.py
197+ lighter/models/liquidation_infos.py
198+ lighter/models/market_info.py
138199lighter/models/next_nonce.py
139200lighter/models/order.py
140201lighter/models/order_book.py
202+ lighter/models/order_book_depth.py
141203lighter/models/order_book_detail.py
142204lighter/models/order_book_details.py
143205lighter/models/order_book_orders.py
144206lighter/models/order_book_stats.py
145207lighter/models/order_books.py
146208lighter/models/orders.py
147209lighter/models/pn_l_entry.py
210+ lighter/models/position_funding.py
211+ lighter/models/position_fundings.py
212+ lighter/models/price_level.py
148213lighter/models/public_pool.py
149214lighter/models/public_pool_info.py
150215lighter/models/public_pool_share.py
151216lighter/models/public_pools.py
217+ lighter/models/referral_point_entry.py
218+ lighter/models/referral_points.py
219+ lighter/models/req_export_data.py
220+ lighter/models/req_get_account.py
221+ lighter/models/req_get_account_api_keys.py
222+ lighter/models/req_get_account_by_l1_address.py
223+ lighter/models/req_get_account_inactive_orders.py
224+ lighter/models/req_get_account_limits.py
225+ lighter/models/req_get_account_metadata.py
226+ lighter/models/req_get_account_pending_txs.py
227+ lighter/models/req_get_account_pn_l.py
228+ lighter/models/req_get_account_txs.py
229+ lighter/models/req_get_block.py
230+ lighter/models/req_get_block_txs.py
231+ lighter/models/req_get_by_account.py
232+ lighter/models/req_get_candlesticks.py
233+ lighter/models/req_get_deposit_history.py
234+ lighter/models/req_get_fast_withdraw_info.py
235+ lighter/models/req_get_fundings.py
236+ lighter/models/req_get_l1_metadata.py
237+ lighter/models/req_get_l1_tx.py
238+ lighter/models/req_get_latest_deposit.py
239+ lighter/models/req_get_liquidation_infos.py
240+ lighter/models/req_get_next_nonce.py
241+ lighter/models/req_get_order_book_details.py
242+ lighter/models/req_get_order_book_orders.py
243+ lighter/models/req_get_order_books.py
244+ lighter/models/req_get_position_funding.py
245+ lighter/models/req_get_public_pools.py
246+ lighter/models/req_get_range_with_cursor.py
247+ lighter/models/req_get_range_with_index.py
248+ lighter/models/req_get_range_with_index_sortable.py
249+ lighter/models/req_get_recent_trades.py
250+ lighter/models/req_get_referral_points.py
251+ lighter/models/req_get_trades.py
252+ lighter/models/req_get_transfer_fee_info.py
253+ lighter/models/req_get_transfer_history.py
254+ lighter/models/req_get_tx.py
255+ lighter/models/req_get_withdraw_history.py
256+ lighter/models/resp_change_account_tier.py
257+ lighter/models/resp_get_fast_bridge_info.py
258+ lighter/models/resp_send_tx.py
259+ lighter/models/resp_send_tx_batch.py
260+ lighter/models/resp_withdrawal_delay.py
261+ lighter/models/result_code.py
262+ lighter/models/risk_info.py
263+ lighter/models/risk_parameters.py
152264lighter/models/simple_order.py
153265lighter/models/status.py
154266lighter/models/sub_accounts.py
267+ lighter/models/ticker.py
155268lighter/models/trade.py
156269lighter/models/trades.py
270+ lighter/models/transfer_fee_info.py
271+ lighter/models/transfer_history.py
272+ lighter/models/transfer_history_item.py
157273lighter/models/tx.py
158274lighter/models/tx_hash.py
159275lighter/models/tx_hashes.py
160276lighter/models/txs.py
277+ lighter/models/validator_info.py
161278lighter/models/withdraw_history.py
162279lighter/models/withdraw_history_item.py
163280lighter/models/zk_lighter_info.py
164281lighter/py.typed
165282lighter/rest.py
283+ setup.cfg
284+ test-requirements.txt
285+ test/__init__.py
286+ test/test_account_margin_stats.py
287+ test/test_info_api.py
288+ test/test_order_book_orders.py
289+ test/test_req_get_order_book_orders.py
290+ test/test_req_get_transfer_fee_info.py
291+ test/test_req_get_transfer_history.py
292+ test/test_resp_change_account_tier.py
293+ test/test_resp_send_tx.py
294+ test/test_resp_send_tx_batch.py
295+ test/test_resp_withdrawal_delay.py
296+ test/test_risk_parameters.py
297+ test/test_transfer_fee_info.py
298+ test/test_transfer_history.py
299+ test/test_transfer_history_item.py
300+ tox.ini
0 commit comments