Skip to content

List Other Assets

GET
/api/v1/other-assets
curl --request GET \
--url https://api.parasta.io/api/v1/other-assets \
--header 'Authorization: Bearer <token>'

Get registered other assets with total valuation.

OK

Media type application/json
Example
{
"status": "ok",
"data": {
"totalValue": 9509280,
"assets": [
{
"name": "Gold 5don",
"category": "gold",
"value": 4504280
},
{
"name": "Emergency Fund",
"category": "cash",
"value": 5000
}
]
}
}