v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB

get transaction state changes

Deprecation Notice: Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the PRO API reference page for information.

get/transactions/{transaction_hash}/state-changes

Path parameters

transaction_hashstring required

Transaction hash

Response

state changes

next_page_paramsobject required

Example response

{
  "items": [
    {
      "token": {
        "icon_url": "https://example.com"
      }
    }
  ],
  "next_page_params": {
    "items_count": 1,
    "state_changes": null
  }
}