/api/v0/pin/ls
List objects pinned to local storage.
Arguments
Response
{
"PinLsList": {
"Keys": {
"<string>": {
"Name": "<string>",
"Type": "<string>"
}
}
},
"PinLsObject": {
"Cid": "<string>",
"Name": "<string>",
"Type": "<string>"
}
}
cURL Example
Last updated