---
title: "List Transactions"
method: GET
path: "/api/v2/arbitrum/transactions"
tags: ["Arbitrum Transactions"]
---

# List Transactions

`GET /api/v2/arbitrum/transactions`

This method lists your transaction history. It lists all transactions including ERC20 and ERC721 transactions. <br>
 Please note that we dont index your addresses. We list only transactions that were made with the Chaingateway API

## Headers

- `X-Network` 'testnet' | 'mainnet'
- `Authorization` string, required
- `Content-Type` 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

## Response `200`

Paginated result

- object
  - `status` integer
  - `ok` boolean
  - `message` string
  - `current_page` integer
  - `data` object[]
    - `id` integer
    - `user_id` integer
    - `blockchain` string
    - `network` string
    - `type` string
    - `txid` string
    - `from` string
    - `to` string
    - `contractaddress` string
    - `amount` string
    - `tokenid` string
    - `responseJson` string
    - `httpStatus` string
    - `created_at` string
    - `updated_at` string
  - `first_page_url` string
  - `from` integer
  - `last_page` integer
  - `last_page_url` string
  - `links` object[]
    - `url` string
    - `label` string
    - `active` boolean
  - `next_page_url` string
  - `path` string
  - `per_page` integer
  - `prev_page_url` string
  - `to` integer
  - `total` integer

---

[API](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation.md) · [All operations](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaingateway/chaingateway-api-documentation/versions/ddb709b4ade7/schema)
