expand.network
  • Overview
  • Getting Started
  • 🔑How do I get my API Key?
  • 📑List of All Endpoints
  • ⚙️SDK
    • Overview
    • Getting Started
  • ⛓️INTEGRATIONS
    • ⚡Blockchains
      • EVM based blockchains
        • Ethereum
        • Binance Smart Chain
        • Avalanche - C
        • Avalanche - P
        • Avalanche - X
        • Polygon
        • Cronos
        • Arbitrum
        • Fantom
        • Optimism
        • Base
        • zkSync Era
        • Mantle
      • Non-EVM based chains
        • Tron
        • Solana
        • Near
        • Algorand
        • Aptos
        • Sui
        • Starknet
        • TON
        • Cosmos Hub
        • Osmosis
        • Stacks
        • Bitcoin
        • Stellar
          • Stellar RWA
        • XRP Ledger
          • XRP Ledger RWA
    • ⚡Bridges
      • Stargate
      • Stargate V2
      • Squid Router
      • Squid Router V2
      • Allbridge Classic
      • Allbridge Core
    • ⚡DEX & DEX Aggregators
      • Uniswap V2
      • Uniswap V3
      • Uniswap X
      • Sushiswap V2
      • PancakeSwap V2
      • PancakeSwap V3
      • Aerodrome
      • Camelot V3
      • Curve V2
      • Balancer V2
      • STON.fi
      • Trader Joe
      • Orca
      • Raydium
      • SDEX
      • Cetus
      • REF Finance
      • Liquidswap
      • Sologenic
      • Alex
      • 0x (Aggregator)
      • 1inch (Aggregator)
      • Kyberswap (Aggregator)
        • Kyberswap ( Limit Order Endpoints )
      • Jupiter (Aggregator)
    • ⚡Derivatives
      • dYdX V4
    • ⚡Fungible Tokens
      • ERC20
      • WETH
    • ⚡Lending Protocols
      • Aave V2
      • Aave V3
      • Compound V2
      • Compound V3
      • Morpho
    • ⚡Yield Aggregators
      • Yearn Finance V2
      • Harvest Finance
      • Pendle
    • ⚡Liquid Staking
      • Chorus One
      • Lido V2
      • Stader
      • Benqi
      • Jito
      • EigenLayer
    • ⚡Non Fungible Tokens
      • ERC721
      • ERC1155
      • Metaplex
    • ⚡Oracles
      • ChainLink
      • WinkLink
      • Pyth Network
      • RedStone
    • ⚡Stablecoins
      • EVM
    • ⚡Synthetics
      • Synthetix
    • ⚡Supported Wallets
      • MPC Wallets
        • DFNS
        • FORDEFI
        • FIREBLOCKS
        • CIRCLE
      • HD Wallets
        • PHANTOM
        • COINBASE
        • TON Wallet
      • Wallet Connect v2
  • How To
    • Execute a Local Swap
    • Execute a Cross Chain Swap
    • Use Limit Orders
    • Lend and Borrow
    • Provision Liquidity
      • Adding Liquidity
      • Removing liquidity
    • Yield Farm
    • Use Our Transaction Decoder
    • Submit an RFQ
    • Subscribe to Events
    • Stream Data (WebSocket)
      • Stream Transaction
      • Stream Trade
      • Stream Gas
      • Stream Ticker Price
    • Source Pricing
    • Track Memecoins
    • Manage Token Approvals
  • Use Cases
    • Trade Reconciliation
    • Portfolio Management
    • Trading Features
    • On-Chain Data: DEX Liquidity Pool Forensics
    • Transaction and Pool Analysis
  • Account Abstraction
    • Overview
      • User Endpoints
      • Paymaster Endpoint
      • Bundler Endpoint
    • ⚙️SDK - Overview
  • Additional Info
    • Error Messages
    • Client-Side Security Essentials
    • Compute Unit Costs
    • API Metadata
    • Audit Certificate
    • Brand Assets
    • FAQs
    • Quicknode Marketplace
      • DEX
      • Lending Protocols
  • ID's
    • Chain IDs
    • Bridge IDs
      • Internal Chain IDs for Bridges
    • DEX IDs
    • Lending Protocol IDs
    • Yield Aggregator ID
    • Liquid Staking IDs
    • Oracle IDs
    • Stablecoin IDs
    • Derivatives IDs
    • Synthetics IDs
  • Mapping
    • Blockchains
    • DEXs
      • Uniswap V2
      • Uniswap V3
      • Sushiswap
      • PancakeSwap
      • Curve
      • Balancer
    • Lending Protocols
      • Aave
      • Compound
  • Protocol Spender
    • Spender list
