curl --request GET \
--url https://api.cdp.coinbase.com/platform/v1/networks/{network_id}/assets/{asset_id}/validators/{validator_id} \
--header 'Authorization: Bearer <token>'{
"validator_id": "0x966ea18b5f166d708eb5a3fb2948d1fa0c45d15d69b0399d823d447ee7efb9252f2d182c2d65c03c6e39227cd67e66e1",
"network_id": "ethereum-holesky",
"asset_id": "eth",
"status": "active",
"details": {
"index": 1085182,
"public_key": "0x8000011bc03bbf99ac5964d14d3bb52de983c848cc3734d736235a19715e8cbbd5e963163eb4bd2d8cd473d103b95c12",
"withdrawal_address": "0x8000011bc03bbf99ac5964d14d3bb52de983c848cc3734d736235a19715e8cbbd5e963163eb4bd2d8cd473d103b95c12",
"slashed": false,
"activationEpoch": "<string>",
"exitEpoch": "<string>",
"withdrawableEpoch": "<string>",
"balance": {
"amount": "12345678",
"asset": {
"network_id": "base-sepolia",
"asset_id": "USDC",
"decimals": 18,
"contract_address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
}
},
"effective_balance": {
"amount": "12345678",
"asset": {
"network_id": "base-sepolia",
"asset_id": "USDC",
"decimals": 18,
"contract_address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
}
}
}
}Get a validator by its ID for a given network and asset.
curl --request GET \
--url https://api.cdp.coinbase.com/platform/v1/networks/{network_id}/assets/{asset_id}/validators/{validator_id} \
--header 'Authorization: Bearer <token>'{
"validator_id": "0x966ea18b5f166d708eb5a3fb2948d1fa0c45d15d69b0399d823d447ee7efb9252f2d182c2d65c03c6e39227cd67e66e1",
"network_id": "ethereum-holesky",
"asset_id": "eth",
"status": "active",
"details": {
"index": 1085182,
"public_key": "0x8000011bc03bbf99ac5964d14d3bb52de983c848cc3734d736235a19715e8cbbd5e963163eb4bd2d8cd473d103b95c12",
"withdrawal_address": "0x8000011bc03bbf99ac5964d14d3bb52de983c848cc3734d736235a19715e8cbbd5e963163eb4bd2d8cd473d103b95c12",
"slashed": false,
"activationEpoch": "<string>",
"exitEpoch": "<string>",
"withdrawableEpoch": "<string>",
"balance": {
"amount": "12345678",
"asset": {
"network_id": "base-sepolia",
"asset_id": "USDC",
"decimals": 18,
"contract_address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
}
},
"effective_balance": {
"amount": "12345678",
"asset": {
"network_id": "base-sepolia",
"asset_id": "USDC",
"decimals": 18,
"contract_address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
}
}
}
}Was this page helpful?