cURL
curl --request POST \ --url https://api.mansafinance.co/api/v1/liquidity/management/loan \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "amount": "50000", "chain_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "loan_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "APPROVED" }
Creates a loan request via Fireblocks. Send either a bare request (amount + chain_id) or reference a pre-defined template (loan_template_id).
API key for authentication
JWT token following RFC001 specification
"50000"
Loan request processed synchronously
APPROVED