IPFS » Pins
Get details about pinned object
Get information about locally pinned IPFS object
<p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>get/ipfs/pin/list/{IPFS_path}
Path parameters
IPFS_pathstring required
The path to the IPFS object
Response
Returns the pins pinned
Example response
{
"time_created": 1615551024,
"time_pinned": 1615551024,
"ipfs_hash": "QmdVMnULrY95mth2XkwjxDtMHvzuzmvUPTotKE1tgqKbCx",
"size": "1615551024",
"state": "pinned"
}