Settle Payments and Close Channels
Closing a channel will settle the balance between you and your peer. This means that both of you will receive your net balance of tokens back on-chain and the balance of the channel will be 0.
You can choose to either:
Close a specific channel
Closing a specific channel is done with a PATCH request to the channels
endpoint that includes:
The token address as a path parameter.
The address of the partner node as a path parameter.
The state set to "closed" in the body parameter.
A successful response will return a normal channel object with the state set to "closed"
.
Leave a token network and close all channels
If you wish to leave a token network altogether you can do so by making a DELETE request to the connections endpoint with the token address as a path parameter.
Once done, the response will return a list containing the addresses of all closed channels.
Last updated
Was this helpful?