Info
Query parameters
accountstringRequiredExample:
Wallet address of user or temporary wallet address of user
0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766
amountstringRequiredExample:
Amount to be used for payment (info. decimals are 18)
100000000000000000000000
currencystringRequiredExample:
Currency symbol for amount to be used for payment
krw
Responses
200Success
application/json
get
GET /v1/payment/info?account=0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766&amount=100000000000000000000000¤cy=krw HTTP/1.1
Host:
Accept: */*
200Success
{
"code": 0,
"data": {
"account": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
"amount": "100000000000000000000",
"currency": "krw",
"balance": "100000000000000000000000",
"balanceValue": "100000000000000000000000",
"paidPoint": "100000000000000000000",
"paidValue": "100000000000000000000",
"feePoint": "5000000000000000000",
"feeValue": "5000000000000000000",
"totalPoint": "105000000000000000000",
"totalValue": "105000000000000000000",
"feeRate": "5"
},
"error": {
"message": "Failed to check the validity of parameters"
}
}
Query parameters
accountstringRequiredExample:
Wallet address of user or temporary wallet address of user
0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766
amountstringRequiredExample:
Amount to be used for payment (info. decimals are 18)
100000000000000000000000
currencystringRequiredExample:
Currency symbol for amount to be used for payment
krw
Responses
200Success
application/json
get
GET /v2/payment/info?account=0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766&amount=100000000000000000000000¤cy=krw HTTP/1.1
Host:
Accept: */*
200Success
{
"code": 0,
"data": {
"account": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
"amount": "100000000000000000000",
"currency": "krw",
"balance": "100000000000000000000000",
"balanceValue": "100000000000000000000000",
"paidPoint": "100000000000000000000",
"paidValue": "100000000000000000000",
"feePoint": "5000000000000000000",
"feeValue": "5000000000000000000",
"totalPoint": "105000000000000000000",
"totalValue": "105000000000000000000",
"feeRate": "5"
},
"error": {
"message": "Failed to check the validity of parameters"
}
}