Powered by GitBook
On this page
  • Supported Chains
  • Available Endpoints:
  • Liquid Staking IDs
  • Endpoint Details
  • /getapr
  • /getrewards
  • /getstake
  • /stake
  • /requestwithdrawal
  • Error Handling Details
  1. INTEGRATIONS
  2. Liquid Staking

Jito

PreviousBenqiNextEigenLayer

Last updated 1 month ago

Supported Chains

Available on Solana

Available Endpoints:

Click on the endpoint to jump to the section with full details

  • GET - Get the Jito staking APR.

  • GET - Get the initial staked amount and current staked value by a specified user address.

  • GET -Get the stake amount for a particular address.

  • POST - Initiate a transaction to stake on Jito protocol.

  • POST - Initiate a withdrawal request on Jito.

Also see

Liquid Staking IDs

Many endpoints have a parameter where you can provide a Liquid Staking ID.

Below is a list of Liquid Staking IDs related to Jito. For a complete list and more information, please see the page.

Liquid Staking Name
Chain
Liquid Staking ID

Jito Network

Solana

900

Endpoint Details

/getapr

Get the Jito staking APR.

GET https://api.expand.network/liquidstaking/getapr

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

liquidStakingId

String

https://api.expand.network/liquidstaking/getapr?liquidStakingId=900
{
    "status": 200,
    "msg": "success",
    "data": {
        "timeUnix": "1729519201",
        "apr": "7.92",
        "blockNumber": "296879404"
    }
}

/getrewards

Get the initial staked amount and current staked value by a specified user address.

GET https://api.expand.network/liquidstaking/getrewards

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

liquidStakingId

String

address*

String

Public address of the user.

https://api.expand.network/liquidstaking/getrewards?liquidStakingId=900&address=bxnWxiRkGpwUzJBSWAecFVFS44L48sGbJrFw23uzDBc
{
    "status": 200,
    "msg": "success",
    "data": {
        "stakedAmount": "17208357980018603",
        "stakeValue": "20073834784345071"
    }
}

/getstake

Get the stake amount for a particular address.

GET https://api.expand.network/liquidstaking/getstake

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

liquidStakingId

String

address*

String

Public address of the user.

https://api.expand.network/liquidstaking/getstake?liquidStakingId=900&address=9HJuxDecTUKDWonwVEbGnGEwnSY86rSRcdQe4rNKKQry
{
    "status": 200,
    "msg": "success",
    "data": {
        "jitoSOL": "17208357980018603"
    }
}

/stake

Initiate a transaction to stake on Jito.

POST https://api.expand.network/liquidstaking/stake

Request Body

Name
Type
Description

rpc

String

Remote procedural call URL.

liquidStakingId

String

from*

String

Public address of the owner of this request.

amount*

String

Amount of token to stake.

{
    "liquidStakingId": "900",
    "amount": "10000000",
    "from": "67yiWoBFGmHd4r5AVGkmmE64okVmCgnYBwufxgoqcLmo"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "900",
        "from": "67yiWoBFGmHd4r5AVGkmmE64okVmCgnYBwufxgoqcLmo",
        "to": "Jito4APyf642JPZPx3hGc6WWJ8zPKtRbRs4P815Awbb",
        "data": "AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAFDEwUDFZqeozpMRjta3iDP6Owdij8OKmd8K86PMapNehKp20wm8Gdp9IOyCEi7ZlK8lA7Ddb9RkA44HNhlPggtN2ep2j+32RMiq6bjiGIrdBrxVD79xbIIrnOY8d4PZUuHwnmo/7s+ZAy4cHfa5ci3LNjTnuONECTa8NLDMHI61If/NFB6YMsrxCtkXSVyg8nG1spPNRwJ+pzcAftQOs5oL0Eij4Iw7SVvhf0VCfYm+xbgMfiaVwYZNdnQ9s5vtNG1gd0gnoRKhFDRgaVqek3K8E/8xU2QSLAz3GdlTbvN73nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABU5Z4kwFGooUp7HpeX8OEs36dJAhZlMZWmpRKm8WZgK4yXJY9OJInxuz0QKRSODYMLWhOZ2v8QhASOe9jb6fhZBoFO1Mr2ihdGcv2shgMaY+hOoV76HUS3IpP229sAFlAG3fbh12Whk9nL4UbO63msHLSF7V9bN5E6jPWFfv8AqSsm1R2neGolMuqF9Lj5T1I3MA6jBnOQCfzygSeJiR14AwcCAAEMAgAAAICWmAAAAAAACQYABgAEBwsBAQoKBQgCAQYDBgQHCwkOgJaYAAAAAAA=",
        "additionalSigners": "5EosQqnkFNmQ4UcrkNPpgyDxyXwfr2NXBqpsf69LknQjAujbkUDJYPmtWBrG1csgid8MtU2eQRmpaqiPgDon9HUp",
        "referenceId": "8b175dd9da0244edb4cebe400969029e"
    }
}

