---
title: "Find which gas station sponsors a specific account"
method: GET
path: "/v1/domains/{domainId}/sponsors/account/{accountId}/sponsor"
tags: ["Gas station"]
---

# Find which gas station sponsors a specific account

`GET /v1/domains/{domainId}/sponsors/account/{accountId}/sponsor`

Returns the sponsorship status for the given account, following the sponsorship hierarchy: 1) Domain-level sponsor for the account domain, 2) Parent domain sponsors (if includeSubDomains=true), 3) Account-level sponsor. Returns isSponsored=false if no sponsor is found.

## Path parameters

- `domainId` string, uuid, required
- `accountId` string, uuid, required

## Response `200`

Sponsorship status returned

- GasStationAccountSponsorResponseDto
  - `isSponsored` boolean, required — Whether the account is sponsored by a gas station
  - `sponsorAccountId` string — Gas station account ID that is sponsoring
  - `type` 'domain' | 'account' | 'none'
  - `accountIds` string[]
  - `includeSubDomains` boolean
  - `alertLimit` GasStationAlertLimitDto[]
    - `tickerId` string, required — Ticker/token UUID
    - `amount` string, required — Alert threshold amount
  - `balanceStatus` GasStationBalanceStatusDto[] — Balance status per configured alert. Omitted if balance fetch fails.
    - `tickerId` string, required — Ticker UUID
    - `tickerSymbol` string, required — Ticker symbol for display (e.g., SOL, ETH, XRP)
    - `threshold` string, required — Configured alert threshold amount
    - `currentBalance` string, required — Current balance from Core
    - `status` 'healthy' | 'critical', required — Balance status: critical if currentBalance <= threshold
  - `criticalCount` number — Number of tickers in critical status. Omitted if balance fetch fails.

---

[API](https://skmtc.net/ripple/apis/ripple-custody-api.md) · [All operations](https://skmtc.net/ripple/apis/ripple-custody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripple-custody-api/revisions/410038300d74/schema)
