Bundle a list of actions
Returns a single transaction bundling the submitted actions. For available actions, see /actions
endpoint.
Query Parameters
Chain ID of the network to execute the transaction on
Ethereum address of the wallet to send the transaction from
"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
Routing strategy to use. Use delegate
when:
- You want to specify
spender
- You want to use the
harvest
ordeposit
action with/bundle
endpoint
delegate
, router
Ethereum address of the receiver of the tokenOut
"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
Ethereum address of the spender of the tokenIn
"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
A list of swap aggregators to be ignored from consideration. See /aggregators
endpoint for available aggregators
Referral code that will be included in an on-chain event after encoding to hex. At most 16 characters.
"0123456789ABCDEF"
Body
The body is of type object[]
.
Response
The response is of type object
.