查询 MT 类别详情
GET
/v1beta1/mt/classes/{id}根据查询条件,展示与 AVATA 平台内的 MT 类别的详情信息
请求参数
Path 参数
id
string
MT 类别 ID
Header 参数
Content-Type
string
必需
固定值:application/json
X-Api-Key
string
必需
项目 API Key,用于 API 访问鉴权
X-Timestamp
string
必需
时间戳,1970年1月1日0点0分0秒到现在的毫秒数
X-Signature
string
必需
API 签名,算法为SHA256(Params+Timestamp+ApiSecret)
示例代码
返回响应
successful operation(200)
successful operation
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
data
object
正确返回值
id
string
MT 类别 ID
>= 3 字符<= 64 字符
name
string
MT 类别名称
>= 1 字符<= 64 字符
mt_count
integer
必需
MT 类别包含的 MT 总量(AVATA 平台内)
data
string
自定义链上元数据
<= 4096 字符
owner
string
必需
MT 类别权属者地址
<= 128 字符
tx_hash
string
必需
创建 MT 类别的 Tx Hash
<= 128 字符
timestamp
string
必需
创建 MT 类别的时间戳(UTC 时间)
示例
{
"data": {
"id": "string",
"name": "string",
"mt_count": 0,
"data": "string",
"owner": "string",
"tx_hash": "string",
"timestamp": "string"
}
}
最后修改时间: 1 年前