iota_getTransactionBlock
Return the transaction response object for a given transaction digest.The digest of the queried transaction (Base58 encoded)
Options for specifying the content to be returned
The transaction digest
The transaction data
The effects of executing the transaction
The checkpoint number when this transaction was finalized
cURL
iota_multiGetTransactionBlocks
Returns an ordered list of transaction responses for multiple transaction digests.A list of transaction digests (maximum 50 per request)
Config options to control which fields to fetch
cURL
iota_getObject
Return the object information for a specified object ID.The ID of the queried object (hex string prefixed with 0x)
Options for specifying the content to be returned
cURL
iota_multiGetObjects
Return the object data for a list of objects.The IDs of the queried objects
Options for specifying the content to be returned
iota_tryGetPastObject
Return the object information for a specified version. Note: There is no software-level guarantee that objects with past versions can be retrieved.The ID of the queried object
The version of the queried object
Options for specifying the content to be returned
iota_getCheckpoint
Return a checkpoint by its sequence number or digest.Checkpoint identifier - can use either checkpoint digest or checkpoint sequence number as input
Checkpoint’s epoch ID
Checkpoint sequence number
Checkpoint digest (Base58 encoded)
Total number of transactions in the network by the end of this checkpoint
Digest of the previous checkpoint
Timestamp of the checkpoint in milliseconds
cURL
iota_getCheckpoints
Return a paginated list of checkpoints.An optional paging cursor. If provided, the query will start from the next item after the specified cursor
Maximum items returned per page (default: 50, max: 100)
Query result ordering - false for ascending (oldest first), true for descending (newest first)
cURL
iota_getEvents
Return transaction events for a given transaction digest.The transaction digest to query events for
cURL
iota_getTotalTransactionBlocks
Return the total number of transaction blocks known to the server.cURL
iota_getLatestCheckpointSequenceNumber
Return the sequence number of the latest checkpoint that has been executed.cURL
iota_getProtocolConfig
Return the protocol config table for the given version number. If none is specified, the node uses the version of the latest epoch it has processed.An optional protocol version specifier. If omitted, the latest protocol config table will be returned
cURL
iota_getChainIdentifier
Return the first four bytes of the chain’s genesis checkpoint digest.The chain identifier string
cURL
iota_isTransactionIndexedOnNode
Return whether the transaction has been indexed on the fullnode.The digest of the queried transaction
cURL