결제정보창
충전횟수를 넣으면 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'key
data type
desc.
mint_fee
string
MintFee (float형태의 string)
update_fee
string
1회 UpdateFee (float형태의 string)
my_assets
string
내 발란스 (float형태의 string)
return
message
desc.
0
success
성공
72000
Not Found User
Last updated