---
title: "Get Wallet Cross Chain Unspents"
method: GET
path: "/api/v2/{coin}/wallet/{walletId}/crossChainUnspents"
tags: ["Wallet"]
---

# Get Wallet Cross Chain Unspents

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

Returns atomic cross-chain unspents that can be imported by the wallet.
Supported coins: AVAX.

## Path parameters

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

## Query parameters

- `sourceChain` string

## Response `200`

OK

- object[]
  - `unspent` object, required
    - `outputID` number, required — Type ID for this output.
    - `amount` string, required — Amount as a BigNumber string.
    - `txid` string, required — Transaction ID of this unspent.
    - `threshold` number, required — Number of signatures required to unlock UTXO.
    - `addresses` string[], required
    - `outputidx` string, required — Index of the output in the transaction.
    - `locktime` string, required — Time that the UTXO is unlocked.
  - `sourceChain` string, required — The source chain
  - `destinationChain` string, required — The destination chain
  - `fromWallet` string, required — Public ID of the wallet (in the source chain) that created the cross-chain output.
  - `toWallet` string, required — Public ID of the wallet (in the destination chain) that's the target recipient of the cross-chain transfer.
  - `toAddress` string, required — Addresses (in the destination chain) that are target recipients of the cross-chain transfer.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[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)
