v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBarbitrum
Get batch by AnyTrust data hash.
Retrieves an Arbitrum batch associated with the given AnyTrust data hash. By default, returns the most recently associated batch. When type=all, returns a paginated list of all batches referencing this data hash.
get/{chain_id}/api/v2/arbitrum/batches/da/anytrust/{data_hash}
Path parameters
data_hashstring required
AnyTrust data hash.
chain_idstring required
The ID of the blockchain
Query parameters
type'all'
When set to all, returns a paginated list of all batches for this data hash.
items_countinteger
Number of items per page
numberinteger
Number for paging
Response
Batch info, or paginated batch list when type=all.
Example response
{
"next_page_params": {
"number": 123
}
}