Transfer

Realiza a transferência de um volume de CBDC para outro Participante

post
Body
receiverintegerRequired

CNPJ8 do participante

Example: 12345678
amountnumber · doubleRequired

A quantidade de cbdc a ser transferido

Example: 123.45
Responses
200

Successful operation

application/json
post
/cbdc/transfer
POST /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
}