Banano Wiki
Advertisement

The root API most applications use is the API built into the node software. It's as simple as starting a Docker container to get running and it doesn't take many resources.

Bananode

Once you have a node you can use simple REST API calls to perform actions: RPC Protocol


There is a public API accessible here: Public bananode RPC API

It is only suggested for testing though and often runs out of database space

Known address API: BananoAddressAPI


Libraries:[]

JavaScript - https://github.com/BananoCoin/bananojs

Python - https://github.com/milkyklim/bananopy

Ruby - https://github.com/zh/rbanano

Go - https://github.com/BananoCoin/gobanano

More up-to date GoNano fork - https://github.com/gbl08ma/gonano

Advertisement