Allow

Grants or revokes permission for designated manager addresses to operate on your account. You specify a manager's address along with a flag indicating whether they're allowed or disallowed, and the transaction is executed with customizable gas settings.

💡

Compute Unit Value: 115 (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/allow

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

string
enum

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

Allowed:
string
required

The address of the account that will be granted or revoked manager permissions.

boolean
required

Set to 'true' to allow the manager or 'false' to disallow the manager. Defaults to 'true'.

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.

string

Specifies the priority level for gas fees (e.g., 'low', 'medium', or 'high'), which influences the transaction speed and cost.

string

Standard market choice like USDC or WETH. Defaults to USDC if not specified.

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