getTokenInfo

Function: getTokenInfo()

function getTokenInfo<ThrowOnError>(options: OmitKeys<RequestOptions<ThrowOnError>, "body" | "url"> & GetTokenInfoData & Pick<RequestOptions<ThrowOnError>, "headers">): RequestResult<TokenState, ErrorResponse, ThrowOnError>

Defined in: packages/api/src/client/sdk.gen.ts:60

Retrieve information about a fungible token.
The info endpoint retrieves detailed information about a specific fungible token deployed on the Mina blockchain.

Type Parameters

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError>, "body" | "url"> & GetTokenInfoData & Pick<RequestOptions<ThrowOnError>, "headers">

Returns

RequestResult<TokenState, ErrorResponse, ThrowOnError>