getAsset

Get asset information given an asset ID.

Request: requestType is getAsset asset is the asset ID

Response:

(S) quantityQNT is the total asset quantity (in QNT) in existence (N) numberOfAccounts is the number of accounts that own the asset (S) accountRS is the Reed-Solomon address of the account that issued the asset (N) decimals is the number of decimal places used by the asset (N) numberOfTransfers is the number of transfers of this asset (S) name is the asset name (S) description is the asset description (N) numberOfTrades is the number of trades of this asset (N) requestProcessingTime is the API request processing time (in millisec) (N) asset is the asset ID (S) account is the number of the account that issued the asset

Example:

Request:

http://localhost:801/BEAM?requestType=getAsset&asset=3702027329806229573

Response:

{ “quantityQNT”: “20000000000”, “numberOfAccounts”: 9210, “accountRS”: “BEAM-7X92-29W5-7LQA-4V8CH”, “decimals”: 2, “numberOfTransfers”: 11869, “name”: “CryptoMaps”, “description”: “Asset's description”, “numberOfTrades”: 523, “requestProcessingTime”: 0, “asset”: “3702027329806229573”, “account”: “5454221553913122069” }

Last updated