Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
How to feed a transaction with metadata as an input to next transaction?
How can you build transaction with custom output/input scripts ?
How to get the address for grant connect in multichain demo?
How to get the root node address to initialize the MultichainConnection rootnode property C#?
In multichain explorer for a given transaction, redeemed at input is shown. How do we get that redeemed transaction?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
How to get total transaction, total input and total output
+2
votes
Hello multichain dev,
I want create explorer multichain explorer like blockchain.info, but i confused how to get total transaction, total input and total output asset transaction on multichain address.
Thanks
address
asked
Feb 25, 2018
by
apasiboy
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+2
votes
You would need to build your own index of transactions on the chain in order to calculate this kind of summary information for all addresses. You might find the MultiChain Explorer a good place to start:
https://github.com/MultiChain/multichain-explorer
answered
Feb 26, 2018
by
MultiChain
I have create my own explorer with php, i can calculate manual by sum quantity on every transaction with api listaddresstransaction, but if there api to get total transaction will very helpfull..
I'm afraid there's no API like this at the moment in MultiChain.
Okey thank you..
Please
log in
or
register
to add a comment.
...