Get traces for account
account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
account's traces
const response = await fetch('https://ton-open-api.nownodes.io/v2/accounts/{account_id}/traces', { method: 'GET', headers: {}, }); const data = await response.json();
{ "traces": [ { "id": "55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122", "utime": 1645544908 } ] }