Skip to main content
GET
/
api
/
sol
/
funding
/
chain
Walk the funding ancestry for one or many wallets
curl --request GET \
  --url 'https://api.raze.bot/api/sol/funding/chain?apiKey='
{
  "success": true,
  "chains": {}
}

Authorizations

apiKey
string
query
required

Query Parameters

wallets
string
required

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

depth
integer
default:5
Required range: 1 <= x <= 10

Response

Success

success
boolean
chains
object

Map keyed by input wallet address; value is the ordered chain (closest funder first).