Skip to main content

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

OK


Schema
  • bridgeableNetworks object
  • property name* object
  • decimals integer
  • id string
  • name string
  • networkId string
  • networkName string
  • releaseTimestamp integer
  • reserveAmount string
  • symbol string
  • type string