Skip to main content

platform.getBlockchainStatus RPC Method

Loading...

Updated on
Apr 29, 2026

platform.getBlockchainStatus RPC Method

To use the platform.getBlockchainStatus method on the P-Chain, ensure that the end of your URL includes ext/bc/P.

Parameters

blockchainID
string
Loading...

Returns

status
string
Loading...
Validating
string
Loading...
Created
string
Loading...
Preferred
string
Loading...
Syncing
string
Loading...
Unknown
string
Loading...
Request
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "platform.getBlockchainStatus",
6
"params": {
7
"blockchainID": "umkbhSrjVw5nUvy1eo25AdrjRkPBdtzAMewuxA2rqEx4YMo4c"
8
},
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "platform.getBlockchainStatus",
6
"params": {
7
"blockchainID": "umkbhSrjVw5nUvy1eo25AdrjRkPBdtzAMewuxA2rqEx4YMo4c"
8
},
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"status": "Validating"
6
}
7
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"status": "Validating"
6
}
7
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free