curl --request GET \
--url https://api.mansafinance.co/api/v1/liquidity/onboarding/credit-limit \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"available_credit": "999500",
"credit_limit": "1000000",
"used_credit": "500",
"currency": "USDT",
"open_request": null
}Retrieve current credit limit and usage for the authenticated client.
curl --request GET \
--url https://api.mansafinance.co/api/v1/liquidity/onboarding/credit-limit \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"available_credit": "999500",
"credit_limit": "1000000",
"used_credit": "500",
"currency": "USDT",
"open_request": null
}API key for authentication
JWT token following RFC001 specification