/constants
Returns network-specific constants that can be used to automatically configure dapps
Parameters
- none
Returns
stake
:(number)
topUp
:(number)
locked
:(number)
minDelegation
:(number)
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/constants' \
-H 'accept: application/json'
Result
{
"chainId": "1",
"gasPerDataByte": 1500,
"minGasLimit": 50000,
"minGasPrice": 1000000000,
"minTransactionVersion": 1
}