Skip to main content
POST
/
receive-nano
cURL
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

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

I