cURL
curl --request GET \ --url https://app.conduit.io/api/allocations \ --cookie session=
{ "allocations": [ { "id": "<string>", "organizationId": "<string>", "accountId": "<string>", "strategyId": "<string>", "shares": "<string>", "depositedAmount": "<string>", "token": "usdc", "chainId": 1, "status": "active", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "transactionId": "<string>", "currentValue": "<string>", "depositTxHash": "<string>", "depositBlockNumber": 123, "withdrawTxHash": "<string>", "withdrawBlockNumber": 123, "depositedAt": "2023-11-07T05:31:56Z", "withdrawnAt": "2023-11-07T05:31:56Z", "valueUpdatedAt": "2023-11-07T05:31:56Z" } ] }
Returns all DeFi strategy allocations for the organization with optional filters
Session-based authentication via cookies
Filter by account ID
Filter by strategy ID
Filter by allocation status
active
withdrawn
failed
List of allocations
Show child attributes