# Mansa ## Docs - [What is Mansa?](https://docs.mansa.xyz/introduction/what-is-mansa.md) - [What You Can Do with Mansa?](https://docs.mansa.xyz/introduction/what-can-you-do-with-mansa.md) - [About](https://docs.mansa.xyz/liquidity/about.md) - [Core Concepts](https://docs.mansa.xyz/liquidity/core-concepts.md) - [Use Cases](https://docs.mansa.xyz/liquidity/use-cases.md) - [Introduction](https://docs.mansa.xyz/api-documentation/introduction.md): What the API is, how it behaves, and how to get started - [Authentication](https://docs.mansa.xyz/api-documentation/authentication.md): Learn how to authenticate with the API using JWT tokens - [Making API Calls](https://docs.mansa.xyz/api-documentation/making-api-calls.md): Step-by-step guide on how to make authenticated API calls - [Errors](https://docs.mansa.xyz/api-documentation/errors.md): How the API returns and structures errors - [Metadata](https://docs.mansa.xyz/api-documentation/metadata.md): Attach custom key–value context to requests and resources - [Pagination](https://docs.mansa.xyz/api-documentation/pagination.md): Consistent page-based pagination used across all list endpoints. - [Request IDs](https://docs.mansa.xyz/api-documentation/request-ids.md): Correlate requests, ensure idempotency, and simplify support - [Versioning](https://docs.mansa.xyz/api-documentation/versioning.md): How we version the API, what counts as a breaking change, and how to upgrade safely - [Get Credit Limit](https://docs.mansa.xyz/api-reference/v2/onboarding/get-credit-limit.md): Retrieve current credit limit and usage for the authenticated client. - [Update Credit Limit](https://docs.mansa.xyz/api-reference/v2/onboarding/update-credit-limit.md): Submit a request to update the credit limit. - [List Whitelisted Wallets](https://docs.mansa.xyz/api-reference/v2/onboarding/list-whitelisted-wallets.md) - [Add Wallet to Whitelist](https://docs.mansa.xyz/api-reference/v2/onboarding/add-wallet-to-whitelist.md) - [List Chains](https://docs.mansa.xyz/api-reference/v2/management/list-chains.md) - [Get My Chain](https://docs.mansa.xyz/api-reference/v2/management/get-org-chain.md): Returns the chain configured for your organisation. If you have set a preferred chain it will be returned; otherwise the platform default chain is returned. - [Get Current Balance](https://docs.mansa.xyz/api-reference/v2/management/get-current-balance.md) - [Request Settlement Facility](https://docs.mansa.xyz/api-reference/v2/management/request-settlement-facility.md): Submit a new settlement facility request (V2 equivalent of loan request). - [List Settlement Facilities](https://docs.mansa.xyz/api-reference/v2/management/list-settlement-facilities.md): Retrieve a paginated list of settlement facilities. - [Get Settlement Facility](https://docs.mansa.xyz/api-reference/v2/management/get-settlement-facility.md) - [Get Settlement Facility Status](https://docs.mansa.xyz/api-reference/v2/management/get-settlement-facility-status.md) - [Get Settlement Facility Request](https://docs.mansa.xyz/api-reference/v2/management/get-settlement-facility-request.md) - [Create Withdrawal Request](https://docs.mansa.xyz/api-reference/v2/management/create-withdrawal-request.md): Submit a withdrawal request for admin approval (V2 two-phase approval flow). - [List Withdrawal Requests](https://docs.mansa.xyz/api-reference/v2/management/list-withdrawal-requests.md) - [Get Withdrawal Request](https://docs.mansa.xyz/api-reference/v2/management/get-withdrawal-request.md) - [List Withdrawals](https://docs.mansa.xyz/api-reference/v2/management/list-withdrawals.md) - [Get Withdrawal](https://docs.mansa.xyz/api-reference/v2/management/get-withdrawal.md) - [Estimate Repayment Amount](https://docs.mansa.xyz/api-reference/v2/management/estimate-repayment-amount.md) - [Clear Dues](https://docs.mansa.xyz/api-reference/v2/management/clear-dues.md): Clears outstanding dues for a chain by generating repayments in a waterfall: interest is paid first, then principal. Either repayment may be null if there was nothing owed in that category. - [List Repayments](https://docs.mansa.xyz/api-reference/v2/management/list-repayments.md) - [Get Repayment](https://docs.mansa.xyz/api-reference/v2/management/get-repayment.md) - [Upload Proof of Funds](https://docs.mansa.xyz/api-reference/v2/utilization/upload-proof-of-funds.md): Upload a proof-of-funds document for a withdrawal request. - [Get Proof of Funds](https://docs.mansa.xyz/api-reference/v2/utilization/get-proof-of-funds.md): Retrieve all proof-of-funds documents for a withdrawal request. - [Create Utilization Proof](https://docs.mansa.xyz/api-reference/v2/utilization/create-utilization-proof.md): Submit a utilization proof record with supporting documents. The request uses `multipart/form-data`. The `data` field must be a JSON-encoded string containing the utilization payload. Each proof document is attached as a separate file field named after the route or corridor it belongs to (e.g. `sett… - [List Utilization Proofs](https://docs.mansa.xyz/api-reference/v2/utilization/list-utilization-proofs.md): Retrieve all utilization proof records for the authenticated client. - [Get Utilization Proof](https://docs.mansa.xyz/api-reference/v2/utilization/get-utilization-proof.md): Retrieve full details of a single utilization proof record including all corridors and routes. - [Get Proof of Settlement](https://docs.mansa.xyz/api-reference/v2/utilization/get-proof-of-settlement.md): Retrieve all settlement proof documents for a specific route. - [Get Proof of Payment](https://docs.mansa.xyz/api-reference/v2/utilization/get-proof-of-payment.md): Retrieve all payment proof documents for a specific corridor. ## OpenAPI Specs - [openapi-v2-0-0](https://docs.mansa.xyz/openapi-v2-0-0.json) - [openapi-minimal](https://docs.mansa.xyz/openapi-minimal.json) - [discovery-openapi](https://docs.mansa.xyz/discovery-openapi.json) ## AsyncAPI Specs - [asyncapi](https://docs.mansa.xyz/asyncapi.yaml)