---
name: "xpay-instadomain-get-transfer-code"
description: "Get the EPP/transfer authorization code for a completed domain purchase.

Use this when the domain owner wants to transfer their domain to another
registrar. The order must be in \"complete\" status. The auth code is
required by the receiving registrar to authorize the transfer.

Args:
    order_id: The order ID of a completed domain purchase.

Returns:
    Dict with order_id, domain, and auth_code."
version: "1.0.0"
price: "$0.02/call"
provider: "InstaDomain"
---

# Get Transfer Code

Get the EPP/transfer authorization code for a completed domain purchase.

Use this when the domain owner wants to transfer their domain to another
registrar. The order must be in "complete" status. The auth code is
required by the receiving registrar to authorize the transfer.

Args:
    order_id: The order ID of a completed domain purchase.

Returns:
    Dict with order_id, domain, and auth_code.

**Provider:** InstaDomain
**Price:** $0.02/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to get the epp/transfer authorization code for a completed domain purchase.

use this when the domain owner wants to transfer their domain to another
registrar. the order must be in "complete" status. the auth code is
required by the receiving registrar to authorize the transfer.

args:
    order_id: the order id of a completed domain purchase.

returns:
    dict with order_id, domain, and auth_code.. This is part of the InstaDomain provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 8+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("instadomain/get_transfer_code")`
2. **`xpay_run`** — Execute: `xpay_run("instadomain/get_transfer_code", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `order_id` | string | Yes |  |

## Pricing

- **Cost:** $0.02/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [InstaDomain (all tools)](https://xpay.tools/skills/instadomain/SKILL.md) — 9 tools
- [Check Domain](https://xpay.tools/skills/instadomain/check-domain/SKILL.md) — $0.02/call
- [Buy Domain](https://xpay.tools/skills/instadomain/buy-domain/SKILL.md) — $0.02/call
- [Buy Domain Crypto](https://xpay.tools/skills/instadomain/buy-domain-crypto/SKILL.md) — $0.02/call
- [Get Domain Status](https://xpay.tools/skills/instadomain/get-domain-status/SKILL.md) — $0.02/call
- [Unlock Domain](https://xpay.tools/skills/instadomain/unlock-domain/SKILL.md) — $0.02/call

## Links

- Tool page: https://xpay.tools/instadomain/get-transfer-code/
- Provider: https://xpay.tools/instadomain/
- All tools: https://xpay.tools/explore
