Skip to main content

AllocateRequest

chainIdstringrequired
Example: 1
operatorstringrequired
Example: 0xOperatorAddress
actions object[]required
  • Array [
  • typeAllocationOperation (string)required

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

    params objectrequired
    property name*any
  • ]
  • AllocateRequest
    {
    "chainId": "1",
    "operator": "0xOperatorAddress",
    "actions": [
    {
    "type": "Deposit",
    "params": {}
    }
    ]
    }