List Dedicated Blockchains
GET/v1/rpc_nodes/dedicated/blockchains
List all Dedicated Blockchains
List Dedicated Blockchains
curl https://api.nirvanalabs.io/v1/rpc_nodes/dedicated/blockchains \
-H "Authorization: Bearer $NIRVANA_LABS_API_KEY"{
"items": [
{
"blockchain": "ethereum",
"network": "mainnet"
}
],
"pagination": {
"next_cursor": "RhwniMT4B74siYZcPF8TnCdGI1l9rpPvg",
"previous_cursor": "ARhwnmi1hA7wEbHbMjdYQlOB_ZusP4fYvw",
"total_count": 125
}
}Returns Examples
{
"items": [
{
"blockchain": "ethereum",
"network": "mainnet"
}
],
"pagination": {
"next_cursor": "RhwniMT4B74siYZcPF8TnCdGI1l9rpPvg",
"previous_cursor": "ARhwnmi1hA7wEbHbMjdYQlOB_ZusP4fYvw",
"total_count": 125
}
}