Returns Environment Name
Was this helpful?
GET /settings/environment
Returns the name of the current Hedera network environment.
Authentication: Bearer token required (Authorization: Bearer <token>)
No request body or parameters required.
Status: 200 OK
"testnet"Possible values: mainnet, testnet, previewnet.
401 Unauthorized
Missing or invalid token
500 Internal Server Error
Unexpected server failure
Was this helpful?
Was this helpful?