rpc root url
chain (default main)
Http backend that issue http request. You can override it by providing your own if you which to hook in the request/response
Protectedchainchain (default main)
ProtectedhttpHttp backend that issue http request. You can override it by providing your own if you which to hook in the request/response
Protectedurlrpc root url
Protectedcreateoperation contents to forge
contains generic configuration for rpc calls to specified block (default to head) Forge an operation returning the unsigned bytes
delegate address which we want to retrieve active staking parameters
contains generic configuration for rpc calls to specified block (default to head) Returns the currently active staking parameters for the given delegate
Returns the cycle at which the launch of the Adaptive Issuance feature is set to happen. A result of null means that the feature is not yet set to launch.
contains generic configuration for rpc calls to specified block (default to head)
contains optional query arguments (active, inactive, with_minimal_stake, without_minimal_stake)
contains generic configuration for rpc calls to specified block (default to head) Lists all registered delegates by default with query arguments to filter unneeded values.
originated address we want to retrieve ticket balances of
contains generic configuration for rpc calls to specified block (default to head) Access the complete list of tickets owned by the given contract by scanning the contract's storage.
contains optional query arguments (level, cycle, delegate, and consensus_key)
contains generic configuration for rpc calls to specified block (default to head) Retrieves the delegates allowed to attest a block
contains optional query arguments (level, cycle, delegate, consensus_key, and max_round)
contains generic configuration for rpc calls to specified block (default to head) Retrieves the list of delegates allowed to bake a block.
address from which we want to retrieve the spendable balance
contains generic configuration for rpc calls to specified block (default to head) The spendable balance of a contract (in mutez), also known as liquid balance. Corresponds to tez owned by the contract that are neither staked, nor in unstaked requests, nor in frozen bonds. Identical to the 'spendable' RPC.
address from which we want to retrieve balance and frozen bonds
contains generic configuration for rpc calls to specified block (default to head) The sum (in mutez) of the spendable balance and frozen bonds of a contract. Corresponds to the contract's full balance from which staked funds and unstake requests have been excluded. Identical to the 'spendable_and_frozen_bonds' RPC.
contains generic configuration for rpc calls to specified block (default to head) Ballots casted so far during a voting period
contains generic configuration for rpc calls to specified block (default to head) Sum of ballots casted so far during a voting period
Big Map ID
Expression hash to query (A b58check encoded Blake2b hash of the expression (The expression can be packed using the pack_data method))
contains generic configuration for rpc calls to specified block (default to head) Access the value associated with a key in a big map.
contains generic configuration for rpc calls to specified block (default to head) and version. All the information about a block
contains generic configuration for rpc calls to specified block (default to head) Get the block's hash, its unique identifier.
contains generic configuration for rpc calls to specified block (default to head) The whole block header
contains generic configuration for rpc calls to specified block (default to head) and version All the metadata associated to the block
contains generic configuration for rpc calls to specified block (default to head) All constants
contract address from which we want to retrieve
contains generic configuration for rpc calls to specified block (default to head) Access the complete status of a contract.
contains generic configuration for rpc calls to specified block (default to head) Returns the voting period (index, kind, starting position) and related information (position, remaining) of the interrogated block
contains generic configuration for rpc calls to specified block (default to head) Current proposal under evaluation.
contains generic configuration for rpc calls to specified block (default to head) Current expected quorum.
contract address from which we want to retrieve the delegate (baker)
contains generic configuration for rpc calls to specified block (default to head) Access the delegate of a contract, if any
delegate address which we want to retrieve
contains generic configuration for rpc calls to specified block (default to head) Everything about a delegate
address to retrieve the index for
contains generic configuration for rpc calls to specified block (default to head) Returns the index assigned to the address if it was indexed by the opcode INDEX_ADDRESS, otherwise returns null
address of the contract we want to get the entrypoints of
contains generic configuration for rpc calls to specified block (default to head) Return the list of entrypoints of the contract
address from which we want to retrieve the full balance
contains generic configuration for rpc calls to specified block (default to head) Access the full balance of a contract, including frozen bonds and stake.
contains generic configuration for rpc calls to specified block (default to head) List the ancestors of the given block which, if referred to as the branch in an operation header, are recent enough for that operation to be included in the current block.
contract address from which we want to retrieve the manager
contains generic configuration for rpc calls to specified block (default to head) Access the manager of an implicit contract
Returns the current mempool fee filter configuration.
On Tezos L1 these values commonly resemble the historical fee defaults used by clients. On Tezos X / Tezlink, the same fields are used for estimation but may differ materially, especially the byte fee and the gas-price component.
optional query arguments for the mempool/filter endpoint
contract address from which we want to retrieve the script
default is { unparsing_mode: "Readable" }
contains generic configuration for rpc calls to specified block (default to head) Access the script of the contract and normalize it using the requested unparsing mode.
List the prevalidated operations in mempool (accessibility of mempool depends on each rpc endpoint)
has 5 optional properties
delegate address which we want to retrieve pending staking parameters
contains generic configuration for rpc calls to specified block (default to head) Returns the pending values for the given delegate's staking parameters
contains generic configuration for rpc calls to specified block (default to head) List of proposals with number of supporters
the protocol hash to look up (default to empty string) get current and next protocol
contains generic configuration for rpc calls to specified block (default to head) get current and next protocol
Return rpc root url
address of the contract we want to get the sapling diff
contains generic configuration for rpc calls to specified block (default to head) Returns the root and a diff of a state starting from an optional offset which is zero by default
Sapling state ID
contains generic configuration for rpc calls to specified block (default to head) Returns the root and a diff of a state starting from an optional offset which is zero by default
contract address from which we want to retrieve the script
contains generic configuration for rpc calls to specified block (default to head) Access the code and data of the contract.
address from which we want to retrieve the spendable balance
contains generic configuration for rpc calls to specified block (default to head) The spendable balance of a contract (in mutez), also known as liquid balance. Corresponds to tez owned by the contract that are neither staked, nor in unstaked requests, nor in frozen bonds. Identical to the 'balance' RPC.
address from which we want to retrieve spendable and frozen bonds
contains generic configuration for rpc calls to specified block (default to head) The sum (in mutez) of the spendable balance and frozen bonds of a contract. Corresponds to the contract's full balance from which staked funds and unstake requests have been excluded. Identical to the 'balance_and_frozen_bonds' RPC.
address from which we want to retrieve the staked balance
contains generic configuration for rpc calls to specified block (default to head) Access the staked balance of a contract. Returns None if the contract is originated, or neither delegated nor a delegate.
contract address from which we want to retrieve the storage
contains generic configuration for rpc calls to specified block (default to head) Access the data of the contract.
address of the contract we want to retrieve storage information of
contains generic configuration for rpc calls to specified block (default to head) Access the paid storage space of the contract
address of the contract we want to retrieve storage information of
contains generic configuration for rpc calls to specified block (default to head) Access the used storage space of the contract
contains generic configuration for rpc calls to specified block (default to head) Returns the voting period (index, kind, starting position) and related information (position, remaining) of the next block.Useful to craft operations that will be valid in the next block
implicit or originated address we want to retrieve ticket balance of
object to specify a ticket by ticketer, content type and content
contains generic configuration for rpc calls to specified block (default to head) Access the contract's balance of ticket with specified ticketer, content type, and content.
address from which we want to retrieve the unstaked finalizable balance
contains generic configuration for rpc calls to specified block (default to head) Access the balance of a contract that was requested for an unstake operation, and is no longer frozen, which means it will appear in the spendable balance of the contract after any stake/unstake/finalize_unstake operation. Returns None if the contract is originated.
address from which we want to retrieve the unstaked frozen balance
contains generic configuration for rpc calls to specified block (default to head) Access the balance of a contract that was requested for an unstake operation, but is still frozen for the duration of the slashing period. Returns None if the contract is originated.
address from which we want to retrieve the unstaked requests
contains generic configuration for rpc calls to specified block (default to head) Access the unstake requests of the contract. The requests that appear in the finalizable field can be finalized, which means that the contract can transfer these (no longer frozen) funds to their spendable balance with a [finalize_unstake] operation call. Returns null if there is no unstake request pending.
contains generic configuration for rpc calls to specified block (default to head) List of delegates with their voting power
delegate address which we want to retrieve
contains generic configuration for rpc calls to specified block (default to head) Returns the delegate info (e.g. voting power) found in the listings of the current voting period
signed bytes to inject Inject an operation in node and broadcast it and return the ID of the operation
Data to pack
contains generic configuration for rpc calls to specified block (default to head)
Computes the serialized version of a data expression using the same algorithm as script instruction PACK
Note: You should always verify the packed bytes before signing or requesting that they be signed when using the RPC to pack.
This precaution helps protect you and your applications users from RPC nodes that have been compromised.
A node that is operated by a bad actor, or compromised by a bad actor could return a fully formed operation that does not correspond to the input provided to the RPC endpoint.
A safer solution to pack and sign data would be to use the packDataBytes function available in the @taquito/michel-codec package.
Operations to apply
contains generic configuration for rpc calls to specified block and version Simulate the application of the operations with the context of the given block and return the result of each operation application
Code to run
contains generic configuration for rpc calls to specified block (default to head) Run a Michelson script in the current context
Parameters of the script view to run
contains generic configuration for rpc calls to specified block (default to head) Simulate a call to a michelson view
Parameters of the view to run
contains generic configuration for rpc calls to specified block (default to head) Simulate a call to a view following the TZIP-4 standard.
Operation to simulate
contains generic configuration for rpc calls to specified block and version
Simulate running an operation at some future moment (based on the number of blocks given in the latency argument), and return the operation application result.
RpcClient allows interaction with Tezos network through an rpc node