Preview the estimated borrowing quote before requesting credit.
GET/liquidity/chain/:sourceChainId/protocol/:protocol/type/:type/quote
A borrow quote is the preliminary estimated fee a solver would incur to borrow credit from Sprinter Stash. It is returned off-chain via the Stash API and helps solvers determine if pursuing a fill is profitable.
Borrow quote includes expected gas, risk premiums, protocol fees, and capital access costs — but it is not a binding or reserved price.
See the Request a Credit Borrow Quote Estimate example payload.
A borrow quote is the final, authorized borrowing offer issued by Sprinter Stash when a solver decides to proceed with a fill. It reserves credit under specific conditions, allowing solvers to confidently execute the cross-chain transaction.
See the Request Final Borrow Quote example payload.
Request
Responses
- 200
- 400
- 500
Successfully retrieved borrow quote
Bad request due to invalid input or missing parameters
Internal server error