Skip to main content
GET
Get Tokenizer Information
Retrieves the tokenizer and contract addresses of a specific token.
This is where you read the deployed token contract address after a newTokenization succeeds. The address is returned as tokenAddress; neither the transaction status response nor GET /get-token-info contains it.

Query Parameters

  • tokenSymbol (required): Token symbol

Example

Response

Address roles for dividend distributions

When preparing the payment-token allowance required by dividendDistribution:
  • Use tokenAddress as the spenderAddress of the approve request. This is the STO token contract that consumes the allowance.
  • paymentTokenAddress is the ERC-20 payment token contract on which the approval transaction is executed.
  • companyWalletAddress identifies the tokenizer and can be passed as tokenizerAddress for a shared payment token such as USDT.
  • Do not use escrowAddress as the spender for the dividend allowance.
See approve for a complete request example.

Authorizations

x-api-key
string
header
required

Query Parameters

tokenSymbol
string
required

The symbol of the token.

Response

200 - application/json

Successful response

companyWalletAddress
string

The company's wallet address.

tokenAddress
string

The STO token contract address. Use this as spenderAddress when approving the payment token before dividendDistribution.

paymentTokenAddress
string

The ERC-20 payment token contract address on which the dividend approval is executed.

escrowAddress
string

The escrow address. Do not use this as the spender for the dividendDistribution allowance.

chainId
string

The blockchain's chain ID.

email
string

The email of the tokenizer.