Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 499 Bytes

introduction.md

File metadata and controls

15 lines (10 loc) · 499 Bytes
description
The Raiden API is organized around REST and has resource-oriented URL endpoints that accept and return JSON-encoded responses. The Raiden API uses standard HTTP response codes and verbs.

Introduction

Get started with the Raiden API

The Raiden RESTful API endpoints correspond to the interactions allowed by a Raiden node. The URL path always contains the API version as an integer. All endpoints start with /api/<version>/.

{% page-ref page="resources/" %}