cat
Show IPFS object data.
Last updated
Show IPFS object data.
Show IPFS object data.
curl "https://mainnet-rpc.wetez.io/ipfs/$AdminKey/api/v0/cat?arg=<key>" \
-X POSTcurl "https://mainnet-rpc.wetez.io/ipfs/$AdminKey/api/v0/cat?arg=QmZACwaaaKQpYTFuaaxCC3z8cyJRAkk1bSfVSSViLQPAGu" \
-X POSTarg [required] - The IPFS object hash.
On success, the call to this endpoint will return with 200 and the following body:
This endpoint returns a `text/plain` response body.Last updated