Asset Reserve Amounts
This is an object representing the amount locked on each supported asset on hashport. You can retrieve it to see the number of tokens that users have locked on the hashport ecosystem.
The reserveAmount
is in the smallest possible denomination. To retrieve the token amount, you can multiple the reserveAmount
with 10^n
, where n
is the number dervied from decimals
in the payload.
Example
{
"1": {
"0x14ab470682Bc045336B1df6262d538cB6c35eA2A": {
"id": "0x14ab470682Bc045336B1df6262d538cB6c35eA2A",
"networkId": "1",
"networkName": "Ethereum",
"name": "HBAR[eth]",
"symbol": "HBAR[eth]",
"decimals": 8,
"type": "ft",
"reserveAmount": "33944643924" // amount locked in gwei
}
}
}
Responses
- 200
OK
- application/json
- Schema
Schema array
property name*
object