corestate.proto
path vega/api/v1/corestate.proto
package vega.api.v1
Messages
Account
Name | Type | Description |
---|---|---|
party | string | |
market | string | |
balance | string | |
asset | string | |
type | string |
ListAccountsRequest
Name | Type | Description |
---|---|---|
party | string | |
market | string |
ListAccountsResponse
Name | Type | Description |
---|---|---|
accounts | Account |
ListAssetsRequest
Name | Type | Description |
---|---|---|
asset | string | optional ID |
ListAssetsResponse
Name | Type | Description |
---|---|---|
assets | vega.Asset |
ListDelegationsRequest
Name | Type | Description |
---|---|---|
party | string | |
node | string | |
epoch_seq | string |
ListDelegationsResponse
Name | Type | Description |
---|---|---|
delegations | vega.Delegation |
ListMarketsDataRequest
Name | Type | Description |
---|---|---|
market | string |
ListMarketsDataResponse
Name | Type | Description |
---|---|---|
markets_data | vega.MarketData |
ListMarketsRequest
Name | Type | Description |
---|---|---|
market | string |
ListMarketsResponse
Name | Type | Description |
---|---|---|
markets | vega.Market |
ListNetworkLimitsRequest
Name | Type | Description |
---|
ListNetworkLimitsResponse
Name | Type | Description |
---|---|---|
network_limits | vega.NetworkLimits |
ListNetworkParametersRequest
Name | Type | Description |
---|---|---|
network_parameter_key | string | optional parameter key |
ListNetworkParametersResponse
Name | Type | Description |
---|---|---|
network_parameters | vega.NetworkParameter |
ListPartiesRequest
Name | Type | Description |
---|
ListPartiesResponse
Name | Type | Description |
---|---|---|
parties | vega.Party |
ListPartiesStakeRequest
Name | Type | Description |
---|---|---|
party | string |
ListPartiesStakeResponse
Name | Type | Description |
---|---|---|
parties_stake | PartyStake |
ListProposalsRequest
Name | Type | Description |
---|---|---|
proposal | string | optional ID |
proposer | string | optional party |
ListProposalsResponse
Name | Type | Description |
---|---|---|
proposals | vega.Proposal |
ListValidatorsRequest
Name | Type | Description |
---|
ListValidatorsResponse
Name | Type | Description |
---|---|---|
validators | vega.events.v1.ValidatorUpdate |
ListVotesRequest
Name | Type | Description |
---|---|---|
proposal | string | |
party | string |
ListVotesResponse
Name | Type | Description |
---|---|---|
votes | vega.Vote |
PartyStake
Name | Type | Description |
---|---|---|
party | string | |
current_stake_available | string | |
stake_linkings | vega.events.v1.StakeLinking |
Services
CoreStateService
ListAccounts
Method | ListAccounts |
---|---|
Request | ListAccountsRequest |
Response | ListAccountsResponse |
Description | Accounts list Get a list of accounts |
ListAssets
Method | ListAssets |
---|---|
Request | ListAssetsRequest |
Response | ListAssetsResponse |
Description | Assets list Get a list of assets |
ListNetworkParameters
Method | ListNetworkParameters |
---|---|
Request | ListNetworkParametersRequest |
Response | ListNetworkParametersResponse |
Description | Network parameters list Get a list of network parameters |
ListNetworkLimits
Method | ListNetworkLimits |
---|---|
Request | ListNetworkLimitsRequest |
Response | ListNetworkLimitsResponse |
Description | Network limits list Get a list of network limits |
ListParties
Method | ListParties |
---|---|
Request | ListPartiesRequest |
Response | ListPartiesResponse |
Description | Parties list Get a list of parties |
ListValidators
Method | ListValidators |
---|---|
Request | ListValidatorsRequest |
Response | ListValidatorsResponse |
Description | Validators list Get a list of validators |
ListMarkets
Method | ListMarkets |
---|---|
Request | ListMarketsRequest |
Response | ListMarketsResponse |
Description | Markets list Get a list of markets |
ListProposals
Method | ListProposals |
---|---|
Request | ListProposalsRequest |
Response | ListProposalsResponse |
Description | Proposals list Get a list of proposals |
ListMarketsData
Method | ListMarketsData |
---|---|
Request | ListMarketsDataRequest |
Response | ListMarketsDataResponse |
Description | Markets data list Get a list of markets data |
ListVotes
Method | ListVotes |
---|---|
Request | ListVotesRequest |
Response | ListVotesResponse |
Description | Votes list Get a list of votes |
ListPartiesStake
Method | ListPartiesStake |
---|---|
Request | ListPartiesStakeRequest |
Response | ListPartiesStakeResponse |
Description | Parties stake list Get a list of parties stake |
ListDelegations
Method | ListDelegations |
---|---|
Request | ListDelegationsRequest |
Response | ListDelegationsResponse |
Description | Delegations list Get a list of delegations |