/api/v0/dag/import
Import the contents of .car files
Arguments
Request Body
Response
{
"Root": {
"Cid": {
"/": "<cid-string>"
},
"PinErrorMsg": "<string>"
},
"Stats": {
"BlockBytesCount": "<uint64>",
"BlockCount": "<uint64>"
}
}
cURL Example
Last updated