Traces

get

Get traces for account

Path parameters
account_idstringRequired

account ID

Example: 0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
Query parameters
limitinteger · min: 1 · max: 1000OptionalDefault: 100Example: 100
Responses
200
account's traces
application/json
get
GET /v2/accounts/{account_id}/traces HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "traces": [
    {
      "id": "55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122",
      "utime": 1645544908
    }
  ]
}