Skip to main content
POST
Create Token

Authorizations

Authorization
string
header
required

OAuth 2.0 access token from Auth-Edge.

Body

application/json
ticker
string
required

Short token symbol (e.g. ACMB3).

name
string
required

Full token name.

chain
string
required

Target chain (e.g. BASE).

decimals
integer
required

Token decimals (e.g. 18).

assetClass
string
required

Asset class (e.g. MONEY_MARKET).

tokenType
enum<string>
required

ASSET for a plain token; YIELD_BEARING for one that pays yield.

Available options:
ASSET,
YIELD_BEARING
price
number

Issue price per token in fiat major units.

maxShareholders
integer

Maximum holders; 0 for unlimited.

maxTokensPerInvestor
integer

Per-investor cap; 0 for unlimited.

lockUpDuration
integer

Lock-up in seconds; 0 for none.

yieldParams
object

Required when tokenType is YIELD_BEARING.

Response

201 - application/json

Created

The response is of type object.