---
title: "GET /api/wallets/transactions/{id}"
method: GET
path: "/api/wallets/transactions/{id}"
---

# GET /api/wallets/transactions/{id}

`GET /api/wallets/transactions/{id}`

## Path parameters

- `id` string, required

## Response `200`

- object
  - `success` boolean
  - `data` object
    - `id` string
    - `walletId` string
    - `to` string
    - `amount` number
    - `token` object
      - `symbol` string
      - `contractAddress` string
      - `decimals` integer
    - `address` string
    - `provider` string
    - `chain` string
    - `status` string
    - `type` string
    - `transactionHash` string
    - `metadata` object
      - `logs` object[]
        - `address` string
        - `topics` string[]
        - `data` string
        - `blockHash` string
        - `blockNumber` string
        - `blockTimestamp` string
        - `transactionHash` string
        - `transactionIndex` integer
        - `logIndex` integer
        - `removed` boolean
      - `blockHash` string
      - `blockNumber` integer
    - `createdAt` integer
    - `updatedAt` integer

---

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