Assets
Get Assets of Pool
Request Body
Name
Type
Description
[
{
"asset_address": 0xE588F51439F1555597E4b85dfbCa3926c57241e4,
"asset_name": "Trade Recievables (Invoices)",
"asset_type": "Trade Finance",
"financing_date": "2022-10-07",
"maturity_date": "2023-02-10",
"financing_fee": 6.0,
"amount_invested": 500000,
"currency": "USXD"
},
{
"asset_address": null,
"asset_name": "Short Term Loan",
"asset_type": "Working Capital Finance",
"financing_date": "2022-11-10",
"maturity_date": "2023-04-13",
"financing_fee": 1.1,
"amount_invested": 500000,
"currency": "USXD"
},
{
"asset_address": null,
"asset_name": "Letter of Credit",
"asset_type": "Trade Finance",
"financing_date": "2022-10-11",
"maturity_date": "2023-01-26",
"financing_fee": 5.0,
"amount_invested": 750000,
"currency": "USXD"
}
]Last updated