API Reference
Integrate the Loopscale protocol
cURL
curl --request POST \ --url https://tars.loopscale.com/v1/markets/strategy/deposit \ --header 'Content-Type: application/json' \ --header 'User-Wallet: <user-wallet>' \ --data ' { "strategy": "<string>", "amount": 123 } '
{ "message": "<string>", "signatures": [ { "publicKey": "<string>", "signature": "<string>" } ] }
Deposits additional principal into an existing lending strategy.
Wallet address of the lender depositing into the strategy.
Optional fee payer. Defaults to the User-Wallet address when omitted.
User-Wallet
Onchain address of the target strategy.
Amount of principal to deposit, in native token units.
Serialized transaction for the strategy deposit.
Base64-encoded versioned transaction message.
Show child attributes