post
https://api.blockpeer.finance/api/blockpeer-trade/trade/registry/createBillOfExchange
Creates, signs, stores, and prepares on-chain minting for a Bill of Exchange document.
This API:
- validates request structure and required BOE fields,
- signs the BOE as a W3C credential,
- uploads raw + signed document to storage,
- initializes mint transaction signing flow,
- returns a WebAuthn signing URL (
/sign?sessionId=...) to complete minting.
This API returns a redirect URL with
sessionIdto sign the transaction.
Use the GET endpoint/auth/session-response?sessionId=<sessionId>to retrieve the session result.
The response will include an object under the keywrappedDocument, which contains the content of the.ttfile.If using MCP, enter
shipperDomain,holderAddress, andbeneficiaryAddressexplicitly.
401Token is absent or invalid
