Closed shaswatsaloni closed 2 hours ago
The IP address is absent from your first command. Does the following command work?
curl --location 'http://10.213.56.73:1317/cosmos/bank/v1beta1/balances/celestia1w73c9lh4hc2s4fgrq3t526ggq0yw467xtf4wps'
--header 'x-cosmos-block-height: 2767245'
Please re-open if this is still an issue.
No, i checked with the IP also, but that doesn't seems to work, Please help me out.
Can you please provide:
curl
and the archival node?--api.enable
?--api.address
?A variant of your command works if I use a community API endpoint:
$ curl --location 'https://celestia-rpc.brightlystake.com/api/cosmos/bank/v1beta1/balances/celestia1w73c9lh4hc2s4fgrq3t526ggq0yw467xtf4wps' --header 'x-cosmos-block-height: 2826293'
{
"balances": [
{
"denom": "utia",
"amount": "52215"
}
],
"pagination": {
"next_key": null,
"total": "1"
}
}%
curl --location 'http://:1317/cosmos/bank/v1beta1/balances/celestia1w73c9lh4hc2s4fgrq3t526ggq0yw467xtf4wps' \
--header 'x-cosmos-block-height: 2767245'
I have a archival celestia consensus node setup. But this doesn't seems to be working for me?
But these are working.
curl --location 'http://10.213.56.73:1317/status'
any help would be appreciated.
Thanks, Saloni.