RaiblocksOne Node API
Get access to a RaiblocksOne node in seconds to build and scale your RaiblocksOne application with ease.
Support RaiblocksOne RPC, WebSocket and include a powerful RaiblocksOne work server.
Get started for free
API Endpoints:
- RaiblocksOne RPC:
https://nodes.nanswap.com/XRO?api_key=YOUR_API_KEY - RaiblocksOne Websocket:
wss://nodes.nanswap.com/ws/?ticker=XRO&api_key=YOUR_API_KEY - RaiblocksOne Work server:
https://nodes.nanswap.com/XRO?api_key=YOUR_API_KEY
Send RaiblocksOne with the API:
Documentation:
In order to interact with the RaiblocksOne API, you can use any language capable of sending HTTP requests.
Simply put your nodes API KEY in a "nodes-api-key" http header or with ?api_key=[API KEY]. See the example above.
To interact with Wallet RPC, a signature of the request with your Secret Key Api is required.
For a simple wallet integration, we recommended using simple-nano-wallet-js
For a more robust & scalable solution, we recommend using an external database to store your accounts keys or else to use Nanswap Hosted Wallet.