Entities
List of all entities created by transaction hash
type Entities {
accounts: [AccountEvent]
orders: [Order]
positions: [Position]
ledgerEntries: [LedgerEntry]
balanceChanges: [AccountBalance]
transfers: [Transfer]
votes: [Vote]
erc20MultiSigSignerAddedBundles: [ERC20MultiSigSignerAddedBundle]
erc20MultiSigSignerRemovedBundles: [ERC20MultiSigSignerRemovedBundle]
trades: [Trade]
oracleSpecs: [OracleSpec]
oracleData: [OracleData]
markets: [Market]
parties: [Party]
marginLevels: [MarginLevels]
rewards: [Reward]
deposits: [Deposit]
withdrawals: [Withdrawal]
assets: [Asset]
liquidityProvisions: [LiquidityProvision]
proposals: [ProposalDetail]
delegations: [Delegation]
nodes: [NodeBasic]
nodeSignatures: [NodeSignature]
networkParameters: [NetworkParameter]
keyRotations: [KeyRotation]
ethereumKeyRotations: [EthereumKeyRotation]
protocolUpgradeProposals: [ProtocolUpgradeProposal]
}
Fields
Entities.accounts ● [AccountEvent] list object
List of accounts created by the transaction hash
Entities.orders ● [Order] list object
List of orders created by the transaction hash
Entities.positions ● [Position] list object
List of positions created by the transaction hash
Entities.ledgerEntries ● [LedgerEntry] list object
List of ledger entries created by the transaction hash
Entities.balanceChanges ● [AccountBalance] list object
List of balance changes created by the transaction hash
Entities.transfers ● [Transfer] list object
List of transfers created by the transaction hash
Entities.votes ● [Vote] list object
List of votes created by the transaction hash
Entities.erc20MultiSigSignerAddedBundles ● [ERC20MultiSigSignerAddedBundle] list object
List of ERC-20 multisig signer added bundles created by the transaction hash
Entities.erc20MultiSigSignerRemovedBundles ● [ERC20MultiSigSignerRemovedBundle] list object
List of ERC-20 multisig signer removed bundles created by the transaction hash
Entities.trades ● [Trade] list object
List of trades created by the transaction hash
Entities.oracleSpecs ● [OracleSpec] list object
List of oracle specs created by the transaction hash
Entities.oracleData ● [OracleData] list object
List of oracle data created by the transaction hash
Entities.markets ● [Market] list object
List of markets created by the transaction hash
Entities.parties ● [Party] list object
List of parties created by the transaction hash
Entities.marginLevels ● [MarginLevels] list object
List of margin levels created by the transaction hash
Entities.rewards ● [Reward] list object
List of rewards created by the transaction hash
Entities.deposits ● [Deposit] list object
List of deposits created by the transaction hash
Entities.withdrawals ● [Withdrawal] list object
List of withdrawals created by the transaction hash
Entities.assets ● [Asset] list object
List of assets created by the transaction hash
Entities.liquidityProvisions ● [LiquidityProvision] list object
List of liquidity provisions created by the transaction hash
Entities.proposals ● [ProposalDetail] list object
List of proposals created by the transaction hash
Entities.delegations ● [Delegation] list object
List of delegations created by the transaction hash
Entities.nodes ● [NodeBasic] list object
List of nodes created by the transaction hash
Entities.nodeSignatures ● [NodeSignature] list object
List of node signatures created by the transaction hash
Entities.networkParameters ● [NetworkParameter] list object
List of network parameters created by the transaction hash
Entities.keyRotations ● [KeyRotation] list object
List of key rotations created by the transaction hash
Entities.ethereumKeyRotations ● [EthereumKeyRotation] list object
List of ethereum key rotations created by the transaction hash
Entities.protocolUpgradeProposals ● [ProtocolUpgradeProposal] list object
List of protocol upgrade proposals created by the transaction hash
Returned by
entities query