Skip to main content

AllocateRequest

chainIdstringrequired

EVM chain id, as a decimal string. See the ChainId schema.

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": {}
    }
    ]
    }