Wallet
31Third API key (Request via [email protected])
Chain ID as hex string. (e.g.: 0x1 for Ethereum mainnet)
The wallet that is used to sign the rebalancing and send it on-chain.
0xAb5801a7D398351b8bE11C439e05C5B3259aeC9BMaximum deviation from the target allocation. (0.01 = 1%)
0.005Maximum allowed slippage for the calculated trades. (0.01 = 1%)
0.005Max price impact for the calculated basket trade. (0.01 = 1%)
0.01If true an error is returned if the price impact is exceeded. Otherwise an issue (warning) is added to the response. Defaults to false.
falseMin quote expiry. (in seconds) RFQ/OTC quotes from market makers have hard expiries between 40-90 seconds. If minExpiry is set higher then MM expiries these MMs are excluded. (Keep in mind that MM pricing might be better than DEX pricing, especially if quantity is high)
35Min trade value. (in USD) The smart order router ignores potential trades with a value smaller than minTradeValue. Super small value trades often lead to execution issues, therefore we skip trades smaller than $1 by default.
1Describes if batch trading should be enabled (if not trades can be executed one-by-one)
trueExample: trueDescribes if the batch execution should revert if one trade fails. Otherwise the already positive executed trades are settled.
trueDescribes if balance check should be skipped. (Can be useful for testing).
falseIf true, an exception is thrown, indicating that no price pair can be found for at least one of the tokens. (Only assets with a balance greater than 0 are considered.) If false, the rebalancing is still calculated without considering the tokens with no pairs.
trueExample: trueIf true the rebalancing will be calculated asynchronously. The progress can be checked with the responded id
falseExample: true[FOR TENDERLY SIMULATION] Address that should be used instead of signer. Can be useful for Tenderly simulation if simulating an Enzyme vault you're not the owner of.
0xAb5801a7D398351b8bE11C439e05C5B3259aeC9BWallet for which the rebalancing is calculated.
0xAb5801a7D398351b8bE11C439e05C5B3259aeC9BUnique ID of the calculated rebalancing.
0096124c-19df-4459-8cbb-7615fdc7c157Rebalancing creation timestamp
Total value of assets in the rebalancing base allocation. (in USD)
12345.67The proportion of value that is taken out for trades, meaning sold. (in USD)
12345.67Estimated loss of total portfolio value. (in USD; fees are already included in this value)
12.34Estimated total value of the rebalancing target allocation. (in USD; fees are already included in this value)
12345.67Estimated value of assets received after all trades. (in USD; fees are already included in this value)
12345.67Minimal total portfolio value after the rebalancing. (in USD; slippage and fees are included in this value)
12325.67Estimated impact. (0.01 = 1%; fees are already included in this value)
0.0023Maximal impact. (0.01 = 1%; slippage and fees are included in this value)
0.0027Estimated gas units for this trade. (in WEI)
20000000000000000Suggested gas price [LOW/MARKET/AGGRESSIVE] fetched from a block explorer (e.g. Etherscan). (in WEI)
20000000000000000Estimated gas fees for the rebalancing. (in WEI)
20000000000000000Estimated gas fees for the rebalancing. (in USD)
23.45Estimated protocol fees for the rebalancing. (in USD)
23.45[Just if a batch trade is requested, otherwise use txHandler per trade] Address of the contract to send the txData to. It will be our batch trade contract if it is a rebalancing transaction. However, in some special cases, it may also be a different contract, for example, in the case of wrapping ETH into WETH.
[Just if a batch trade is requested, otherwise use txData per trade] Call data to execute the rebalancing. (Must be sent to the txHandler contract address.)
Call value to execute the rebalancing. (Must be sent to the txHandler contract address.)
List of tokens for which no price pair could be found.
["0x3ed3b47dd13ec9a98b44e6204a523e766b225811"]Is executable based on wallet permissions for smart contracts
["true"]If the rebalancing contains RFQ/OTC trades this is a hard deadline.If not this can be considered as soft deadline. A new rebalancing should be calculated since after some time market prices might have changed in a way that another composition of trades might be better.
2025-10-17T08:27:04.604ZEarliest timestamp when quotes for this rebalancing can be refreshed
Last updated