View Channel Status
To view the status of a channel you have to make a GET request to the channels
endpoint and provide:
The address of the W-ETH token as a path parameter.
The address of the partner node as a path parameter.
This will return the following response object:
As you can tell by the response, the current balance in the channel is 3958
which matches the two deposits and one payment you've just made (2000
+ 2000
- 42
= 3958
).
Last updated