# List transfers **GET /transfers** Get all transfers (executed orders) for the authenticated workspace ## Servers - Sandbox - Banking Operations: https://bank.bank.place (Sandbox - Banking Operations) - Sandbox - Authentication: https://auth.bank.place (Sandbox - Authentication) ## Authentication methods - Bearer auth ## Parameters ### Headers - **Workspace-ID** (integer) The workspace ID - to identify the sub-user ## Responses ### 200 List of transfers #### Body: application/json (array[object]) - **amount** (string) Transfer amount (in smallest unit) - **createdAt** (string) Creation timestamp - **description** (string) Transfer description - **direction** (string) Transfer direction (debit/credit) - **edges** (object) - **feeAmount** (string) Fee amount charged for the transfer - **id** (integer) Transfer ID - **purpose** (string) Transfer purpose - **type** (string) Transfer type (spot, etc.) - **updatedAt** (string) Last update timestamp ### 401 Unauthorized #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)