15 Feb
2022
15 Feb
'22
1:51 p.m.
An example failing tx is GEJSszMKteClrXm6U_VeQbXf3hnTNhGVlukrxDEymNM .
From https://docs.arweave.org/developers/server/http-api#download-chunks :
Download Chunks https://arweave.net/tx/{id}/data Get Transaction Data The endpoint serves data regardless of how it was uploaded ID* string Transaction ID https://arweave.net/tx/{id}/offset Get Transaction Offset and Size Get the absolute end offset and size of the transaction NOTE: The client may use this information to collect transaction chunks. Start with the end offset and fetch a chunk via GET /chunk/<offset>. Subtract its size from the transaction size - if there are more chunks to fetch, subtract the size of the chunk from the offset and fetch the next chunk. ID* string Transaction ID