get https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/bank/v1beta1/params
Queries the parameters of x/bank module.
Parameters
- No parameters are needed.
curl "https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/bank/v1beta1/params" \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'
Returns
OBJECT
- The params information.
{
"params": {
"send_enabled": [
{
"denom": "string",
"enabled": true
}
],
"default_send_enabled": true
}
}