Create Token
Issues a new tokenized asset and deploys it on the target chain. For a YIELD_BEARING token, supply yieldParams. Returns immediately with a PENDING token plus a deployment operationRef and txHash.
Authorizations
OAuth 2.0 access token from Auth-Edge.
Body
Short token symbol (e.g. ACMB3).
Full token name.
Target chain (e.g. BASE).
Token decimals (e.g. 18).
Asset class (e.g. MONEY_MARKET).
ASSET for a plain token; YIELD_BEARING for one that pays yield.
ASSET, YIELD_BEARING Issue price per token in fiat major units.
Maximum holders; 0 for unlimited.
Per-investor cap; 0 for unlimited.
Lock-up in seconds; 0 for none.
Required when tokenType is YIELD_BEARING.
Response
Created
The response is of type object.
