Retrieve statistics for a specific asset.
curl --request GET \
--url https://server26-dot-royalti-project.uc.r.appspot.com/asset/{id}/stats \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "<string>",
"data": {}
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Asset ID
Asset statistics retrieved successfully
The response is of type object
.
curl --request GET \
--url https://server26-dot-royalti-project.uc.r.appspot.com/asset/{id}/stats \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "<string>",
"data": {}
}