Home

Nano RPC - account_balance

v1.0.0
Base URL
https://xno.nownodes.ioNOWNodes Nano mainnet endpoint

Executes the Nano node RPC action account_balance.

Authentication

api-keyAuthapiKey

NOWNodes API key passed in the api-key header.

API Key: api-key in header

Node / Accounts

Accounts

Nano Accounts RPC methods

account_balance

POST
https://xno.nownodes.io/

Executes the Nano node RPC action account_balance.

Body

application/json
actionstringaccount_balancerequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

account_block_count

POST
https://xno.nownodes.io/

Executes the Nano node RPC action account_block_count.

Body

application/json
actionstringaccount_block_countrequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

account_history

POST
https://xno.nownodes.io/

Executes the Nano node RPC action account_history.

Body

application/json
actionstringaccount_historyrequired
accountstringrequired
countstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

account_info

POST
https://xno.nownodes.io/

Executes the Nano node RPC action account_info.

Body

application/json
actionstringaccount_inforequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

account_representative

POST
https://xno.nownodes.io/

Executes the Nano node RPC action account_representative.

Body

application/json
actionstringaccount_representativerequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

account_weight

POST
https://xno.nownodes.io/

Executes the Nano node RPC action account_weight.

Body

application/json
actionstringaccount_weightrequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

accounts_balances

POST
https://xno.nownodes.io/

Executes the Nano node RPC action accounts_balances.

Body

application/json
actionstringaccounts_balancesrequired
accountsArray<string>required

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

accounts_frontiers

POST
https://xno.nownodes.io/

Executes the Nano node RPC action accounts_frontiers.

Body

application/json
actionstringaccounts_frontiersrequired
accountsArray<string>required

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

accounts_receivable

POST
https://xno.nownodes.io/

Executes the Nano node RPC action accounts_receivable.

Body

application/json
actionstringaccounts_receivablerequired
accountsArray<string>required

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

accounts_representatives

POST
https://xno.nownodes.io/

Executes the Nano node RPC action accounts_representatives.

Body

application/json
actionstringaccounts_representativesrequired
accountsArray<string>required

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Blocks

Blocks

Nano Blocks RPC methods

block_account

POST
https://xno.nownodes.io/

Executes the Nano node RPC action block_account.

Body

application/json
actionstringblock_accountrequired
hashstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

block_count

POST
https://xno.nownodes.io/

Executes the Nano node RPC action block_count.

Body

application/json
actionstringblock_countrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

block_hash

POST
https://xno.nownodes.io/

Executes the Nano node RPC action block_hash.

Body

application/json
actionstringblock_hashrequired
hashstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

blocks

POST
https://xno.nownodes.io/

Executes the Nano node RPC action blocks.

Body

application/json
actionstringblocksrequired
hashesArray<string>required

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Ledger

Ledger

Nano Ledger RPC methods

available_supply

POST
https://xno.nownodes.io/

Executes the Nano node RPC action available_supply.

Body

application/json
actionstringavailable_supplyrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

chain

POST
https://xno.nownodes.io/

Executes the Nano node RPC action chain.

Body

application/json
actionstringchainrequired
blockstringrequired
countstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

delegators_count

POST
https://xno.nownodes.io/

Executes the Nano node RPC action delegators_count.

Body

application/json
actionstringdelegators_countrequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

delegators

POST
https://xno.nownodes.io/

Executes the Nano node RPC action delegators.

Body

application/json
actionstringdelegatorsrequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

frontier_count

POST
https://xno.nownodes.io/

Executes the Nano node RPC action frontier_count.

Body

application/json
actionstringfrontier_countrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

frontiers

POST
https://xno.nownodes.io/

Executes the Nano node RPC action frontiers.

Body

application/json
actionstringfrontiersrequired
accountstringrequired
countstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

ledger

POST
https://xno.nownodes.io/

Executes the Nano node RPC action ledger.

Body

application/json
actionstringledgerrequired
accountstringrequired
countstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

receivable_exists

POST
https://xno.nownodes.io/

Executes the Nano node RPC action receivable_exists.

Body

application/json
actionstringreceivable_existsrequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

receivable

POST
https://xno.nownodes.io/

Executes the Nano node RPC action receivable.

Body

application/json
actionstringreceivablerequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

representatives_online

POST
https://xno.nownodes.io/

Executes the Nano node RPC action representatives_online.

Body

application/json
actionstringrepresentatives_onlinerequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

representatives

POST
https://xno.nownodes.io/

Executes the Nano node RPC action representatives.

Body

application/json
actionstringrepresentativesrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

successors

POST
https://xno.nownodes.io/

Executes the Nano node RPC action successors.

Body

application/json
actionstringsuccessorsrequired
blockstringrequired
countstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Node

Node

Nano Node RPC methods

process

POST
https://xno.nownodes.io/

Executes the Nano node RPC action process.

Body

application/json
actionstringprocessrequired
hashstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

telemetry

POST
https://xno.nownodes.io/

Executes the Nano node RPC action telemetry.

Body

application/json
actionstringtelemetryrequired
addressstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

version

POST
https://xno.nownodes.io/

Executes the Nano node RPC action version.

Body

application/json
actionstringversionrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Utilities

Utilities

Nano Utilities RPC methods

nano_to_raw

POST
https://xno.nownodes.io/

Executes the Nano node RPC action nano_to_raw.

Body

application/json
actionstringnano_to_rawrequired
amountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

raw_to_nano

POST
https://xno.nownodes.io/

Executes the Nano node RPC action raw_to_nano.

Body

application/json
actionstringraw_to_nanorequired
amountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

validate_account_number

POST
https://xno.nownodes.io/

Executes the Nano node RPC action validate_account_number.

Body

application/json
actionstringvalidate_account_numberrequired
accountstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Work

Work

Nano Work RPC methods

work_generate

POST
https://xno.nownodes.io/

Executes the Nano node RPC action work_generate.

Body

application/json
actionstringwork_generaterequired
hashstringrequired
difficultystringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

work_validate

POST
https://xno.nownodes.io/

Executes the Nano node RPC action work_validate.

Body

application/json
actionstringwork_validaterequired
hashstringrequired
workstringrequired

Response

200OK

Successful Nano RPC response

400Bad Request

Invalid request

401Unauthorized

Missing or invalid API key

429Too Many Requests

Rate limit exceeded

500Internal Server Error

Node or server error

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.