IPFS » Pins
List pinned objects
List objects pinned to local storage
<p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>get/ipfs/pin/list
Query parameters
countinteger
The number of results displayed on one page.
pageinteger
The page number for listing the results.
order'asc' | 'desc'
The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.
Response
Returns pinned objects
Example response
[
{
"time_created": 1615551024,
"time_pinned": 1615551024,
"ipfs_hash": "QmdVMnULrY95mth2XkwjxDtMHvzuzmvUPTotKE1tgqKbCx",
"size": "1615551024",
"state": "pinned"
}
]