GetAssetSupply()
Get the supply of an asset from a specific blockchain.
Method Signature
Parameters
Name | Type | Description |
---|---|---|
| String | Blockchain address in hex |
| String | The asset you're looking for |
Example
Result
The result will be of type Map
, but for easier readability, here is the equivalent in JSON.
Last updated