← Back
Nanogram Developer

Nano Wallet API

Move funds within your Nanogram Nano wallet programmatically.

Authentication

Public: ApiKey

Find your KEY in settings on Nanogram.

Send Nano

const axios = require('axios')

axios.post('https://api.nanogram.ai/wallet', {
    to: "nano_111111111",
    amount: 0.1
}).then(() => {
  console.log(res.data)
})

Response:

{ "success": true }

Support

Further Reading