State Channels
State Channel Closes
GET https://api.helium.io/v1/state_channels
Use this API to list state channel close transactions.
This route is cursor
paginated.
- Request
- Response
Query Parameters
param | Type | Note |
---|---|---|
cursor (optional) | string | Cursor for page to fetch |
min_time (optional) | string | First time to include data for |
max_time (optional) | string | Last time to include data for |
limit (optional) | number | Maximum number of items to return |
200: OK
Return a page of state channel close transactions.
{
"data": [
{
"type": "state_channel_close_v1",
"time": 1627577017,
"state_channel": {
"summaries": [
{
"owner": "14qHxW3wwEonzJJrVPZ78BXZujPeHvdn2fo4iZ4YQ2kLUwkZXtm",
"num_packets": 16,
"num_dcs": 16,
"location": "8c2baa4e889b5ff",
"client": "112uipUqDVgAzqWdtcRtPQuoeGJFFfwW3oBDXtatvisbbqHWk3RW"
},
{
"owner": "13mYJikVu11XhX59Zqqk1ToNeWdzq6vReb3A3iSPLruMxuxqRAc",
"num_packets": 124,
"num_dcs": 248,
"location": "8c29b6d8a4dc5ff",
"client": "11fcc2zTmmXgopTNfMmoL3MU8KGfWZJ3NqQRgAZtaey5UBgAk7D"
}
],
"state": "closed",
"root_hash": "5WgBNc99K2ql6yd300IYdDrQukxOQFSAdWuKP7u8v80",
"owner": "112qB3YaH5bZkCnKA5uRH7tBtGNv2Y5B4smv1jsmvGUzgKT71QpE",
"nonce": 21499,
"id": "6_S3g9x7pbAusjYPjV3sdxc9nVrWbFyjtZtcRo4NRpM",
"expire_at_block": 943427
},
"height": 943429,
"hash": "HOzKneeR7b18s7t6a8AISFzpUrPRTwACf26Q76kkW3E",
"conflicts_with": null,
"closer": "112qB3YaH5bZkCnKA5uRH7tBtGNv2Y5B4smv1jsmvGUzgKT71QpE"
}
],
"cursor": "eyJ0eXBlcyI6InN0YXRlX2NoYW5uZWxfY2xvc2VfdjEiLCJtaW5fYmxvY2siOjEsImJsb2NrIjo5NDM0MDAsImFuY2hvcl9ibG9jayI6OTQzNDAwfQ"
}