| User assets | GET | /users/{user_id}/assets | Get a list of digital assets for the connected user. |
| User account | GET | /users/{user_id}/providers | Get a list of accounts for a user. |
| User transactions | GET | /users/{user_id}/transactions | Get a connected user's transaction data for all or specified providers. |
| Deactivate account | DELETE | /users/{user_id} | Deactivate a user's account. |
| Accounts list | GET | /accounts/all | List accounts of all users of your enterprise. |
| Transactions list | GET | /transactions/all | Returns a paginated list of transactions for all users associated with your enterprise. |
| Users list | GET | /users/all | All users associated with an enterprise. |
| Search users | POST | /users/all | Find a user by name. |
| Number of enterprise users | GET | /stats/users | Returns the number of users (active and deactivated) for your enterprise. |
| Number of accounts by provider | GET | /stats/accounts | Returns the aggregate metrics for all accounts associated with users of your enterprise. |
| Balance of all accounts | GET | /stats/balances | List the balances of all accounts associated with your enterprise. |
| Top traded assets | GET | /stats/transaction-assets | Returns the total number of transactions within the last 30 days (default timeframe) and the number of assets associated with each. |
| Enterprise providers | GET | /providers/all | List all providers supported by your enterprise. |
| Calico providers | GET | /providers | List all providers supported by Calico. |