Core APIReferenceAssetsSlug
/assets/{slug}/details
Get Asset Details by slug
Get Asset Details by slug
Path Parameters
slug*string
The slug of the asset
Length
1 <= lengthResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/assets/superstate-uscc/details"{ "data": { "slug": "string", "name": "string", "image": "string", "description": "string", "custodians": [ { "image": "string", "name": "string" } ], "website": "string", "scorecardUrl": "string", "category": { "name": "string", "color": "string", "isActive": true }, "regulatory": { "entity": "string", "rating": "string" } }}