Translations:Accounts/48/en

From ArdorDocs
Revision as of 18:33, 23 June 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Get Account Exchange Requests Example

<syntaxhighlight lang="bash"> http://localhost:27876/nxt?

 requestType=getAccountExchangeRequests&
 chain=2&
 account=ARDOR-4VDY-LNVT-LMAY-FMCKA&
 currency=6520756875632314476

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"exchangeRequests": [
 {
  "issuerAccountRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
  "code": "MYSTX",
  "subtype": 6,
  "decimals": 2,
  "name": "MystcoinX",
  "unitsQNT": "200",
  "issuanceHeight": 0,
  "type": 1,
  "transaction": "14840146504449624275",
  "timestamp": 34130695,
  "rateNQTPerUnit": "1500000000",
  "issuerAccount": "15295723609781267838"
 }
],
"requestProcessingTime": 1

} </syntaxhighlight>