pin_ls
/api/v0/pin/ls
REQUEST
curl "https://ipfs.krypc.io:5001/api/v0/pin/ls?arg=<ipfs-path>&type=all&quiet=<value>&stream=<value>" \
-X POST \
-u "<API_KEY>:<API_KEY_SECRET>"RESPONSE
{
"PinLsList": {
"Keys": {
"<string>": {
"Type": "string"
}
}
},
"PinLsObject": {
"Cid": "string",
"Type": "string"
}
}Last updated
Was this helpful?