Skip to main content
GET
/
staking
/
chains
TypeScript
const response: Promise<FireblocksResponse<StakingGetChainsResponse>> = fireblocks.staking.getChains();
[
  "ETH",
  "ETH_TEST6",
  "ETH_TEST_HOODI",
  "SOL",
  "SOL_TEST",
  "MATIC"
]

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

An array of supported chains was returned successfully.

Protocol identifier for the staking operation.

Available options:
ATOM_COS,
AXL,
AXL_TEST,
CELESTIA,
DYDX_DYDX,
ETH,
ETH_TEST6,
ETH_TEST_HOODI,
INJ_INJ,
MANTRA,
MATIC,
OSMO,
SOL,
SOL_TEST,
STETH_ETH,
STETH_ETH_TEST6_DZFA,
STETH_ETH_TEST_HOODI
Example:
[
  "ETH",
  "ETH_TEST6",
  "ETH_TEST_HOODI",
  "SOL",
  "SOL_TEST",
  "MATIC"
]