Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.77 KB | None | 0 0
  1. {
  2.   "result": {
  3.     "tradeId": "e66e0304-59de-43de-aa5c-8a9ae360a1bb",
  4.     "fromCoin": "CLAM",
  5.     "toCoin": "BTC",
  6.     "fromQuantity": "2.49900000",
  7.     "fromPrice": "0.00123959",
  8.     "fromRate": "0.00049703",
  9.     "toQuantity": "0.00104863",
  10.     "toPrice": "0.00104863",
  11.     "toRate": "1.00000000",
  12.     "deposit": {
  13.       "amount": "2.499",
  14.       "address": "xS8UVQ53MBj15qhLqpLKp1t5TCXru7eTjq",
  15.       "txid": "698210d64b656325edc5569726775ca28070375e53d6cff4b8a3b905a2b1c69c",
  16.       "confirmations": 6,
  17.       "confirmed": true
  18.     },
  19.     "withdraw": {
  20.       "amount": "0.000000000000104863",
  21.       "address": "1GixdsuVAsQjo7rMNUWubbZnsr3bNBrVct",
  22.       "txid": "4380ba7623f4e52d10634a6dce9ecee119745ae61998a78d5033fe8d22dc427a"
  23.     },
  24.     "fees": {
  25.       "balance": "0.00011212",
  26.       "withdraw": "0.000072",
  27.       "tradeCommission": "0.00002484",
  28.       "exchangeCommission": "0.00000248",
  29.       "total": "0.00021144"
  30.     },
  31.     "exchangeOrders": {
  32.       "sell": [
  33.         {
  34.           "Quantity": "2.49900000",
  35.           "Price": "0.00123959",
  36.           "Rate": "0.00049703",
  37.           "exchangeCommission": "0.00000248"
  38.         }
  39.       ],
  40.       "buy": []
  41.     },
  42.     "quote": {
  43.       "from": {
  44.         "coin": "CLAM",
  45.         "rate": "0.00049704",
  46.         "quantity": "5.31811233",
  47.         "price": "0.00264331"
  48.       },
  49.       "to": {
  50.         "coin": "BTC",
  51.         "rate": "1.00000000",
  52.         "quantity": "0.00240628",
  53.         "price": "0.00240628"
  54.       },
  55.       "fees": {
  56.         "balance": "0.00011213",
  57.         "withdraw": "0.00005400",
  58.         "commission": "0.00006608",
  59.         "exchangeCommission": "0.00000482",
  60.         "total": "0.00023704"
  61.       }
  62.     },
  63.     "status": "tradeComplete",
  64.     "created": "2018-12-10T04:19:22.791Z"
  65.   }
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement