Jupiter AMM Swap History
The last 1000 Jupiter AMM swaps are stored in our cache
Basic
Premium
Enterprise
Credit Cost
❌
❌
✅
3 per request
GET /api/v1/jupiter-amm-swaps/history
or with parameters to get a prefered amount of transactions:
GET /api/v1/jupiter-amm-swaps/history?limit=1000&offset=0
{
"success": true,
"data": [
{
"timestamp": 1749864629,
"source": "jupiter-amm-swaps",
"signature": "4HdsMnbVghShKTjrD5n4KFbPeZkrrbSBizXt5KicfWoJZFRxzbLHCHFNsVfXxawD7zWk8KVkv1uDPSwB8P5u1qoT",
"wallet": "CkA783TDgRddmRKud4S8tEh8AdP376yTRx7z4FZNQmWE",
"slot": "346639598",
"swap": {
"input_mint": "AxKAXpvfpMxCQ3aKP32EGbdbcAyiCZDAA81TqXQp3igK",
"input_amount": "5334512247",
"input_decimals": 6,
"output_mint": "So11111111111111111111111111111111111111112",
"output_amount": "13587821",
"output_decimals": 9,
"price": 392595.1222789879,
"price_inverse": 0.0000025471533986338603
},
"child_routes": [
{
"amm": "CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
"input_mint": "AxKAXpvfpMxCQ3aKP32EGbdbcAyiCZDAA81TqXQp3igK",
"input_amount": "5334512247",
"input_decimals": 6,
"output_mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"output_amount": "1999600",
"output_decimals": 6
},
{
"amm": "SoLFiHG9TfgtdUXUjWAxi3LtvYuFyDLVhBWxdMZxyCe",
"input_mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"input_amount": "1999600",
"input_decimals": 6,
"output_mint": "So11111111111111111111111111111111111111112",
"output_amount": "13587821",
"output_decimals": 9
}
],
"fee": {
"account": "6Wzuv7vLc6Vq8HJcHwwSCE9SKcdJiuoJmJm3EMFkWERN",
"mint": "So11111111111111111111111111111111111111112",
"amount": "115496",
"decimals": 9
},
"type": "jupiter_amm_swap"
},
{
"timestamp": 1749864629,
"source": "jupiter-amm-swaps",
"signature": "5igpDocYDSgxJbr6jpJuommdgZ33wQAJNYRW5qYneGXdHpGFNvS3J12xsFcPRKQDiwDkcSZMihorBemDhJ3vvRMD",
"wallet": "4UFMubecQfY78k2stAzz8w4ZHscY5yjGUhdorap9j6kU",
"slot": "346639598",
"swap": {
"input_mint": "So11111111111111111111111111111111111111112",
"input_amount": "20415271",
"input_decimals": 9,
"output_mint": "So11111111111111111111111111111111111111112",
"output_amount": "20422710",
"output_decimals": 9,
"price": 0.9996357486347306,
"price_inverse": 1.0003643840926726
},
"child_routes": [
{
"amm": "CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
"input_mint": "So11111111111111111111111111111111111111112",
"input_amount": "20415271",
"input_decimals": 9,
"output_mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"output_amount": "3004907",
"output_decimals": 6
},
{
"amm": "ZERor4xhbUycZ6gb9ntrhqscUcZmAbQDjEAtCf4hbZY",
"input_mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"input_amount": "3004907",
"input_decimals": 6,
"output_mint": "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"output_amount": "7224741",
"output_decimals": 6
},
{
"amm": "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc",
"input_mint": "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"input_amount": "7224741",
"input_decimals": 6,
"output_mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"output_amount": "3005275",
"output_decimals": 6
},
{
"amm": "DEXYosS6oEGvk8uCDayvwEZz4qEyDJRf9nFgYCaqPMTm",
"input_mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"input_amount": "3005275",
"input_decimals": 6,
"output_mint": "So11111111111111111111111111111111111111112",
"output_amount": "20422710",
"output_decimals": 9
}
],
"fee": null,
"type": "jupiter_amm_swap"
}
// ...and so on
],
"pagination": {
"limit": 100,
"offset": 0,
"total": 1000,
"returned": 100
},
"credits_consumed": 0,
"message": "Jupiter AMM swaps history retrieved successfully"
}
Last updated