cURL
curl --request POST \ --url 'https://api.avax.network/ext/bc/P#platform.getBlockchainStatus' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "platform.getBlockchainStatus", "params": {}, "id": 1 }'
{ "jsonrpc": "2.0", "result": { "status": {} }, "id": 1 }
Gets the status of a blockchain by its ID.
JSON-RPC request
"2.0"
"platform.getBlockchainStatus"
Method parameters
Show child attributes
1
Successful response
Method result
Was this page helpful?