|
128 | 128 | //echo $LTCOrdersJson; |
129 | 129 | //echo $LTCOrdersArray; |
130 | 130 |
|
| 131 | +$getSSBTCOrders = '<a href="https://xagate.com:5990/v1/accounts/rKYNhsT3aLymkGH7WL7ZUHkm6RE27iuM4C/order_book/XRP/BTC+rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q">XRP/BTC.~SnapSwap</a>'; |
| 132 | +$BTCOrdersArray = file_get_contents($getSSBTCOrders); |
| 133 | +$BTCOrdersJson = json_encode($BTCOrdersArray); |
| 134 | +echo "This example is the ~SnapSwap order book for $getSSBTCOrders <br />"; |
| 135 | +//echo $BTCOrdersJson; |
| 136 | +//echo $BTCOrdersArray; |
| 137 | + |
| 138 | +$getSSUSDOrders = '<a href="https://xagate.com:5990/v1/accounts/rKYNhsT3aLymkGH7WL7ZUHkm6RE27iuM4C/order_book/XRP/USD+rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q">XRP/USD.~SnapSwap</a>'; |
| 139 | +$USDOrdersArray = file_get_contents($getSSUSDOrders); |
| 140 | +$USDOrdersJson = json_encode($USDOrdersArray); |
| 141 | +echo "This example is the ~SnapSwap order book for $getSSUSDOrders <br />"; |
| 142 | +//echo $BTCOrdersJson; |
| 143 | +//echo $BTCOrdersArray; |
| 144 | + |
| 145 | +$getDRBTCOrders = '<a href="https://xagate.com:5990/v1/accounts/rKYNhsT3aLymkGH7WL7ZUHkm6RE27iuM4C/order_book/XRP/BTC+rfYv1TXnwgDDK4WQNbFALykYuEBnrR4pDX">XRP/BTC.~Dividendrippler</a>'; |
| 146 | +$BTCOrdersArray = file_get_contents($getDRBTCOrders); |
| 147 | +$BTCOrdersJson = json_encode($BTCOrdersArray); |
| 148 | +echo "This example is the ~Dividendrippler order book for $getDRBTCOrders <br />"; |
| 149 | +//echo $BTCOrdersJson; |
| 150 | +//echo $BTCOrdersArray; |
| 151 | + |
| 152 | +$getBSEUROrders = '<a href="https://xagate.com:5990/v1/accounts/rKYNhsT3aLymkGH7WL7ZUHkm6RE27iuM4C/order_book/XRP/EUR+rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B">XRP/EUR.~Bitstamp</a>'; |
| 153 | +$EUROrdersArray = file_get_contents($getBSUROrders); |
| 154 | +$EUROrdersJson = json_encode($EUROrdersArray); |
| 155 | +echo "This example is the ~Bitstamp order book for $getBSEUROrders <br />"; |
| 156 | +//echo $BTCOrdersJson; |
| 157 | +//echo $BTCOrdersArray; |
| 158 | + |
| 159 | +$getUSDSSEURBSOrders = '<a href="https://xagate.com:5990/v1/accounts/rKYNhsT3aLymkGH7WL7ZUHkm6RE27iuM4C/order_book/USD+rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q/EUR+rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B">USD.~SnapSwap/EUR.~Bitstamp</a>'; |
| 160 | +$USDEUROrdersArray = file_get_contents($getUSDSSEURBSOrders); |
| 161 | +$USDEUROrdersJson = json_encode($EUROrdersArray); |
| 162 | +echo "This example is the ~SnapSwap/~Bitstamp order book for $getUSDSSEURBSOrders <br />"; |
| 163 | +//echo $BTCOrdersJson; |
| 164 | +//echo $BTCOrdersArray; |
| 165 | + |
| 166 | +$getBTCSSBTCBSOrders = '<a href="https://xagate.com:5990/v1/accounts/rKYNhsT3aLymkGH7WL7ZUHkm6RE27iuM4C/order_book/BTC+rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q/BTC+rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B">BTC.~SnapSwap/BTC.~Bitstamp</a>'; |
| 167 | +$BTCBTCOrdersArray = file_get_contents($getBTCSSBTCBSOrders); |
| 168 | +$BTCBTCOrdersJson = json_encode($BTCOrdersArray); |
| 169 | +echo "This example is the ~SnapSwap/~Bitstamp order book for $getBTCSSBTCBSOrders <br />"; |
| 170 | +//echo $BTCOrdersJson; |
| 171 | +//echo $BTCOrdersArray; |
| 172 | + |
131 | 173 | ?> |
0 commit comments