# Transfers Initiate and manage USDC transfers ## Create USDC Transaction - [POST /accounts/{account_id}/usdc](https://docs.meow.com/meow_api/transfers/create_usdc_transaction_accounts__account_id__usdc_post.md): Creates a new USDC transaction from a specified bank account. The destination address is identified by the static_memo_id provided in the request body. ## Create Book Transfer - [POST /accounts/{account_id}/book](https://docs.meow.com/meow_api/transfers/create_book_transfer_accounts__account_id__book_post.md): Creates a new internal book transfer between bank accounts. ## Create ACH Transfer - [POST /accounts/{account_id}/ach](https://docs.meow.com/meow_api/transfers/create_ach_transfer_accounts__account_id__ach_post.md): Creates a new ACH transfer to an external counterparty. ## Create Wire Transfer - [POST /accounts/{account_id}/wire](https://docs.meow.com/meow_api/transfers/create_wire_transfer_accounts__account_id__wire_post.md): Creates a new wire transfer to an external counterparty. ## Get USDC Transaction - [GET /accounts/{account_id}/transactions/{transaction_id}](https://docs.meow.com/meow_api/transfers/get_usdc_transaction_accounts__account_id__transactions__transaction_id__get.md): Returns details about a USDC transaction from a transaction id. ## Get Wire Transfer - [GET /accounts/{account_id}/wires/{wire_transfer_id}](https://docs.meow.com/meow_api/transfers/get_wire_transfer_accounts__account_id__wires__wire_transfer_id__get.md): Returns details about a wire transfer for the specified account by wire transfer ID.