直达内容

读取提现费

GET /assets/:asset_id/fee

本 API 返回指定加密货币资产在 Mixin Network 的提现费。

API 端点 URL

 https://api.mixin.one/assets/:asset_id/fee

授权和其他选项

授权
Authorized
限制No limitation

参数

asset_id
*必须
the asset's asset_id you are getting

请求示例

curl -i -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" https://api.mixin.one/assets/$ASSET_ID/fee
Response
{
"data": {
"type": "fee",
"asset_id": "43d61dcd-e413-450d-80b8-101d5e903357",
"amount": "0.01"
}
}