Skip to main content
GET
Get wallet funding source
Each request costs 100 credits. Requires a paid plan. Free-plan requests return 403 Forbidden.

Request Parameters

string
default:"86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY"
required
Solana wallet address (base58 encoded)

Authorizations

api-key
string
query
required

API key passed as query parameter

Path Parameters

wallet
string
default:86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY
required

Solana wallet address (base58 encoded)

Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$

Response

Funding source identified

funder
string
required

Address that originally funded this wallet

Example:

"2ojv9BAiHUrvsm9gxDe7fJSzbNZSJcxZvf8dqmWGHG8S"

mint
string
required

Token mint address (So11111111111111111111111111111111111111112 for SOL)

Example:

"So11111111111111111111111111111111111111112"

symbol
string
required

Token symbol

Example:

"SOL"

amount
number
required

Initial funding amount (human-readable, in SOL)

Example:

0.05

amountRaw
string
required

Raw funding amount in smallest unit (lamports for SOL)

Example:

"50000000"

decimals
integer
required

Token decimals

Example:

9

signature
string
required

Transaction signature of the funding transfer

Example:

"5wHu1qwD7Jsj3xqWjdSEJmYr3Q5f5RjXqjqQJ7jqEj7jqEj7jqEj7jqEj7jqEj7jqE"

timestamp
integer
required

Unix timestamp in seconds

Example:

1704067200

date
string<date-time>
required

Human-readable UTC date in ISO 8601 format

Example:

"2024-01-01T00:00:00.000Z"

slot
integer
required

Slot number

Example:

250000000

explorerUrl
string
required

Solana Explorer URL for the transaction

Example:

"https://orbmarkets.io/tx/5wHu1qwD7Jsj3xqWjdSEJmYr3Q5f5RjXqjqQJ7jqEj7jqEj7jqEj7jqEj7jqEj7jqE"

funderName
string | null

Name of the funder if it's a known entity

Example:

"Coinbase 2"

funderType
string | null

Type of the funder entity

Example:

"exchange"