Look up funding events for one or many wallets
Funding & Bubblemap
Look up funding events for one or many wallets
Returns the first observed inbound SOL funding event for each wallet
in the request. Wallets that have no observed funding return null
and are queued for an asynchronous RPC backfill walk — the next
request for the same wallet will return the resolved event (or a
terminal rpc_unresolved row if the walk found nothing).
Pass a single address as ?wallets=ONE_ADDR for single-wallet
usage; the response shape is identical to a multi-wallet request.
Sources of a row:
observed— captured live by the streaming pipelinerpc_backfilled— resolved by walking RPC history on demandrpc_unresolved— backfill walked but found no usable funding event
GET
Look up funding events for one or many wallets
Authorizations
Query Parameters
One or more wallet addresses (comma-separated, max 150). Duplicates collapsed.
