Skip to main content
GET
/
api
/
sol
/
funding
/
lookup
Look up funding events for one or many wallets
curl --request GET \
  --url 'https://api.raze.bot/api/sol/funding/lookup?apiKey='
{
  "success": true,
  "fundings": {},
  "missing": [
    "<string>"
  ],
  "enrichmentEnqueued": [
    "<string>"
  ]
}

Authorizations

apiKey
string
query
required

Query Parameters

wallets
string
required

One or more wallet addresses (comma-separated, max 150). Duplicates collapsed.

Response

Success

success
boolean
fundings
object

Map keyed by input wallet address; value is FundingInfo or null when no record exists yet.

missing
string[]

Wallets with no observed funding row.

enrichmentEnqueued
string[]

Wallets the server queued for asynchronous RPC backfill (capped at 100 per request).