Creates and runs a sequence of on-chain steps for either a deposit into or a withdrawal from an earn
vault/market. Specify the operation with action in the request body (DEPOSIT or WITHDRAW).
Note: This endpoint is currently in beta and might be subject to changes.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Whether to deposit into or withdraw from the lending opportunity.
DEPOSIT, WITHDRAW "DEPOSIT"
Identifier of the vault or market (lending opportunity).
"morpho-usdc-vault-1"
Fireblocks vault account that will execute the action.
"12345"
Human-readable token amount (e.g. "1.6") or the keyword "max" for the full position or available balance.
"1000.0"
OK