Skip to main content
POST
Transfer Deposit Balance
Transfer the deposit balance of the fiat wallet to the main balance. This endpoint will transfer the deposit balance of the fiat wallet to the main balance.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
walletId
string
required

The ID of the fiat wallet.

amount
number

The amount to transfer from the deposit balance to the main balance.

Response

success
boolean
Example:

true

message
string
Example:

"Transfer deposit balance has been successfully done."

data
object