cURL
curl --request GET \ --url https://jupiter.dial.to/api/v0/swap/{tokenPair}
{ "icon": "<string>", "label": "<string>", "title": "<string>", "description": "<string>", "disabled": true, "error": { "message": "<string>" }, "links": { "actions": [ { "type": "<string>", "label": "<string>", "href": "<string>", "parameters": [ { "name": "<string>", "label": "<string>" } ] } ] } }
Get available swap actions for a token pair
Token pair in format input-output. Input and output are token symbols or addresses.
"SOL-Bonk"
Successful response with swap action details
The response is of type object.
object
Was this page helpful?