dag_resolve

Resolve IPLD block.

/api/v0/dag/resolve

Resolve IPLD block.

REQUEST

curl "https://mainnet-rpc.wetez.io/ipfs/$AdminKey/api/v0/dag/resolve?arg=<key>" \
    -X POST

REQUEST PARAMS

  • arg [Required] - The IPFS object hash; the path to resolve.

RESPONSE

On success, the call to this endpoint will return with 200 and the following body:

BODY

{
    Cid: {
        /: "QmZACwaaaKQpYTFuaaxCC3z8cyJRAkk1bSfVSSViLQPAGu"
    },
    RemPath: ""
}

RESULT FIELDS

Last updated