REST API Endpoints
Portfolio Deposit
Generate transaction data for depositing assets into a portfolio
POST
Generates transaction data for depositing assets into a portfolio.
The unique identifier of the portfolio
The contract address of the token to deposit, or “native” for ETH
The chain ID where the token exists (e.g., 8453 for Base)
The amount to deposit in base units (e.g., wei for ETH, without decimals)
Optional custom sender address (defaults to the portfolio owner address)
Whether to perform full transaction simulation and gas estimation
Your API key for authentication
The format of the request body