Refundable

Provide refundable amount

get
Path parameters
shopIdstringRequired

ID of Shop

Example: 0x0001be96d74202df38fd21462ffcef10dfe0fcbd7caa3947689a3903e8b6b874
Responses
200Success
application/json
get
GET /v1/shop/refundable/{shopId} HTTP/1.1
Host: 
Accept: */*
200Success
{
  "code": 0,
  "data": {
    "refundableAmount": "2000000000000000000000",
    "refundableToken": "500000000000000000000"
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}