Returns a list of addresses the specified account interacted with, sorted by the latest interaction time (the latest message time between 2 accounts) DESC. Feature may be useful for wallet applications or for chat-based DApps to show the list of counterparties in descending order.
Available only in Cloud API.
{"data": {"counterparties": [ {"account":"-1:3333333333333333333333333333333333333333333333333333333333333333","counterparty":"-1:0000000000000000000000000000000000000000000000000000000000000000","last_message_id":"14d6f332c520da3101497e875ef4662048276415c8c200c1b744f7c47fb3ea21","last_message_at":1642155198,"last_message_is_reverse":true,"last_message_value":"1825000000" }, {"account":"-1:3333333333333333333333333333333333333333333333333333333333333333","counterparty":"-1:f18a64fa0ba3c6eeaf40934aae5319890253e5a41ebcd28268831c8ef1601efd","last_message_id":"acce2971f2e51046d52d18dbcd808a1e7481cf8f216986053aa8c3a6784327d3","last_message_at":1642149742,"last_message_is_reverse":false,"last_message_value":"45958252455702" }, {"account":"-1:3333333333333333333333333333333333333333333333333333333333333333","counterparty":"-1:5555555555555555555555555555555555555555555555555555555555555555","last_message_id":"ea45dc94450d41915c2839ca2758dd68e893a802e16caf002ecb26438f24a27b","last_message_at":1642149490,"last_message_is_reverse":false,"last_message_value":"1073741824" },// ... all other 47 records are omitted... ] }}
Pagination
By default, record counts of all results of GraphQL queries are limited by 50. In order to obtain more records you need to do additional requests using cursor from the first or last previously queried record in before or after, respectivelly, filters. This will help you to organize pagination of counterparites queries: