GET /api/sandbox/config
GET/api/sandbox/config
Returns the current Sandbox configuration: market FX rates, the fixed borrow rate, risk settings, payment terms, and the loan origination fee.
Use this endpoint first. It tells the partner backend which values to show in its calculator and which limits to apply before creating a loan.
Important response fields:
rates- BTC/USD, BTC/RUB, and USD/RUB. RUB includes market, payout, and loan/obligation rates.borrow_rates.fixed- fixed loan rate.risk- maximum LTV, liquidation threshold, and liquidation penalty.terms- interest and principal payment terms in months.fees.loan_origination_percent- platform fee charged on loan origination.
Idempotency-Key is not required for GET requests.
Example:
curl https://partner.fundora.capital/api/sandbox/config \
-H "Authorization: Bearer sk_sandbox_YOUR_KEY"
Responses
- 200
- 401
- 429
Sandbox configuration
Sandbox API key is missing or invalid
Sandbox API rate limit exceeded