v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
assets

Account balance in asset

Get the account balance in a given asset. 0 for non-existent asset (use GET /assets/details/{assetId} to check if the asset exists)

get/assets/balance/{address}/{assetId}

Path parameters

addressstring required
Example:3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k

Address base58 encoded

assetIdstring required
Example:DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p

Asset ID base58 encoded

Response

successful operation

addressstring required
assetIdstring required
balanceinteger required

Example response

{
  "assetId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"
}