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
This is PHP port of https://github.com/XRPL-Labs/XRPL-Orderbook-Reader by [Wietse Wind](https://github.com/WietseWind) ([@XRPL Labs](https://github.com/XRPL-Labs))
8
-
9
6
This repository takes XRPL Orderbook (`book_offers`) datasets and requested volume to
10
7
exchange and calculates the effective exchange rates based on the requested and available liquidity.
11
8
12
9
Optionally certain checks can be specified (eg. `book_offers` on the other side of the book)
13
10
to warn for limited (percentage) liquidity on the requested side, and possibly other side
14
11
of the order book.
15
12
13
+
This is PHP port of https://github.com/XRPL-Labs/XRPL-Orderbook-Reader by [Wietse Wind](https://github.com/WietseWind) ([@XRPL Labs](https://github.com/XRPL-Labs))
14
+
16
15
# Note
17
16
18
17
This package is provided as is, please test it yourself first.
0 commit comments