Blobs
getAccountBlobs
Get a list of all blobs to the queried account address.
get/v1/blobs/accounts/{address}
Path parameters
addressstring required
Queried address digest (hash).
Queried address digest (hash).
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
sortBy'START_EPOCH' | 'END_EPOCH' | 'SIZE' | 'TIMESTAMP' required
Select sorting parameter.
Select sorting parameter.
Response
OK