post https://rpc.chain49.com/cardano/network/status
This endpoint returns the current status of the network requested. Any NetworkIdentifier returned by /network/list should be accessible here.
Log in to see full request history
Responses
This endpoint returns the current status of the network requested. Any NetworkIdentifier returned by /network/list should be accessible here.
xxxxxxxxxx
12curl --request POST \
--url https://rpc.chain49.com/cardano/network/status \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"network_identifier": {
"blockchain": "cardano",
"network": "mainnet"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: