/dymensionxyz/dymension/sequencer/sequencers_by_rollapp/{rollappId}

Parameters:

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://froopyland.blockpi.network/lcd/v1/<your-api-key>/dymensionxyz/dymension/sequencer/sequencers_by_rollapp/a_11223344-1

// Result
{
    "rollappId": "a_11223344-1",
    "sequencerInfoList": [
        {
            "sequencer": {
                "description": {
                    "details": "",
                    "identity": "",
                    "moniker": "hub_sequencer",
                    "securityContact": "",
                    "website": ""
                },
                "dymintPubKey": {
                    "@type": "/cosmos.crypto.ed25519.PubKey",
                    "key": "N+3N8gPBc2wmrePIBg0W4OFInH+/gG9bILErcDzDikE="
                },
                "rollappId": "a_11223344-1",
                "sequencerAddress": "dym1e5h7ashn0ck2gyllqs3hdzqtt0krl7td86hjc8"
            },
            "status": "OPERATING_STATUS_PROPOSER"
        }
    ]
}

Last updated