# Managed Accounts Managed Accounts are a type of financial instrument offered by Weavr. They hold funds for their owner, and can be upgraded to IBANs so as to receive and send funds to instruments outside of the Weavr Platform, via Wire Transfers. These accounts can also be used as sources and destinations in the `transfer` transaction. With the `access_token` representing the identity and the consent of the identity, you will be able to operations on the identity's managed accounts, such as getting a managed account's details and retrieving its statement. ## Get a managed account - [GET /managed_accounts/{id}](https://api.weavr.io/products/multi-backoffice/openapi/managed-accounts/managedaccountget.md): Fetch the managed account identified by the id in path. ## Get a managed account statement - [GET /managed_accounts/{id}/statement](https://api.weavr.io/products/multi-backoffice/openapi/managed-accounts/managedaccountstatement.md): Returns a list of transactions against the managed account identified by the id path parameter, matching the criteria provided in the request.