Core APIReferenceAssetsSlug

/assets/{slug}/details

Get Asset Details by slug

GET
/assets/{slug}/details

Get Asset Details by slug

Path Parameters

slug*string

The slug of the asset

Length1 <= length

Response 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"    }  }}