v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
transactions

List blockchain transactions with filtering options for status, type, and method

Retrieves a paginated list of transactions with optional filtering by status, type, and method.

get/{chain_id}/api/v2/transactions

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

filter'validated' | 'pending'

Filter transactions by status:

  • pending - Transactions waiting to be mined/validated
  • validated - Confirmed transactions included in blocks If omitted, default value "validated" is used.
type'blob_transaction'

Filter by transaction type. Comma-separated list of:

  • blob_transaction - Only show blob transactions
items_countinteger

Number of items per page

block_numberinteger

Block number for paging

indexinteger

Item index for paging

hashstring

Transaction hash for paging

inserted_atstring date-time

Inserted at timestamp for paging (ISO8601)

Response

List of transactions with pagination information.

next_page_paramsobject nullable required