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 use createrawsendfrom to publish items in multiple streams in a single transaction or API call
Same data in multiple streams
multiple Multisig address with different addresses in the same wallet
Insert meta data when using sendassetfrom rpc api call
Is there any way to call Multichain API in synchronously in node JS ?
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
Query data with multiple Txid in same API call
+2
votes
Hi,
Can we retrieve data belongs to multiple tx hash at sametime in same call.
getstreamitem test_stream txid1 - This is working.
getstreamitem test_stream txid1 txid2 or something like
getstreamitem test_stream ['txid1','txid2] is possible?
Thanks.
txid
asked
May 4, 2020
by
blkchain_enthu
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
I'm afraid you can't currently do this with any of the APIs. If latency is an issue between your application and node you may want to consider using a list of requests in single HTTP session. See 'Batch' here:
https://www.jsonrpc.org/specification
answered
May 5, 2020
by
MultiChain
Please
log in
or
register
to add a comment.
...