curl --request GET \
--url https://app.conduit.io/api/allocations/{id} \
--cookie session={
"allocation": {
"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 a single allocation by ID
curl --request GET \
--url https://app.conduit.io/api/allocations/{id} \
--cookie session={
"allocation": {
"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"
}
}