/
MU
multiversx
/
MultiversX Gateway API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 22m ago · Updated 1mo ago
Details
Filter operations
actions
2
address
15
block
6
block-atlas
1
hyperblock
2
internal
8
network
15
node
2
proof
4
status
2
transaction
15
post
sends a transaction to the network
post
returns the transaction's cost
post
same as /transaction/send but does not execute it, also the signature of the transaction will not be verified. will output simulation results.
get
returns the transaction which corresponds to the hash
get
returns the transactions pool for all shards.
get
returns the transaction and results which correspond to the hash
get
returns the transaction which corresponds to the hash (faster because will ask for transaction from the observer which is in the shard in which the address is part).
get
returns the transaction which corresponds to the hash (faster because will ask for transaction from the observer which is in the shard in which the address is part).
get
returns the status of the transaction which corresponds to the hash (faster because will ask for transaction status from the observer which is in the shard in which the address is part).
get
returns the status of the transaction which corresponds to the hash
post
simulates a transaction's execution
post
sends a bulk of transactions to the network
post
receives a request containing `address`, `numOfTxs` and `value` and will select a random account from the PEM file in the same shard as the address received. Will return the transaction's hash if successful or the interceptor error otherwise
get
retrieves the transaction with the provided hash
get
retrieves the status of the transaction with the provided hash
validator
1
vm-values
4
transaction
sends a bulk of transactions to the network
post
/transaction/send-multiple
Query parameters
transactions
object[]
required
the array of transactions
Response
successful operation
GenericResponse
required
data
object
error
string
code
string
Changes