Translations: Coin Exchange/41/en

From ArdorDocs
Jump to: navigation, search

Simulate Coin Exchange Example

http://localhost:27876/nxt?
  requestType=simulateCoinExchange&
  chain=1&
  exchange=2&
  quantityQNT=1000000&
  priceNQTPerCoin=2000000
{
    "askNQTPerCoin": 5000000000,
    "quantityQNT": 1000000,
    "bidNQTPerCoin": 2000000,
    "requestProcessingTime": 1
}