Skip to main content
Version: testnet (v0.76)

corestate.proto

path vega/api/v1/corestate.proto

package vega.api.v1


Messages

Account

NameTypeDescription
partystring
marketstring
balancestring
assetstring
typestring

ListAccountsRequest

NameTypeDescription
partystring
marketstring

ListAccountsResponse

NameTypeDescription
accountsrepeated Account

ListAssetsRequest

NameTypeDescription
assetstringoptional ID

ListAssetsResponse

NameTypeDescription
assetsrepeated vega.Asset

ListDelegationsRequest

NameTypeDescription
partystring
nodestring
epoch_seqstring

ListDelegationsResponse

NameTypeDescription
delegationsrepeated vega.Delegation

ListMarketsDataRequest

NameTypeDescription
marketstring

ListMarketsDataResponse

NameTypeDescription
markets_datarepeated vega.MarketData

ListMarketsRequest

NameTypeDescription
marketstring

ListMarketsResponse

NameTypeDescription
marketsrepeated vega.Market

ListNetworkLimitsRequest

NameTypeDescription

ListNetworkLimitsResponse

NameTypeDescription
network_limitsvega.NetworkLimits

ListNetworkParametersRequest

NameTypeDescription
network_parameter_keystringoptional parameter key

ListNetworkParametersResponse

NameTypeDescription
network_parametersrepeated vega.NetworkParameter

ListPartiesRequest

NameTypeDescription

ListPartiesResponse

NameTypeDescription
partiesrepeated vega.Party

ListPartiesStakeRequest

NameTypeDescription
partystring

ListPartiesStakeResponse

NameTypeDescription
parties_stakerepeated PartyStake

ListProposalsRequest

NameTypeDescription
proposalstringoptional ID
proposerstringoptional party

ListProposalsResponse

NameTypeDescription
proposalsrepeated vega.Proposal

ListValidatorsRequest

NameTypeDescription

ListValidatorsResponse

NameTypeDescription
validatorsrepeated vega.events.v1.ValidatorUpdate

ListVotesRequest

NameTypeDescription
proposalstring
partystring

ListVotesResponse

NameTypeDescription
votesrepeated vega.Vote

PartyStake

NameTypeDescription
partystring
current_stake_availablestring
stake_linkingsrepeated vega.events.v1.StakeLinking

Services

CoreStateService

ListAccounts

MethodListAccounts
RequestListAccountsRequest
ResponseListAccountsResponse
DescriptionAccounts list Get a list of accounts. This endpoint may not be exposed by mainnet nodes.

ListAssets

MethodListAssets
RequestListAssetsRequest
ResponseListAssetsResponse
DescriptionAssets list Get a list of assets. This endpoint may not be exposed by mainnet nodes.

ListNetworkParameters

MethodListNetworkParameters
RequestListNetworkParametersRequest
ResponseListNetworkParametersResponse
DescriptionNetwork parameters list Get a list of network parameters. This endpoint may not be exposed by mainnet nodes.

ListNetworkLimits

MethodListNetworkLimits
RequestListNetworkLimitsRequest
ResponseListNetworkLimitsResponse
DescriptionNetwork limits list Get a list of network limits. This endpoint may not be exposed by mainnet nodes.

ListParties

MethodListParties
RequestListPartiesRequest
ResponseListPartiesResponse
DescriptionParties list Get a list of parties. This endpoint may not be exposed by mainnet nodes.

ListValidators

MethodListValidators
RequestListValidatorsRequest
ResponseListValidatorsResponse
DescriptionValidators list Get a list of validators. This endpoint may not be exposed by mainnet nodes.

ListMarkets

MethodListMarkets
RequestListMarketsRequest
ResponseListMarketsResponse
DescriptionMarkets list Get a list of markets. This endpoint may not be exposed by mainnet nodes.

ListProposals

MethodListProposals
RequestListProposalsRequest
ResponseListProposalsResponse
DescriptionProposals list Get a list of proposals. This endpoint may not be exposed by mainnet nodes.

ListMarketsData

MethodListMarketsData
RequestListMarketsDataRequest
ResponseListMarketsDataResponse
DescriptionMarkets data list Get a list of markets' data. This endpoint may not be exposed by mainnet nodes.

ListVotes

MethodListVotes
RequestListVotesRequest
ResponseListVotesResponse
DescriptionVotes list Get a list of votes. This endpoint may not be exposed by mainnet nodes.

ListPartiesStake

MethodListPartiesStake
RequestListPartiesStakeRequest
ResponseListPartiesStakeResponse
DescriptionParties stake list Get a list of parties' stake. This endpoint may not be exposed by mainnet nodes.

ListDelegations

MethodListDelegations
RequestListDelegationsRequest
ResponseListDelegationsResponse
DescriptionDelegations list Get a list of delegations. This endpoint may not be exposed by mainnet nodes.