Solana Token Details API

Now get currency details for any Solana token using the following API.

Check this API on Graphql

{
  solana{
    address (address: {is: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"}){
      annotation
      address
      smartContract{
        contractType
        currency{
          decimals
          name
          symbol
          tokenType
        }
        protocolType
      }
    }
  }
}

2 Likes