v1
latestSwagger 2.02026-07-17127100479.5 KBaddress
Get blobs pushed by address
Returns a paginated list of blobs submitted via PayForBlobs transactions from the given address. Supports sorting by time or size, and optional join of transaction and namespace entities.
get/address/{hash}/blobs
Path parameters
hashstring required
Hash
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
joinsboolean
Flag indicating whether entities of transaction and namespace should be attached or not. Default: true
Response
OK