Stellar Operations, Balances, and Account Objects
Query Stellar classic.
Operations
query MyQuery {
paymentsByPublicKey(publicKeyText: "PUBLIC_KEY") {
nodes {
accountByDestination {
publickey
}
amount
accountBySource {
publickey
}
assetByAsset {
code
issuer
}
assetNative
opId
txInfoByTx {
fee
ledgerByLedger {
closeTime
sequence
}
txHash
opCount
memo
}
muxedaccountByDestinationMuxed {
publickey
id
}
muxedaccountBySourceMuxed {
id
publickey
}
}
}
}Balances
Account Objects
Last updated