List Wallets
Use this endpoint to list all wallets
List Wallets
GET
https://sandbox.temboplus.com/tembo/v1/wallet
List all wallets
Headers
Name
Type
Description
x-account-id*
string
Partner account id
x-secret-key*
string
Partner secret key
x-request-id*
string
A unique id identifying this request
[
{
"accountNo": "800008484"
},
{
"accountNo": 700009844"
}
]
curl --request GET \
--url https://sandbox.temboplus.com/tembo/v1/wallet \
--header 'content-type: application/json' \
--header 'x-account-id: ff6IfxxVceIMM6oFAc9Zig' \
--header 'x-secret-key: HYX5X4is3a4bnJJo4lXM936bFD6B8iMeAtXijNvHXMI==' \
--header 'x-request-id: 546d7a200cd8cb45d8ac'
Last updated