v1

latestOpenAPI 3.0.0MIT2026-07-17101210.8 KB

Add a block to the pin store

post/pin/add

Query parameters

argstring required

CID of block

{"stackTrail":"paths:/pin/add:post:parameters:1:schema","oasType":"schema","type":"unknown"}

When true recursively pin all blocks

{"stackTrail":"paths:/pin/add:post:parameters:2:schema","oasType":"schema","type":"unknown"}

Report pin progress

Response

success

Pinsstring[] required

Example response

{
  "Pins": [
    "Pins",
    "Pins"
  ]
}