curl --location 'https://api.recital.finance/api/wallets/balances/{accountWalletId}' \
--header 'Authorization: Bearer apiKey'
{
"walletBalances": [
{
"accountWalletId": {accountWalletId},
"currency": "NGN",
"provider": "0009",
"ledger": 3045.150000,
}
]
}
Get wallet balances.
curl --location 'https://api.recital.finance/api/wallets/balances/{accountWalletId}' \
--header 'Authorization: Bearer apiKey'
{
"walletBalances": [
{
"accountWalletId": {accountWalletId},
"currency": "NGN",
"provider": "0009",
"ledger": 3045.150000,
}
]
}
{accountWalletId}
is passed as part of the URL.
curl --location 'https://api.recital.finance/api/wallets/balances/{accountWalletId}' \
--header 'Authorization: Bearer apiKey'
{
"walletBalances": [
{
"accountWalletId": {accountWalletId},
"currency": "NGN",
"provider": "0009",
"ledger": 3045.150000,
}
]
}