Nano · Example Payload

Unit Conversion

CryptocurrencyPaymentsBlockchainFeelessInstant PaymentsDigital Currency

Unit Conversion is an example object payload from Nano, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nano_to_rawraw_to_nano

Example Payload

Raw ↑
{
  "nano_to_raw": {
    "request": {
      "action": "nano_to_raw",
      "amount": "1"
    },
    "response": {
      "amount": "1000000000000000000000000000000"
    }
  },
  "raw_to_nano": {
    "request": {
      "action": "raw_to_nano",
      "amount": "1000000000000000000000000000000"
    },
    "response": {
      "amount": "1"
    }
  }
}