구매 정보 확인 (구매가능여부)
찰
Query Parameters
Name
Type
Description
{
"return": 0,
"message": "success",
"value" : {
"wallet_address" : "0xABCE..",
"product_price_list" : [
{
"coin_id" : 1,
"price" : 11.112,
"gas_price" : 0.0034
},
{
"coin_id" : 2,
"price" : 4.112,
"gas_price" : 0.0034
}
],
"my_coin_list" : [
{
"coin_id" : 1,
"quantity" : 11.234
}
]
}
}key
data type
desc.
return
message
desc.
Last updated