Assets
Fetch detailed information about an asset using its slug.
Path parameters
slugstringRequired
Unique slug identifier for the asset.
Responses
200
Asset details.
application/json
Responseall of
404
Asset not found.
500
Server error.
get
GET /api/asset/{slug} HTTP/1.1
Host: app.nest.credit
Accept: */*
{
"slug": "text",
"name": "text",
"description": "text",
"image": "text",
"targetApy": 1,
"custodians": [
"text"
],
"website": "text",
"scorecardUrl": "text",
"category": "text",
"regulatory": "text"
}