Read the USDC Gateway deposit automations for a vault account
Returns the USDC Gateway deposit automations configured for the given vault account. Note: This endpoint is currently in beta and might be subject to changes. Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.
GET
TypeScript
Path Parameters
The ID of the vault account
Response
USDC Gateway deposit automations
The deposit automations configured for the vault account.
Example:
[
{
"automationId": "b68a9e08-b59c-4ff9-893f-52d4f78c21e6",
"vaultAccountId": "42",
"assetId": "USDC_ETH",
"automationType": "USDC_GATEWAY_DEPOSIT",
"timeBased": {
"intervalValue": 60,
"intervalUnit": "MINUTES"
}
}
]Previous
Set up a USDC Gateway deposit automation for a vault accountTurns on automatic deposits into the USDC Gateway wallet for the given vault account, on the schedule you choose. Returns an error if an automation already exists for this vault account and asset. Use PATCH to change it instead.
**Note:** This endpoint is currently in beta and might be subject to changes.
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver.
Next
TypeScript