StakeStone API Reference
Router Intents API Swagger
Get Quote
POST
/protocol/get-protocol-quotes
Fetch the quote for staking into StakeStone from any chain using any token.
Base URL
https://api.pod.routerintents.com
Body
ReceiverAddress
string (required)
Wallet address to receive STONE
SourceTokens
array (required)
Array of tokens at the source side
Amount
array (required)
Array of token amounts being supplied
SourceChainId
int (required)
Network ID of the starting chain, for example: 137 for Polygon
Protocol
object (required)
Intent adapter information for StakeStone
SenderAddress
string (optional)
If SenderAddress is different from the ReceiverAddress
SlippageTolerance
float (optional)
1 means 1%; by default, this is set to 2%.
Response
Sample cURL
Compose Calldata
POST
/adapter/compose-adapter-calldata
Fetch the calldata to execute the quote fetched via the get-protocol-quotes
endpoint
Base URL
https://api.pod.routerintents.com
Body
Payload object from the response of the get-protocol-quotes
endpoint
Response
Last updated