Translations:Accounts/48/en
From ArdorDocs
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>