---
title: "Get wallet funding source"
method: GET
path: "/api/2/wallet/funding"
tags: ["V2 - Wallet"]
---

# Get wallet funding source

`GET /api/2/wallet/funding`

Retrieve the initial funding source of a wallet address, including the sender address, transaction details, amount, and enriched metadata about the funding wallet (entity name, labels, social links).

## Query parameters

- `wallet` string, required — Wallet address to get funding source for

## Response `200`

Wallet funding response

- object
  - `data` object, required
    - `from` string, nullable, required
    - `chainId` string, nullable, required
    - `date` string, nullable, required
    - `txHash` string, nullable, required
    - `amount` string, nullable, required
    - `fromWalletLogo` string, nullable, required
    - `fromWalletTag` string, nullable, required
    - `fromWalletMetadata` object, nullable
      - `entityName` string, nullable, required
      - `entityLogo` string, nullable, required
      - `entityLabels` string[], required
      - `entityType` string, nullable, required
      - `entityDescription` string, nullable, required
      - `entityTwitter` string, nullable, required
      - `entityWebsite` string, nullable, required
      - `entityGithub` string, nullable, required
      - `entityDiscord` string, nullable, required
      - `entityTelegram` string, nullable, required

## Other responses

- `402` — Payment Required

---

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