Skip to main content
GET
/
api
/
sol
/
funding
/
funded-by
Reverse lookup — wallets a funder has funded
curl --request GET \
  --url 'https://api.raze.bot/api/sol/funding/funded-by?apiKey='
{
  "success": true,
  "funded": {}
}

Authorizations

apiKey
string
query
required

Query Parameters

funders
string
required

One or more funder addresses (comma-separated, max 150).

limit
integer
default:100

Per-funder maximum number of wallets to return.

Required range: 1 <= x <= 1000
before
integer<int64>

Pagination cursor — the fundedAt millisecond timestamp from the previous page.

Response

Success

success
boolean
funded
object

Map keyed by input funder address.