# Solana Support

WheelX supports Solana through the standard quote flow.

### What to Know

* Solana uses chain ID `1151111081099710`
* Use the Solana chain ID above whenever the route includes Solana
* Use a Solana-format address on the Solana side of the request

### Quote Example

This example shows a Solana quote request.

```json
{
  "from_chain": 1151111081099710,
  "to_chain": 1,
  "from_token": "11111111111111111111111111111111",
  "to_token": "0x0000000000000000000000000000000000000000",
  "from_address": "MNvtmkCofjdfiyttxPX4mfUjuG8uBHtC3WELPpFiEYP",
  "to_address": "0x1111111111111111111111111111111111111111",
  "amount": "10000000000",
  "slippage": 200,
  "affiliation": null,
  "to_platform_id": 0,
  "quote_only": true
}
```

{% hint style="info" %}
Use chain ID `1151111081099710` when quoting a route that includes Solana.
{% endhint %}
