cURL
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.
API key for authentication
JWT token following RFC001 specification
Credit limit retrieved successfully
"999500"
"1000000"
"500"
"USDT"
Show child attributes