GetTokenSupplyApi

type GetTokenSupplyApi = object;

Methods

getTokenSupply()

getTokenSupply(tokenMint, config?): SolanaRpcResponse<GetTokenSupplyApiResponse>;

Returns the total supply of the token mint supplied.

Parameters

ParameterType
tokenMintAddress
config?Readonly<{ commitment?: Commitment; }>

Returns

SolanaRpcResponse<GetTokenSupplyApiResponse>

See

https://solana.com/docs/rpc/http/gettokensupply

On this page