sync wallet balance
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
[
{
"walletId": "string",
"currency": "string",
"balance": 0,
"updatedTime": "string"
}
]
Request Code Samples
curl --location --request PUT '/wallet/balance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"walletId": "string",
"currency": "string",
"balance": 0,
"updatedTime": "string"
}
]'
Responses
application/json Modified at 2025-09-11 03:08:29