Main Balance
Use this endpoint to retrieve the balance of your main account
Main Balance
POST
https://sandbox.temboplus.com/tembo/v1/wallet/main-balance
Retrieves the balance of your main account
Headers
Name
Type
Description
x-account-id*
string
Partner account id
x-secret-key*
string
Partner secret key
x-request-id*
string
Id identifying this request
{
"availableBalance":10000,
"currentBalance":10000,
"accountNo":"8000837333",
"accountStatus":"ACTIVE",
"accountName":"ABC TRADERS LTD"
}
curl --request POST \
--url https://sandbox.temboplus.com/tembo/v1/wallet/main-balance \
--header 'content-type: application/json' \
--header 'x-account-id: ff6IfxxVceIMM6oFAc9Zig' \
--header 'x-secret-key: HYX5X4is3a4bnJJo4lXM936bFD6B8iMeAtXijNvHXMI==' \
--header 'x-request-id: 546d7a200cd8cb45d8ac'
Last updated