Skip to main content

Gateways of the wallet

GET 

/solaccounts/:address/gateways

Lists the gateways currently owned by the given Solana wallet.

The response is paginated so large wallet inventories can be explored in chunks. Filtering parameters make it possible to narrow the result set to active, denylisted, mobile-capable, or recently rewarded gateways.

Each gateway in the response counts toward your gateway usage limits, so paginate cautiously when working with large wallets.

Request

Responses

ListResponse<Gateway> containing the owner’s gateways and pagination metadata.