| Protocol   | Network          | Path Parameter           |
|------------|------------------|------------------------|
| Avalanche  | Mainnet-c       | `avalanche-mainnet-c`  |
|            | Testnet-c       | `avalanche-testnet-c`  |
| Ethereum   | Mainnet         | `ethereum-mainnet`     |
|            | Sepolia         | `ethereum-sepolia`     |
|            | Hoodi           | `ethereum-hoodi`       |
| Polygon    | Mainnet         | `polygon-mainnet`      |
|            | Amoy            | `polygon-amoy`         |
| Solana     | Mainnet         | `solana-mainnet`       |
|            | Testnet         | `solana-testnet`       |
|            | Devnet          | `solana-devnet`        |
| Tron       | Mainnet         | `tron-mainnet`         |
|            | Nile            | `tron-nile`            |

### API Responses

| HTTP Status | Description                                   |
|-------------|-----------------------------------------------|
| `200`      | An unsigned transaction                        |
| `400`      | Bad Request                                   |
| `401`      | Invalid or expired token                      |
| `429`      | Rate limit exceeded                           |
| `500`      | An internal server error happened             |
| `501`      | The request endpoint is not implemented       |
| `503`      | The resource you are trying to access is currently unavailable |

### Example Request

```bash
curl --request POST \
     --url https://svc.blockdaemon.com/tx/v1/ethereum-mainnet/create/token \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Compute Unit Value

The compute unit value is fixed at `10`.

### START HERE!

Click **Try It!** to test the endpoint with the default values or customize your request by following these steps:

1. Enter your API key in the **Header: token** text box (top right).
   - You can **[get a free API key here](https://docs.blockdaemon.com/docs/quick-start-blockdaemon-api-suite)** .
2. Enter the parameters available below.
3. Click **Try It!**.
