New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
Discover which addresses funded a Solana wallet with its initial SOL deposit.
curl --request GET \
--url 'https://api.helius.xyz/v1/wallet/{wallet}/funded-by?api-key='{
"funder": "2ojv9BAiHUrvsm9gxDe7fJSzbNZSJcxZvf8dqmWGHG8S",
"mint": "So11111111111111111111111111111111111111112",
"symbol": "SOL",
"amount": 0.05,
"amountRaw": "50000000",
"decimals": 9,
"signature": "5wHu1qwD7Jsj3xqWjdSEJmYr3Q5f5RjXqjqQJ7jqEj7jqEj7jqEj7jqEj7jqEj7jqE",
"timestamp": 1704067200,
"date": "2024-01-01T00:00:00.000Z",
"slot": 250000000,
"explorerUrl": "https://orbmarkets.io/tx/5wHu1qwD7Jsj3xqWjdSEJmYr3Q5f5RjXqjqQJ7jqEj7jqEj7jqEj7jqEj7jqEj7jqE",
"funderName": "Coinbase 2",
"funderType": "exchange"
}Documentation Index
Fetch the complete documentation index at: https://helius-add-sendbundle-api-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as query parameter
Solana wallet address (base58 encoded)
^[1-9A-HJ-NP-Za-km-z]{32,44}$Funding source identified
Address that originally funded this wallet
"2ojv9BAiHUrvsm9gxDe7fJSzbNZSJcxZvf8dqmWGHG8S"
Token mint address (So11111111111111111111111111111111111111112 for SOL)
"So11111111111111111111111111111111111111112"
Token symbol
"SOL"
Initial funding amount (human-readable, in SOL)
0.05
Raw funding amount in smallest unit (lamports for SOL)
"50000000"
Token decimals
9
Transaction signature of the funding transfer
"5wHu1qwD7Jsj3xqWjdSEJmYr3Q5f5RjXqjqQJ7jqEj7jqEj7jqEj7jqEj7jqEj7jqE"
Unix timestamp in seconds
1704067200
Human-readable UTC date in ISO 8601 format
"2024-01-01T00:00:00.000Z"
Slot number
250000000
Solana Explorer URL for the transaction
"https://orbmarkets.io/tx/5wHu1qwD7Jsj3xqWjdSEJmYr3Q5f5RjXqjqQJ7jqEj7jqEj7jqEj7jqEj7jqEj7jqE"
Name of the funder if it's a known entity
"Coinbase 2"
Type of the funder entity
"exchange"
Was this page helpful?
curl --request GET \
--url 'https://api.helius.xyz/v1/wallet/{wallet}/funded-by?api-key='{
"funder": "2ojv9BAiHUrvsm9gxDe7fJSzbNZSJcxZvf8dqmWGHG8S",
"mint": "So11111111111111111111111111111111111111112",
"symbol": "SOL",
"amount": 0.05,
"amountRaw": "50000000",
"decimals": 9,
"signature": "5wHu1qwD7Jsj3xqWjdSEJmYr3Q5f5RjXqjqQJ7jqEj7jqEj7jqEj7jqEj7jqEj7jqE",
"timestamp": 1704067200,
"date": "2024-01-01T00:00:00.000Z",
"slot": 250000000,
"explorerUrl": "https://orbmarkets.io/tx/5wHu1qwD7Jsj3xqWjdSEJmYr3Q5f5RjXqjqQJ7jqEj7jqEj7jqEj7jqEj7jqEj7jqE",
"funderName": "Coinbase 2",
"funderType": "exchange"
}