HTTP Method | Resource | Description |
GET | ​ | All unsettled channels |
GET | All unsettled channels for a specific token | |
GET | ​ | Info about one of your channels |
PUT | ​ | Create a channel |
PATCH | ​ | Close a channel, increase deposit, withdraw tokens or update reveal timeout |
Alderaan Deposit Limits
The maximum deposits per token and node for Alderaan are:
DAI
The deposit limit is 1000 worth of DAI per channel participant making the maximum amount of DAI 2000 per channel.
WETH
Details on the deposit limit for WETH will be added soon.
[{"token_network_address": "0xE5637F0103794C7e05469A9964E4563089a5E6f2","channel_identifier": "20","partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9","token_address": "0xEA674fdDe714fd979de3EdF0F56AA9716B898ec8","balance": "25000000","total_deposit": "35000000","total_withdraw": "5000000","state": "opened","settle_timeout": "100","reveal_timeout": "30"}]
Internal Raiden node error
[{"token_network_address": "0xE5637F0103794C7e05469A9964E4563089a5E6f2","channel_identifier": "20","partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9","token_address": "0xEA674fdDe714fd979de3EdF0F56AA9716B898ec8","balance": "25000000","total_deposit": "35000000","total_withdraw": "5000000","state": "opened","settle_timeout": "100","reveal_timeout": "30"}]
The token address is not a valid EIP55-encoded Ethereum address
Internal Raiden node error
{"token_network_address": "0xE5637F0103794C7e05469A9964E4563089a5E6f2","channel_identifier": "20","partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9","token_address": "0xEA674fdDe714fd979de3EdF0F56AA9716B898ec8","balance": "25000000","total_deposit": "35000000","total_withdraw": "5000000","state": "opened","settle_timeout": "100","reveal_timeout": "30"}
The token address is not a valid EIP55-encoded Ethereum addressThe target address is not a valid EIP55-encoded Ethereum addressThe channel does not exist
Internal Raiden node error
{"token_network_address": "0xE5637F0103794C7e05469A9964E4563089a5E6f2","channel_identifier": "20","partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9","token_address": "0xEA674fdDe714fd979de3EdF0F56AA9716B898ec8","balance": "25000000","total_deposit": "35000000","total_withdraw": "0","state": "opened","settle_timeout": "500","reveal_timeout": "30"}
The provided JSON is in some way incorrect
Insufficient balance of ETH to pay for the on-chain transaction
Some invalid input has been provided, e.g. to low settle_timeout value
Internal Raiden node error
{"partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9","token_address": "0xEA674fdDe714fd979de3EdF0F56AA9716B898ec8","total_deposit": "35000000","settle_timeout": "500","reveal_timeout": "50"}
{"token_network_address": "0xE5637F0103794C7e05469A9964E4563089a5E6f2","channel_identifier": "20","partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9","token_address": "0xEA674fdDe714fd979de3EdF0F56AA9716B898ec8","balance": "25000000","total_deposit": "35000000","total_withdraw": "5000000","state": "closed","settle_timeout": "500","reveal_timeout": "30"}
The provided JSON is in some way incorrect"state" has not been provided or doesn't have the valid value "closed"
Insufficient balance of ETH to pay for the on-chain transactions
The token address is not a valid EIP55-encoded Ethereum addressThe target address is not a valid EIP55-encoded Ethereum address
The channel does not exist"total_withdraw" and/or "total_deposit" have been trying to update in the same request
Internal Raiden node error
{"state": "closed"}
{"token_network_address": "0xE5637F0103794C7e05469A9964E4563089a5E6f2","channel_identifier": "20","partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9","token_address": "0xEA674fdDe714fd979de3EdF0F56AA9716B898ec8","balance": "25000000","total_deposit": "35000000","total_withdraw": "5000000","state": "closed","settle_timeout": "500","reveal_timeout": "30"}
The provided JSON is in some way incorrect"total_deposit" has not been provided
Insufficient balance of ETH to pay for the on-chain transactionsInsufficient token balance for making the desired deposit
The token address is not a valid EIP55-encoded Ethereum addressThe target address is not a valid EIP55-encoded Ethereum address
The deposit event was not read on time by the Ethereum node
The channel does not exist"state" and/or "total_withdraw" have been trying to update in the same requestThe amount of deposited tokens is lower than the current on-chain token balance in the channelThe amount of deposited tokens is higher than the allowed limit
Internal Raiden node error
{"total_deposit": "100"}
{"token_network_address": "0xE5637F0103794C7e05469A9964E4563089a5E6f2","channel_identifier": "20","partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9","token_address": "0xEA674fdDe714fd979de3EdF0F56AA9716B898ec8","balance": "25000000","total_deposit": "35000000","total_withdraw": "5000000","state": "closed","settle_timeout": "500","reveal_timeout": "30"}
The provided JSON is in some way incorrect"total_withdraw" has not been provided
Insufficient balance of ETH to pay for the on-chain transactions
The token address is not a valid EIP55-encoded Ethereum addressThe target address is not a valid EIP55-encoded Ethereum address
The channel does not exist"state" and/or "total_deposit" have been trying to update in the same request
Internal Raiden node error
{"total_withdraw": "50"}
Successfully updated the reveal timeout
{"reveal_timeout": "50"}