curl --request POST \
--url https://nano-gpt.com/api/receive-nano \
--header 'x-api-key: <api-key>'
{
"success": true,
"received_blocks": [
"<string>"
],
"total_received": "<string>"
}
curl --request POST \
--url https://nano-gpt.com/api/receive-nano \
--header 'x-api-key: <api-key>'
{
"success": true,
"received_blocks": [
"<string>"
],
"total_received": "<string>"
}
Nano receive operation result
The response is of type object
.