Skip to main content

AllocateRequest

chainIdstringrequired

EVM chain ID

Example: 1
operatorstringrequired

Address executing the transactions

Example: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
actions object[]required

Sequence of allocation actions to perform

  • Array [
  • typeAllocationOperation (string)required

    Type of allocation operation

    Possible values: [Deposit, Withdraw, Borrow, Repay, Transfer, Wrap, Unwrap, Sweep]

    params objectrequired

    Operation-specific parameters

    property name*any

    Operation-specific parameters

  • ]
  • AllocateRequest
    {
    "chainId": "1",
    "operator": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
    "actions": [
    {
    "type": "Deposit",
    "params": {}
    }
    ]
    }