Get the Asset Supply
Get the asset supply on a specific blockchain
POST
Circular_GetAssetSupply_
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
Blockchain
string
Blockchain address excluding the "0x" hexadecimal identifier
AssetName
string
The asset you're looking for
Result
{
"Result": 200,
"Response": {
"Total": 1000000000000.000122,
"Circulating": 1330637945.382742,
"Name": "CIRX"
},
"Node": "02fc8b01bfc5dc2911941871e6de81f5f6fe60f3961343f802ad78e7e077ea32"
}
Last updated