Transfer
Body
receiverintegerRequiredExample: 
CNPJ8 do participante
12345678amountnumber · doubleRequiredExample: 
A quantidade de cbdc a ser transferido
123.45Responses
200
Successful operation
application/json
400
Invalid ID supplied
post
/cbdc/transferPOST /v2/cbdc/transfer HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 37
{
  "receiver": 12345678,
  "amount": 123.45
}{
  "balance": 123.45,
  "balanceAllWallets": 123.45
}