v1
Babylon Phase-1 API endpoints (Deprecated)
📄️ getDelegationV1
[DEPRECATED] Retrieves a delegation by a given transaction hash. Please use /v2/delegation instead.
📄️ Get Active Finality Providers (Deprecated)
[DEPRECATED] Fetches details of all active finality providers sorted by their active total value locked (ActiveTvl) in descending order. Please use /v2/finality-providers instead.
📄️ getGlobalParamsV1
[DEPRECATED] Retrieves the global parameters for Babylon, including finality provider details. Please use /v2/network-info instead.
📄️ getStakerDelegationsV1
Retrieves phase-1 delegations for a given staker. This endpoint will be deprecated once all phase-1 delegations are either withdrawn or registered into phase-2.
📄️ Get Overall Stats (Deprecated)
[DEPRECATED] Fetches overall stats for babylon staking including tvl, total delegations, active tvl, active delegations and total stakers. Please use /v2/stats instead.
📄️ Get Staker Stats (Deprecated)
[DEPRECATED] Fetches staker stats for babylon staking including tvl, total delegations, active tvl and active delegations. Please use /v2/staker/stats instead.
📄️ Unbond phase-1 delegation
Unbonds a phase-1 delegation by processing the provided transaction details. This endpoint will be deprecated once all phase-1 delegations are either withdrawn or registered into phase-2.
📄️ Check unbonding eligibility
Checks if a delegation identified by its staking transaction hash is eligible for unbonding. This endpoint will be deprecated once all phase-1 delegations are either withdrawn or registered into phase-2.