Quickstart
Getting started with Pluton is simple and straightforward. Follow these steps to initiate your first cross-chain transaction:
1. Estimate Your Transaction
Endpoint: POST /quote/estimateRequest
Body Example:
Response:Returns available solver quotes and intent responses for your request.
2. Select a Quote and Get Transaction Data
Endpoint: POST /quote/selectRequest
Body Example:
Response: Returns the transaction data (transaction.pluton) you need to sign and broadcast on-chain.
That’s it!
Use
/quote/estimate
to get available routes and quotes.Use
/quote/select
to get the transaction payload for signing and execution.
For more advanced flows (refunds, affiliate claims, history), see the Integration Guide.
Last updated