Second it requires the AddressSystem of the address (EVM, Solana, Move, etc...) :
addressSystem=solana
Finally you can specify is you wish to use our Cache :
useCache=false
This request will give you a lot of information in returns, let's take a look at it.
Response
First come the timestamp of the fetch, this can be useful in case your using the useCache parameters to true, you will know when those data were fetched.
"date": 1705569483643,
Then you will see a list of fetcherReports, this is the amount of time each Fetchers took to scan the blockchain and look for any positions/assets the address owns.
This represent a group of lent assets (type = borrowlend) on Solend platform (platformId = solend) on Solana network (networkId = solana), the name of the element is Main (name = Main) and the total USD value of this element is $1.03 .
Inside the data object you will find the list of assets deposited in the platform which follow the format of BorrowLend type. Learn more about the PortfolioElementBorrowLendData type.
The fetch endpoint is not limited to 1 network, if you fetch an EVM address, it will return all assets on all EVM networks we support.
This endpoint will only returns the assets owned by the address on a specific network, instead of having an addressSystem parameter, you will have to provide a networkId value instead.
NetworkIds can be found using the networks endpoint.