/requestwithdrawal

Initiate a transaction to request a withdrawal on Jito.

POST https://api.expand.network/liquidstaking/requestwithdrawal

Request Body

Name
Type
Description

rpc

String

Remote procedural call URL.

liquidStakingId

String

from*

String

Public address of the owner of this request.

amount*

String

Amount of tokens to request withdrawal.

{
    "liquidStakingId": "900",
    "amount": "1000",
    "from": "67yiWoBFGmHd4r5AVGkmmE64okVmCgnYBwufxgoqcLmo"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "900",
        "from": "67yiWoBFGmHd4r5AVGkmmE64okVmCgnYBwufxgoqcLmo",
        "to": "Jito4APyf642JPZPx3hGc6WWJ8zPKtRbRs4P815Awbb",
        "data": "AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgEGDUwUDFZqeozpMRjta3iDP6Owdij8OKmd8K86PMapNehK/dY31Lekj0q/WzBH+WS5QHkVRIuvgR8qMjYZov9f7sCep2j+32RMiq6bjiGIrdBrxVD79xbIIrnOY8d4PZUuHwnmo/7s+ZAy4cHfa5ci3LNjTnuONECTa8NLDMHI61If/NFB6YMsrxCtkXSVyg8nG1spPNRwJ+pzcAftQOs5oL0Eij4Iw7SVvhf0VCfYm+xbgMfiaVwYZNdnQ9s5vtNG1gd0gnoRKhFDRgaVqek3K8E/8xU2QSLAz3GdlTbvN73nVOWeJMBRqKFKex6Xl/DhLN+nSQIWZTGVpqUSpvFmYCsGgU7UyvaKF0Zy/ayGAxpj6E6hXvodRLcik/bb2wAWUAah2BeRN1QqmDQ3vf4qerJVf1NcinhyK2ikncAAAAAABqfVFxjHdMkoVmOYaR1etoteuKObS21cc1VbIQAAAAAGp9UXGTWE0P7tm7NDHRMga+VEKBtXuFZsxTdf9AAAAAbd9uHXZaGT2cvhRs7reawctIXtX1s3kTqM9YV+/wCpPLBnwnf6ubVN8fjUrdhNq0x7G1bCjaHjRKCUn0/agaYCDAMGAQAJBOgDAAAAAAAACAwFBwEGAgADBAoLCQwJEOgDAAAAAAAA",
        "additionalSigners": "2hoNJ7hNSnPMwKXHmViGkb8fmfMDta2KeY6MhNiHG96edtBGegWsXfPxgN2WLEVxBfYB7DmUQJsm4RRjBi9rkJBH",
        "referenceId": "dcc1f69bf5404578a5456f7d88a3aa5e"
    }
}

Error Handling Details

Error
Description

400 (Bad Request)

Indicates the request is invalid or missing the required parameters. The msg field will contain details about the error.

401 (Unauthorised)

Indicates the request lacks valid authentication credentials (API key). Ensure that you provide a valid API key in the request headers.

404 (Not Found)

Indicates that the specified endpoint or resource does not exist.

500 (Server Error)

Indicates an internal server error.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

⛓️
⚡
liquid staking ID
getapr
getrewards
getstake
Stake
requestwithdrawal
Error Handling Details
back to top
back to top
back to top
back to top
back to top
back to top
Liquid Staking Id
Liquid Staking Id
Liquid Staking Id
Liquid Staking Id
Liquid Staking Id