/dymensionxyz/dymension/sequencer/sequencers_by_rollapp

Parameters:

None

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

// Result
{
    "pagination": {
        "next_key": "YWxsYWJvdXRtZV8yMTgyMjgyLTEv",
        "total": "10860"
    },
    "sequencersByRollapp": [
        {
            "rollappId": "",
            "sequencerInfoList": [
                {
                    "sequencer": {
                        "description": {
                            "details": "",
                            "identity": "",
                            "moniker": "myrollapp-sequencer",
                            "securityContact": "",
                            "website": ""
                        },
                        "dymintPubKey": {
                            "@type": "/cosmos.crypto.ed25519.PubKey",
                            "key": "ijG7PV1yApdUzvQQx8+fozS6MVucRlepfO1AVyp/agY="
                        },
                        "rollappId": "",
                        "sequencerAddress": "dym1sxcrg5y9negznlepttsxgvqjlmr0wes4qsdsgn"
                    },
                    "status": "OPERATING_STATUS_PROPOSER"
                }
            ]
        },
        {
            "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