Resolve IPLD block.
Arguments
arg [string]: The path to resolve Required: yes.
arg
On success, the call to this endpoint will return with 200 and the following body:
{ "Cid": { "/": "<cid-string>" }, "RemPath": "<string>" }
curl -X POST "http://127.0.0.1:5001/api/v0/dag/resolve?arg=<ref>"
Last updated 1 year ago