API Tutorial
This tutorial will show you how to use Raiden via the API by walking you through a few API calls. The steps are similar to the WebUI tutorial, but directly use the API endpoints.
Check if Raiden was started correctly
curl -i http://localhost:5001/api/v1/addressOverview
Create a Token NetworkOpen a ChannelDeposit TokensMake a PaymentWithdraw TokensSettle Payments and Close ChannelsLast updated
Was this helpful?