v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAssets
Get banking asset balance
Get banking asset balance using asset ID
get/v1/issuer/{issuer_id}/assets/{asset_id}/balance
Path parameters
issuer_idstring required
Issuer ID. For more information, refer to issuer identification number
assetIdstring required
Image asset ID. This is the image_asset_id field returned from the Get eligible token requestors endpoint.
Headers
x-cidstring
The Correlation IDentifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header from an API endpoint call.
If this field isn't passed, one is automatically generated.
Response
OK
Example response
{
"units": 20,
"redeemed_units": 10,
"units_available": 3000,
"latest_accrual_date": "2023/03/22",
"daily_rate": 1.2,
"accum_daily_rate": 1.2,
"unit_value": 65.56,
"current_amount": 45.8,
"currency": "USD",
"status": "PENDING",
"position_date": "2023-03-22",
"accrual_frequency": "DAILY"
}