Skip to main content
GET
Get Token Information
Reads token information. This endpoint has two modes, selected by whether you send tokenSymbol.
This endpoint does not return the deployed token contract address. After a newTokenization succeeds, read the address from GET /get-tokenizer-info as tokenAddress. It also does not return wallet balances — use GET /get-balance-whitelist for those.

Query Parameters

  • tokenSymbol (optional): Token symbol. Omit it to list what the API key can see.

Mode 1 — list what the API key can see

Omit tokenSymbol. Useful right after a tokenization, to confirm the new symbol is registered.

Mode 2 — read one asset record

Send tokenSymbol. Your key must be the tokenizer of that token, or the call returns Unauthorized token symbol.

Where to find each address

Authorizations

x-api-key
string
header
required

Query Parameters

tokenSymbol
string

The symbol of the token. Omit it to list the symbols available to the API key.

Response

200 - application/json

Successful response

The asset record when tokenSymbol is supplied, otherwise the symbols and tokenizer emails available to the API key.

uuid
string

Internal identifier of the tokenized asset.

name
string

Company or asset name.

tokenName
string

Token name.

tokenSymbol
string

Token symbol.

tokenType
string

Token type.

tokenizerEmail
string

Email of the tokenizer that owns the asset.

companyWalletAddress
string

Wallet address of the tokenizer company.

tokenLogotype
string

Token logo reference.

subscriptionAgreement
string

Subscription agreement reference.

Legal documentation reference.

allowedTokenDecimals
integer

Decimals configured for the token.

initialTokenSupply
string

Initial token supply.

maxTokenSupply
string

Maximum token supply.

paymentToken
object