Transactional Account Endpoint
This endpoint allows you to check your balance between your proprietary and transactional accounts, and also move balance freely from one to another.
Last updated
Was this helpful?
Was this helpful?
{
"currency": "BRL",
"proprietary_balance": 100.00,
"transactional_balance": 100.00
}{
"balances": [
{
"amount": 200.00,
"currency": "BRL",
"type": "PROPRIETARY"
},
{
"amount": 222.00,
"currency": "BRL",
"type": "TRANSACTIONAL"
}
]
}