Skip to main content
GET
/
2
/
wallet
/
funding
Get wallet funding source
curl --request GET \
  --url https://demo-api.mobula.io/api/2/wallet/funding
{
  "data": {
    "from": "<string>",
    "chainId": "<string>",
    "date": "<string>",
    "txHash": "<string>",
    "amount": "<string>",
    "fromWalletLogo": "<string>",
    "fromWalletTag": "<string>",
    "fromWalletMetadata": {
      "entityName": "<string>",
      "entityLogo": "<string>",
      "entityLabels": [
        "<string>"
      ],
      "entityType": "<string>",
      "entityDescription": "<string>",
      "entityTwitter": "<string>",
      "entityWebsite": "<string>",
      "entityGithub": "<string>",
      "entityDiscord": "<string>",
      "entityTelegram": "<string>"
    }
  }
}

Query Parameters

wallet
string
required

Wallet address to get funding source for

Minimum string length: 1

Response

200 - application/json

Wallet funding response

data
object
required