Solana price #206
|
Is there a way to get the price of solana in the SDK? |
Answered by
GabrielePicco
Jan 31, 2024
Replies: 4 comments 4 replies
|
Yes, you can use the Jupiter or Orca integration: https://solana.unity-sdk.gg/docs/jupiter |
0 replies
Answer selected by
GabrielePicco
|
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) |
0 replies
|
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; |
0 replies
|
I did that : |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can use the Jupiter or Orca integration: https://solana.unity-sdk.gg/docs/jupiter