---
title: "Get transactions for a wallet address"
method: GET
path: "/sdk/{environmentId}/chains/{chainName}/transactions/{address}"
tags: ["SDK"]
---

# Get transactions for a wallet address

`GET /sdk/{environmentId}/chains/{chainName}/transactions/{address}`

Fetches the list of transactions for a given wallet address within an environment.

## Path parameters

- `environmentId` string, required
- `chainName` 'ETH' | 'EVM' | 'FLOW' | 'SOL' | 'ALGO' | 'STARK' | 'COSMOS' | 'BTC' | 'ECLIPSE' | 'SUI' | 'SPARK' | 'TRON' | 'APTOS' | 'TON' | 'STELLAR', required
- `address` string, required

## Query parameters

- `networkId` number, required
- `limit` integer
- `offset` string

## Response `200`

Wallet transactions fetched successfully

- WalletTransactionsResponse
  - `transactions` WalletTransaction[], required
    - `transactionHash` string, required
    - `blockNumber` number, required — Block number of the transaction
    - `transactionTimestamp` string, date-time, required — Timestamp of the transaction
    - `blockHash` string, required
    - `blockExplorerUrls` string[], required — URLs to the block explorer for the transaction
    - `fromAddress` string, required
    - `toAddress` string, required
    - `labels` WalletTransactionType[], required
    - `assetTransfers` WalletTransactionAssetTransfer[], required
      - `tokenAddress` string
      - `fromAddress` string, required
      - `toAddress` string, required
      - `amount` number, required — Amount of the asset transferred
      - `metadata` object
        - `name` string — Name of the asset
        - `symbol` string — Symbol of the asset
        - `decimals` number — Decimals of the asset
        - `imageUri` string — Logo URI of the asset
    - `chainName` 'ETH' | 'EVM' | 'FLOW' | 'SOL' | 'ALGO' | 'STARK' | 'COSMOS' | 'BTC' | 'ECLIPSE' | 'SUI' | 'SPARK' | 'TRON' | 'APTOS' | 'TON' | 'STELLAR', required
    - `networkId` number, required
  - `nextOffset` string — Offset to the next page of transactions

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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