Solana price #206
-
Is there a way to get the price of solana in the SDK? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Yes, you can use the Jupiter or Orca integration: https://solana.unity-sdk.gg/docs/jupiter |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply, yet when adding the code in unity, it seems it's not part of the solana unity SDK. Is there some other plugin to install?(the docs says it's native) |
Beta Was this translation helpful? Give feedback.
-
You are probably just missing the imports: using Solana.Unity.Dex;
using Solana.Unity.Dex.Jupiter;
using Solana.Unity.Dex.Math;
using Solana.Unity.Dex.Models;
using Solana.Unity.Dex.Quotes; |
Beta Was this translation helpful? Give feedback.
-
I did that : |
Beta Was this translation helpful? Give feedback.
Yes, you can use the Jupiter or Orca integration: https://solana.unity-sdk.gg/docs/jupiter