post
https://api.blockpeer.finance/api/blockpeer-trade/trade/registry/deploy
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.
