中文版文档请猛击 eth.cn.md
Raw Query also tells us the shape of the response
- Queries
- accountByAddress
- blockByHash
- blockByHeight
- blockchainInfo
- contractTransferByHash
- cryptoHistoryPrice
- emptyBlocks
- erc20TokenBalance
- erc20Tokens
- erc20TokensByAddress
- etherTransfersByAddress
- genesisBlock
- listBlocks
- listContractTransfers
- listTransactions
- richestAccounts
- transactionByHash
- transactionByIndex
- transactionsByAddress
- transactionsByIndex
- transfersInContract
- zeroFeesBlocks
- Subscriptions
- Mutations
- address, required, The address generated based on the public key of the account.
{
accountByAddress(address: "abc") {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
}- hash, required, The hash of the block.
{
blockByHash(hash: "abc") {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
logsBloom
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
}- height, required, The number of blocks ahead of this block.
{
blockByHeight(height: 123) {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
logsBloom
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
}- instance, required, The name of the blockchain instance.
{
blockchainInfo(instance: "abc") {
avgBlockGap
avgFees
avgGasPrice
avgTotal
consensus
instance
latestHash
latestHeight
latestUpdateTime
name
blocks {
data {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
}
page {
cursor
next
total
}
}
uncles {
hash
height
reward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}
page {
cursor
next
total
}
}
}
}- traceAddress, optional, The position graph of how traces were called.
- transactionHash, required, The hash of the contract transfer to return.
{
contractTransferByHash(transactionHash: "abc") {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
value
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}- endDate, required, the end_date of the interval
- paging, optional, Describes which page of data to return.
- startDate, required, the start_date of the interval
- token, required, the name of the token
{
cryptoHistoryPrice(endDate: "2019-02-15T06:47:33.299Z", startDate: "2019-02-15T06:47:33.299Z", token: "abc") {
data {
date
price
}
page {
cursor
next
total
}
}
}- paging, optional, Describes which page of data to return.
- timeFilter, optional, Filters the records by block height or time.
{
emptyBlocks {
data {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
page {
cursor
next
total
}
}
}- accountAddress, optional, the address of the token
- contractAddress, optional, The address of the ERC20 contract.
- symbol, optional, The symbol of the token, such as ABT for ArcBlock, BNB for Binance and so on.
{
erc20TokenBalance {
accountAddress
balance
contractAddress
decimals
name
priceInUsd
symbol
totalSupply
website
transfers {
data {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
value
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
}- address, optional, the address of the token
- symbol, optional, The symbol of the token, such as ABT for ArcBlock, BNB for Binance and so on.
{
erc20Tokens {
data {
contractAddress
decimals
name
priceInUsd
symbol
totalSupply
website
transfers {
data {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
value
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
}
}- accountAddress, required, the account address
{
erc20TokensByAddress(accountAddress: "abc") {
data {
contractAddress
decimals
name
priceInUsd
symbol
totalSupply
website
transfers {
data {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
value
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
}
}- paging, optional, Describes which page of data to return.
- receiver, optional, Specifies the receiver's address.
- sender, optional, Specifies the sender's address.
{
etherTransfersByAddress {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
parent {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
uncles {
hash
height
reward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}No arguments
{
genesisBlock {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
logsBloom
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
}- paging, optional, Describes which page of data to return.
- timeFilter, optional, Filters the records by block height or time.
{
listBlocks {
data {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
page {
cursor
next
total
}
}
}- addressFilter, optional, Filters the transfer records by sender's and/or receiver's addresses.
- contractAddress, optional, The address of the contract to query.
- paging, optional, Describes which page of data to return.
- symbol, optional, The symbol of the token, such as ABT for ArcBlock, BNB for Binance and so on.
- timeFilter, optional, Filters the records by block height or time.
- transactionHash, optional, The hash of the transaction.
{
listContractTransfers {
data {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
value
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}- addressFilter, optional, Filters the transaction records by sender's and/or receiver's addresses.
- etherOnly, optional, If ture, then only the transactions in which there are Ether transacted will be return, otherwise all transactions will be returned.
- paging, optional, Describes which page of data to return.
- timeFilter, optional, Filters the records by block height or time.
{
listTransactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
parent {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
uncles {
hash
height
reward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}- paging, optional, Describes which page of data to return.
{
richestAccounts {
data {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
page {
cursor
next
total
}
}
}- hash, required, The hash of the transaction to return.
{
transactionByHash(hash: "abc") {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
logsBloom
nonce
priceInUsd
publicKey
r
raw
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}- blockHash, optional, The hash of the block containing the target transaction.
- blockHeight, optional, The height of the block containing the target transaction.
- index, required, The index of the transaction insdie the block.
{
transactionByIndex(index: 123) {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
logsBloom
nonce
priceInUsd
publicKey
r
raw
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}- paging, optional, Describes which page of data to return.
- receiver, optional, Specifies the receiver's address.
- sender, optional, Specifies the sender's address.
{
transactionsByAddress {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
parent {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
uncles {
hash
height
reward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}- blockHash, optional, The hash of the block containing the target transactions.
- blockHeight, optional, The height of the block containing the target transactions.
- fromIndex, optional, The index of the transaction from which to return.
- paging, optional, Describes which page of data to return.
- toIndex, optional, The index of the transaction to which to return.
{
transactionsByIndex {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
parent {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
uncles {
hash
height
reward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}- contractAddress, optional, The address of the contract to query.
- from, optional, The address from which the token is transacted.
- symbol, optional, The symbol of the token, such as ABT for ArcBlock, BNB for Binance and so on.
- to, optional, The address to which the token is transacted.
{
transfersInContract {
data {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
value
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}- paging, optional, Describes which page of data to return.
- timeFilter, optional, Filters the records by block height or time.
{
zeroFeesBlocks {
data {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
page {
cursor
next
total
}
}
}No arguments
subscription {
bigTransactionExecuted {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
logsBloom
nonce
priceInUsd
publicKey
r
raw
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}- contractAddress, optional, The contract address to listen.
- symbol, optional, The contract symbol, such as ABT for ArcBlock, BNB for Binance and so on.
subscription {
contractExecuted {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
}
}- address, required, must be a normal wallet address.
subscription {
etherReceived(address: "abc") {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
logsBloom
nonce
priceInUsd
publicKey
r
raw
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}- address, required, must be a normal wallet address.
subscription {
etherSent(address: "abc") {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
logsBloom
nonce
priceInUsd
publicKey
r
raw
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}No arguments
subscription {
newBlockMined {
difficulty
extraData
extraDataPlain
fees
gasLimit
gasUsed
hash
height
historyPrice
logsBloom
mixHash
nonce
numberTxs
preHash
priceInUsd
receiptsRoot
reward
sealFields
sha3Uncles
size
stateRoot
time
total
totalDifficulty
transactionsRoot
uncleReward
miner {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
transactions {
data {
blockHash
blockHeight
cumulativeGasUsed
fees
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
hash
historyPrice
index
input
nonce
priceInUsd
publicKey
r
receiptStatus
s
size
standardV
time
total
txType
v
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
page {
cursor
next
total
}
}
}
}No arguments
subscription {
newContractCreated {
address
blockHeight
contractCode
creator
initCode
name
sourceCode
symbol
transactionHash
transactionIndex
}
}- address, required, must be a normal wallet address.
subscription {
tokenReceived(address: "abc") {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
value
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}- address, required, must be a normal wallet address.
subscription {
tokenSent(address: "abc") {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
value
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}- contractAddress, optional, Must be an contract address.
- symbol, optional, The contract symbol,, such as ABT for ArcBlock, BNB for Binance and so on.
subscription {
tokenTransferred {
blockHash
blockHeight
caller
callType
contractAddress
erc20HistoryPrice
error
functionInput
functionSignature
gasLimit
gasPrice
gasUsed
historyPrice
input
output
receiptStatus
subTraces
time
transactionHash
transactionIndex
value
from {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
to {
address
balance
isContract
numberTxsSent
priceInUsd
pubKey
}
}
}- data, required, The signed transaction data.
mutation {
sendRawTransaction(data: "abc")
}- assetPassword, required, The user's encrypted asset password.
- gasLimit, required, A scalar value equal to the maximum amount of gas that should be used in executing this transaction.
- gasPrice, required, A scalar value equal to the number of Wei to be paid per unit of gas for all computation costs incurred as a result of the execution of this transaction.
- input, optional, A byte array specifying the EVM-code for the account initialisation procedure or the input data of the message call.
- nonce, optional, The transaction nonce. The user's current nonce will be used if the input value is null.
- to, optional, The 160-bit address of the message call’s recipient, for a contract creation transaction, use null.
- value, optional, A scalar value equal to the number of Wei to be transferred to the message call’s recipient.
mutation {
sendTransaction(assetPassword: "abc", gasLimit: 123, gasPrice: 123)
}| Name | Website |
|---|---|
| wangshijun | https://ocap.arcblock.io |