curl --request GET \ --url 'https://api.sprinter.tech/credit/accounts/{account}/draw'
{ "calls": [ { "chain": "8453", "to": "0x1234567890abcdef1234567890abcdef12345678", "data": "0xa9059cbb000000000000000000000000000000000000000000000000000000000005f5e100", "value": "0" } ] }
Returns the calls needed to draw credit. If the user has sufficient registered collateral, the drawCredit call is returned.
User account address (borrower)
Amount to borrow (in wei)
Address to receive the borrowed funds
List of contract calls to execute drawing credit
Show child attributes