v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAssets
Get banking asset
Get banking asset using issuer and asset IDs
get/v1/issuer/{issuer_id}/assets/{asset_id}
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
{
"asset_id": "2334c547-c3f6-4d83-a933-16a3835a0065",
"asset_type": "cdb",
"issuer_id": "12345678",
"registration_mode": "single",
"issuing_date": "2021-01-10",
"maturity_date": "2022-03-10",
"created_at": "2023-03-30T12:26:41",
"updated_at": "2023-03-30T12:26:41",
"issued_units": 1000,
"unit_value": 9.99,
"customer_type": "natural",
"customer_name": "Helen Wheels",
"document_number": "12345678901",
"deposit_number": "998-878-090",
"early_redemption_terms": "market",
"index_type": "di",
"index_rate": 1,
"status": "ACTIVE",
"currency": "986",
"interest_rate": 0.1,
"additional_data": {
"early_redemption_attributes": [
{
"date": "2021-05-20",
"interest_rate": 0.04,
"floating_rate": 1.12345678
},
{
"date": "2021-12-01",
"interest_rate": 1.12345678,
"floating_rate": 1.12345678
}
]
},
"accrual_frequency": "daily"
}