Response
URL: https://gcw-bo-api-sg.dev.rakutentrade.com/api/v1/bo/wallet/getWalletDetail?&cif=AUTO321656
Status code: 200
Request Headers
Accept: application/json, text/plain, */*
User-Agent: axios/1.6.8
Accept-Encoding: gzip, compress, deflate, br
Response Headers
date: Wed, 24 Apr 2024 10:31:52 GMT
content-type: application/json
content-length: 588
connection: close
vary: Origin, Access-Control-Request-Method, Access-Control-Request-Headers
cache-control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
expires: 0
x-content-type-options: nosniff
x-frame-options: DENY
x-xss-protection: 0
referrer-policy: no-referrer
Response Body
{
"availableCashBalances": [
{
"currency": "HKD",
"amount": 0
},
{
"currency": "SGD",
"amount": 0
},
{
"currency": "USD",
"amount": 0
}
],
"withdrawable": {
"currency": "SGD",
"amount": 0
},
"withdrawableBalances": [
{
"currency": "SGD",
"amount": 0
},
{
"currency": "HKD",
"amount": 0
},
{
"currency": "USD",
"amount": 0
}
],
"rates": [
{
"currency": "HKD/SGD",
"quote": 0.15,
"margin": 0.02
},
{
"currency": "USD/SGD",
"quote": 1.29,
"margin": 0.01
}
],
"currentInterest": {
"currency": "SGD",
"interest": 0
},
"interests": []
}