v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-transfer
Create internal transfer
This operation allows the client to create an internal transfer between subaccounts and main account.
post/ledger/internal-transfers
Request body
Example request
{
"reference": "ITR123456",
"amount": 100
}Response
Internal transfer created successfully
Example response
{
"reference": "ITR123456",
"amount": 100,
"currency": "USD"
}