Skip to content

Instantly share code, notes, and snippets.

@yuyasugano
Last active May 13, 2021 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuyasugano/7b0866ebdc5e6235cdb4489c770d8289 to your computer and use it in GitHub Desktop.
Save yuyasugano/7b0866ebdc5e6235cdb4489c770d8289 to your computer and use it in GitHub Desktop.
get a list of blockchains in P-Chain
curl -X POST --data '{
"jsonrpc":"2.0",
"id" :1,
"method" :"platform.getBlockchains",
"params" :{}
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/P | jq '.result.blockchains[-1]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment