dag_resolve
/api/v0/dag/resolve
REQUEST
curl "https://ipfs.krypc.io:5001/api/v0/dag/resolve?arg=<key>" \
-X POST \
-u "<API_KEY>:<API_KEY_SECRET>"RESPONSE
{
Cid: {
/: "QmZtmD2qt6fJot32nabSP3CUjicnypEBz7bHVDhPQt9aAy"
},
RemPath: ""
}Last updated
Was this helpful?