You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ This repository contains a fork of the Reya Python SDK for interacting with the
3
3
4
4
It adds an CCXT Wrapper purely python based by using the direct request calls for public methods and the SDK for private one to map to the interface methods of the ccxt environment.
5
5
6
-
Right now not all methods functions probably and it more like a POC.
6
+
Right now not all methods functions are implemented.
7
7
- fetchOHLCV delegates to Binance since Reya only support candles up to 1D-Timeframe and no easy management for calling last X Candles. Start und End Time is needed every time. Additonally the api is not as fast for complicated calculations based on a lot of candles.
8
8
- The Signer for Private calls is not finished, so it relays on the SDK functions.
9
9
- fetchBalance only recognized staked RUSD (0xa9f32a851b1800742e47725da54a09a7ef2556a3). Different Tokens for Collateral are not supported right now (wrtETH f.e.)
10
-
- fetch_markets only supports ETH and BTC because it maps hard the ids from reya
11
10
- fetch_canceled_and_closed_orders not supported right now
12
11
- setLeverage not supported right now (no reya api endpoint)
13
-
- no short order handling intern by order placement
12
+
- short orders can be placed but are not fully considered by profit calculation
13
+
14
14
# Reya Python SDK
15
15
16
16
This repository contains a Python SDK for interacting with the Reya ecosystem. It provides tools for subscribing to the Reya WebSocket for market data updates and executing on-chain actions via RPC.
0 commit comments