post https://cosmos-mainnet-archive.allthatnode.com:26657/
Get genesis.
Upon success, the Cache-Control header will be set with the default maximum age.
Parameters
- No parameters are needed.
curl https://cosmos-mainnet-archive.allthatnode.com:26657/8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj \
--header "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "genesis"
}'
Returns
Note
Due to the genesis data is too huge, the node client does not show the response. Instead, you can try
genesis_chunked
API.
OBJECT
- genesis data
{"jsonrpc":"2.0","id":1,"error":{"code":-32603,"message":"Internal error","data":"genesis response is large, please use the genesis_chunked API instead"}}