API Reference
Integrate the Loopscale protocol
cURL
curl --request POST \ --url https://tars.loopscale.com/v1/markets/strategy/close/{strategy} \ --header 'payer: <payer>'
{ "message": "<string>", "signatures": [ { "publicKey": "<string>", "signature": "<string>" } ] }
Closes an existing lending strategy and returns the serialized transaction required to do so.
Wallet that pays transaction fees for the close transaction.
Onchain address of the strategy to close.
Serialized transaction for closing the strategy.
Base64-encoded versioned transaction message.
Show child attributes