Retrieves all gas sponsors and their usage information across all chains for your Portal environment. Solana entries also include the gas sponsor’s on-chain address and current balance.
Filtering: Pass the optional chains query parameter to narrow the
response to a subset of chains. Each entry may be either a friendly
chain slug (for example solana, solana-devnet, base, ethereum)
or a full CAIP-2 chain ID (for example eip155:1,
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp).
Tip — speed up your request: Only need a subset of chains?
Passing chains skips the data fetches for every chain you leave out,
which can reduce response times from several seconds to a few
hundred milliseconds. For example, if you only care about Solana
gas sponsor info, pass chains=solana,solana-devnet.
Note: Gas sponsorship must be enabled for your Portal environment.
Documentation Index
Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
Use this file to discover all available pages before exploring further.
Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.
Comma-separated list of chains to include in the response. Each
entry may be a friendly slug (e.g. solana, base) or a full
CAIP-2 chain ID (e.g. eip155:1). When omitted, every configured
chain is returned.
Gas sponsors retrieved successfully