Specific Asset's Reserve amount
This is an object representing the amount locked on a supported asset (assetId
) in a supported network (networkId
) on hashport. You can retrieve it to see the number of tokens that users have locked for the specified asset.
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.
Path Parameters
- networkId string required
The network ID
- assetId string required
The asset ID
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
Schema
bridgeableNetworks object
property name*
object- decimals integer
- id string
- name string
- networkId string
- networkName string
- releaseTimestamp integer
- reserveAmount string
- symbol string
- type string
Not Found
- application/json
- Schema
Schema
- msg string
- statusCode integer
Internal Server Error