Get Convertible Assets Count
GET/asm/api/v1/dashboard/asset/count
Get the total number of convertible assets.
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
convertible int64
Count of convertible assets
{
"convertible": 0
}
Data not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...