Translations:Asset Exchange/68/en

From ArdorDocs
Jump to: navigation, search

Get Asset History Example

http://localhost:27876/nxt?
  requestType=GetAssetHistory&
  includeAssetInfo=true&
  asset=17035400751454635539

{
    "requestProcessingTime": 0,
    "assetHistory": [
        {
            "quantityQNT": "1000",
            "chain": 2,
            "accountRS": "ARDOR-X8ZN-WUJ2-SXY3-FBUYC",
            "decimals": 2,
            "name": "domtest",
            "assetHistoryFullHash": "05340a7863cd661aa64afb49de6584d565721396a5030ea2d685b07a4c67ed80",
            "asset": "17035400751454635539",
            "account": "15382970207090678772",
            "height": 1168097,
            "timestamp": 35150871
        },
        {
            "quantityQNT": "-10000",
            "chain": 2,
            "accountRS": "ARDOR-X8ZN-WUJ2-SXY3-FBUYC",
            "decimals": 2,
            "name": "domtest",
            "assetHistoryFullHash": "f15cfc6b2abfaf76370894689a833413c8cf6d340ec765a36d1a4f388a8864a7",
            "asset": "17035400751454635539",
            "account": "15382970207090678772",
            "height": 1168088,
            "timestamp": 35150766
        },
        {
            "quantityQNT": "100000000",
            "chain": 2,
            "accountRS": "ARDOR-X8ZN-WUJ2-SXY3-FBUYC",
            "decimals": 2,
            "name": "domtest",
            "assetHistoryFullHash": "1346e0dcb9e669ec0c55cc6b52721b4b3a55b0d4f60736155629ea2b1ed6aba8",
            "asset": "17035400751454635539",
            "account": "15382970207090678772",
            "height": 577817,
            "timestamp": 28421318
        }
    ]
}