POST
/
receive-nano
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>"
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
Nano receive operation result
success
boolean

Whether the operation was successful

received_blocks
string[]

Array of received block hashes

total_received
string

Total amount of Nano received