Exit Isolation Mode

Remove isolation mode restrictions on specific assets. If an asset is isolated due to risk management settings, this endpoint allows you to exit isolation mode—restoring full flexibility in its use as collateral. Customizable gas parameters help ensure the operation executes efficiently on-chain.

💡

Compute Unit Value: 110 (Fixed)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The request body for a /defi/v1/lendborrow/exitisolationmode

The request body for a /defi/v1/lendborrow/exitisolationmode

string
enum

The unique ID to specify the lending and borrowing protocol for routing relevant queries or transactions.

Allowed:
string
required

The token address for which isolation mode should be exited.

string
required

Blockchain address of the sender. For EVM chains, use a checksummed hex address (e.g., 0xABCDEF...). This address must hold sufficient balance and will sign the transaction.

string

Maximum number of gas units to allocate for the transaction, as an integer string (e.g., '200000'). If omitted, gas is estimated automatically. Note: this is gas units, not wei or gwei.

boolean

Flag to include a basis points fee transaction alongside the main transaction when set to true.

boolean

When true, dry-runs the transaction batch via eth_simulateV1 and returns a simulate field with status and error on each transaction.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json