curl --location --request GET 'https://api.hub2.io/balance?currency=XOF&date=2023-10-01T00:00:00.000Z' \ --header 'ApiKey: [REDACTED]' \ --header 'MerchantId: [REDACTED]' \ --header 'Environment: sandbox' \
currency
XOF
date
2023-10-01T00:00:00.000Z
{ "collectionAccount": [ { "amount": 100, "availableBalance": 100, "currency": "XOF", "date": "2023-10-01T00:00:00.000Z" } ], "transferAccount": [ { "availableBalance": 100, "reservedBalance": 100, "currency": "XOF", "date": "2023-10-01T00:00:00.000Z", "amount": 100 } ] }