---
title: "Get top up wallet info"
method: GET
path: "/cards/{cardId}/top-up-wallet"
tags: ["Top Up Wallet"]
---

# Get top up wallet info

`GET /cards/{cardId}/top-up-wallet`

## Path parameters

- `cardId` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `200`

Top up wallet info retrieved successfully

- object
  - `topupWallet` object
    - `address` string, required
    - `asset` string, required
    - `network` string, required

## Other responses

- `401` — Unauthorized
- `404` — Card not found

---

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