v1
latestSwagger 2.02026-07-17127100479.5 KBtransactions
List blobs which was pushed by transaction
Returns a paginated list of blobs submitted via the PayForBlobs message in the given transaction. Supports sorting by time or blob size.
get/tx/{hash}/blobs
Path parameters
hashstring required
Transaction hash in hexadecimal
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
sort'asc' | 'desc'
Sort order. Default: desc
sort_by'time' | 'size'
Sort field. If it's empty internal id is used
Response
OK