/dymensionxyz/dymension/sequencer/sequencer

Parameters:

None

Example:

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

// Result
{
    "pagination": {
        "next_key": "ZHltMTBheWF4djcwd2o3czVzM2Q0ZTJkOWR2MDV6dWQ5cjNwOXd4c3l4Lw==",
        "total": "10861"
    },
    "sequencerInfoList": [
        {
            "sequencer": {
                "description": {
                    "details": "",
                    "identity": "",
                    "moniker": "hub_sequencer",
                    "securityContact": "",
                    "website": ""
                },
                "dymintPubKey": {
                    "@type": "/cosmos.crypto.ed25519.PubKey",
                    "key": "+iWdjDulezrbtY+T5x7DrwCgwz3a/3DXWbS+As/fiu8="
                },
                "rollappId": "hoa_1061-1",
                "sequencerAddress": "dym10006ad79nktklytu7fe7pm442p5p97edusp0kn"
            },
            "status": "OPERATING_STATUS_PROPOSER"
        },
        {
            "sequencer": {
                "description": {
                    "details": "",
                    "identity": "",
                    "moniker": "hub_sequencer",
                    "securityContact": "",
                    "website": ""
                },
                "dymintPubKey": {
                    "@type": "/cosmos.crypto.ed25519.PubKey",
                    "key": "cs12Tno+wFC3a7B53xZPEAkXsXIc/6Yxugou7hM9+4U="
                },
                "rollappId": "mojtaba_7143942-1",
                "sequencerAddress": "dym10027sutjhph2ryyk6lrrq3ua44qvp0w7kdv4dv"
            },
            "status": "OPERATING_STATUS_PROPOSER"
        },
        ......
}

Last updated