Create Token Registry

Create a TradeTrust Token Registry that will be used to issue and manage electronic trade documents (eBL, ePN, ETRs).

A Token Registry is the foundation for all Trade APIs and is typically created once per End User organization.

How this fits in the Trade flow

  • Called by the Integrating System
  • Creates a Token Registry for an End User organization
  • Requires explicit End User approval
  • Approval happens only via redirect URL and End User passkeys
  • Registry is reused across all subsequent trade actions

This is a one-time setup per End User organization.

This API returns a redirect URL with sessionId to sign the transaction.
Use GET /auth/session-response?sessionId=<sessionId> to retrieve the transaction hash and use trade/registry/getDeploymentStatus/ to get the status of deployment.

Body Params
string
required

The name assigned to the Token Registry that will be deployed on-chain.

string
required

The symbol or shorthand identifier for the Token Registry and its issued tokens.

string
required

The identifier of the wallet used to authorize the creation of the Token Registry.

string
enum
required
Defaults to STABILITY

The blockchain network on which the Token Registry contract will be deployed.

Headers
string

Unique key to ensure idempotency for API requests.

string

Unique external ID for tracking purposes, can be used for debugging and analytics.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json