Chain ID ile Getir
Kimlik Doğrulama: Bearer token gereklidir.
Endpoint: GET /api/v1/chains/{id}
Yol Parametreleri
| Parametre | Tip | Zorunlu | Açıklama |
|---|---|---|---|
| id | string | Evet | Chain UUID |
Yanıt — 200 OK
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Ethereum",
"slug": "ethereum",
"chain_slug": "ethereum"
}
| Kod | Açıklama |
|---|---|
| 400 | Geçersiz UUID |
| 404 | Chain bulunamadı |