---
title: "List last 10 contract sequenceIds of a wallet"
method: GET
path: "/api/v2/{coin}/wallet/{walletId}/sequenceIds"
tags: ["Wallet"]
---

# List last 10 contract sequenceIds of a wallet

`GET /api/v2/{coin}/wallet/{walletId}/sequenceIds`

Lists last 10 contract sequenceIds of the base address of a wallet alongwith
their transaction ids.

## Path parameters

- `coin` string, required — A cryptocurrency symbol or token ticker symbol
- `walletId` string, required

## Response `200`

OK

- GetSequenceIdsResponse
  - `sequenceIds` object[], required
    - `txid` string, required — The on-chain transaction id
    - `contractSequenceId` number, required — The contract sequence id of the transaction

## Other responses

- `400` — Bad Request

---

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