결제정보창
충전횟수를 넣으면 1회 민팅비, 업데이트비를 알려준다, 발란스를 출력
GET
https://{status-domain}/v1.0/swipebrick/assets
Headers
Name
Type
Description
Authorization*
String
Bearer (token)
```json
{
"return": 0,
"message": "success",
"value": {
"mint_fee": "0.002752408",
"update_fee": "0.001045915",
"my_assets": "9.408700034"
}
}
```
curl --location --request GET 'https://localhost:51151/v1.0/swipebrick/assets'
Last updated