loanAssets
Get Loans Assets
GET
https://localhost:3000/api/loanAssets/:networkId
This endpoint allows you to get available loans assets
Path Parameters
Name
Type
Description
networkId
string
Identifier of the network
{"status":"OK","payload":{"0x5FbDB2315678afecb367f032d93F642f64180aa3":{"id":1,"name":"DAI Stablecoin","symbol":"DAI","contractAddress":"0x5FbDB2315678afecb367f032d93F642f64180aa3","blockchain":"Hardhat","networkId":"31337","status":"ACTIVE"}}}
Last updated
Was this helpful?