Coinset
UsageFull node

get_network_info

Retrieves some information about the current network.

POST
/get_network_info
/get_network_info

Request Body

application/jsonRequired

Empty request body

curl -X POST "https://api.coinset.org/get_network_info" \
  -H "Content-Type: application/json" \
  -d '{}'

OK

{
  "network_name": "mainnet",
  "network_prefix": "xch",
  "genesis_challenge": "f4c0c9d5b3cd59d6f7c76ecd780e646a2c55064367d0ddbb42b2b6462a4674b2",
  "success": true,
  "error": "string"
}