Skip to main content
POST
Transfer funds between two wallets of the same currency

Authorizations

Authorization
string
header
required

JWT utilisateur ou clé API kp_<env>_xxx

Body

application/json
fromWalletId
string
required
toWalletId
string
required
amount
string
required

Decimal amount with up to 8 fractional digits, e.g. "1500" or "1500.75"

Pattern: ^\d+(\.\d{1,8})?$
description
string
Maximum string length: 500

Response

Default Response

ok
enum<boolean>
required
Available options:
true
data
object
required