Returns the
Balance!
of a specific address for a given asset id.
args:
The owner address.
The asset id.
Returns a
BalanceConnection!
for an array of balances for each asset owned by a given address.
args:
A filter to specify the wallet owner address.
Returns information about a certain
Block
. Accepts either the block id or block height as an argument.
args:
The block id.
The block height.
Returns a
BlockConnection!
for an array of all blocks produced.
Returns
ChainInfo!
about the target Fuel network used for the API.
Icon Linkcoin
Returns details about a specific
Coin
.
args:
A unique 32 byte identifier for the UTXO.
Returns a
CoinConnection!
for an array of coins based on a given owner and/or asset id
args:
A filter with the owner address and optionally the asset id.
Returns an array of spendable
[[CoinType!]!]!
per asset.
args:
The owner address of the coins.
The list of requested asset resources. Several entries with the same asset id are not allowed.
excludedIds
:
ExcludeInput
The resources to exclude.
Returns the
Contract
information for a given contract id.
args:
The contract id of the requested contract.
Returns the
ContractBalance!
for a given contract and asset id.
args:
The contract that owns the balance.
The asset id for the balance.
Returns a
ContractBalanceConnection!
for an array of balances for all assets owned by a given contract
args:
A filter for the contract balances.
Estimate the predicate gas and returns a
Transaction!
.
args:
The transaction hex string.
Returns true
if the API is running or false
if the API is down.
Returns the
MessageStatus
for a given message
Nonce
.
args:
The nonce of the message.
Returns the
MessageProof
for a given message id or transaction.
args:
transactionId
:
TransactionId!
The transaction id for the message.
The message nonce.
The block id.
The block height.
Returns a
MessageConnection!
for an array of messages for a given owner.
args:
The owner address of the messages.
Returns
NodeInfo!
about the current node.
Returns
Transaction
details for a given transaction id.
args:
The id for the transaction.
Returns a
TransactionConnection!
for an array of all transactions.
Returns a
TransactionConnection!
for an array of all transactions from a given address.
args:
The owner address of the transactions.