# GET /token/addresses/{id}

**Operation ID:** `GetTokenAddresses`

Get chain addresses for a token

Returns all known chain/address pairs for a token identified by its pricing ID.

## Parameters

| Name | In | Type | Required | Description |
|------|-----|------|----------|-------------|
| `id` | path | string | Yes | The CoinGecko pricing ID of the token. Example: `"usd-coin"` |

## Responses

- **200**: OK
  **Schema** (object):  Example: `{"base":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","ethereum":"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","solana":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"}`
- **400**: Bad Request
- **500**: Internal Server Error

## Example

```bash
curl -X GET "https://api.arkm.com/token/addresses/usd-coin" \
  -H "API-Key: YOUR_API_KEY"
```
