# Transfers Use Transfers endpoints to move domains into your name.com account. Start by creating a transfer request, then monitor and manage the status of pending transfers. You can also cancel a transfer if needed. ## List Transfers - [GET /core/v1/transfers](https://docs.name.com/api-spec-cdn/namecom.api/transfers/listtransfers.md): Returns all domain transfer requests for the account, including in-progress and recent transfers. ## Create Transfer - [POST /core/v1/transfers](https://docs.name.com/api-spec-cdn/namecom.api/transfers/createtransfer.md): Initiates a domain transfer into your name.com account from another registrar. You must provide the domain name and its valid transfer authorization code (EPP code). The domain must not be locked or under any transfer restrictions (e.g. clientTransferProhibited). If successful, the transfer is submitted and tracked through the ICANN transfer process. Once a transfer has been created, you can track its progress via the GetTransfer endpoint. ## Get Transfer - [GET /core/v1/transfers/{domainName}](https://docs.name.com/api-spec-cdn/namecom.api/transfers/gettransfer.md): Retrieves details of a specific domain transfer request. ## Cancel Transfer - [POST /core/v1/transfers/{domainName}:cancel](https://docs.name.com/api-spec-cdn/namecom.api/transfers/canceltransfer.md): Cancels a pending transfer request. This can be used if the transfer was initiated in error or if the authorization code provided was incorrect. The price of the transfer will refund the amount to account credit.