Get Chain by ID
Authentication: Bearer token required.
Endpoint: GET /api/v1/chains/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Chain UUID |
Response — 200 OK
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Ethereum",
"slug": "ethereum",
"chain_slug": "ethereum"
}
| Status | Description |
|---|---|
| 400 | Invalid UUID |
| 404 | Chain not found |