Files
xahau.js/test/fixtures/api/responses/get-transaction-order.json
2015-07-16 15:02:27 -07:00

51 lines
1.2 KiB
JSON

{
"type": "order",
"address": "r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b",
"id": "5D9B0B246255815B63983C188B4C23325B3544F605CDBE3004769EE9E990D2F2",
"sequence": 465,
"specification": {
"direction": "buy",
"quantity": {
"currency": "USD",
"value": "237",
"counterparty": "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q"
},
"totalPrice": {
"currency": "XRP",
"value": "0.0002"
}
},
"outcome": {
"result": "tesSUCCESS",
"timestamp": "2014-09-24T21:21:50.000Z",
"fee": "0.012",
"balanceChanges": {
"r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b": [
{
"currency": "XRP",
"value": "-0.012"
}
]
},
"orderbookChanges": {
"r9UHu5CWni1qRY7Q4CfFZLGvXo2pGQy96b": [
{
"taker_pays": {
"currency": "USD",
"counterparty": "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q",
"value": "237"
},
"taker_gets": {
"currency": "XRP",
"value": "0.0002"
},
"sequence": 465,
"status": "created"
}
]
},
"ledgerVersion": 14661788,
"indexInLedger": 2
}
}