Skip to content

API Reference#

Marinade provides REST APIs for querying staking data, validator information, and executing transactions.

Available APIs#

API Base URL Purpose
Transaction Router https://tx-router.marinade.finance Build staking/unstaking transactions
Native Staking API https://native-staking.marinade.finance Native stake management
Validators API https://validators-api.marinade.finance Validator data and stats
APY API https://apy.marinade.finance Staking yields and APY data
Staking Rewards API https://staking-rewards-facade.marinade.finance Rewards reporting and history

Transaction Router API#

The recommended way to build staking and unstaking transactions. It finds optimal routes and returns ready-to-sign transactions.

Base URL: https://tx-router.marinade.finance

Full Transaction Router API Reference

Native Staking API#

Query and manage native staking operations.

Base URL: https://native-staking.marinade.finance

Full Native Staking API Reference

Validators API#

Access validator performance data and statistics.

Base URL: https://validators-api.marinade.finance

Full Validators API Reference

APY API#

Query staking yields and APY data.

Base URL: https://apy.marinade.finance

Full APY API Reference

Staking Rewards API#

Query rewards reporting and history data.

Base URL: https://staking-rewards-facade.marinade.finance

Full Staking Rewards API Reference

Authentication#

Currently, Marinade APIs are public and do not require authentication. Rate limits apply.