GetDataFromFilecoin
Get data stored on Filecoin
Description
This query will allow one to search Filecoin directly for data
Arguments
Input
Description
cid
The content addressable identifier of the asset
Response Details
Note that if the CID you passed as an argument is pointing to an archive of data, all individual files will be returned in the response
Detail
Description
providerId
The cid
pertaining to the asset retrieved
data
The stored data represented as a string
In the case of the data being JSON
, TEXT
or HTML
the data will be returned as a string. In all other cases, the data will be returned as a url pointing to the asset
url
The url pointing to the asset on the Filecoin gateway.
provider
The web3 storage solution the data is stored. In this case, FILECOIN
creationTimestamp
The creation timestamp of the data
Sample Query
Sample Response
Last updated