Approves a pending swap transaction initiated by another qualified investor. This endpoint allows the counterparty to confirm and execute their side of the swap. Returns the transaction payload that must be signed to complete the approval process.
The swap must be in a pending approval state, and the caller must be the intended counterparty of the swap. Both wallets must maintain compliant status with their respective tokens for successful execution.
Access level: Qualified investors who are the intended counterparty of the swap transaction.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400The owner is not the creator of the action.
Workflow is not a valid token swap workflow.
Workflow is not in the correct state to be approved.
Token with id {tokenId} is not deployed
Wallet {senderAddress} is not registered in token {tokenAddress}
401Unauthorized
404Token not found.
Workflow not found.
Wallet {walletAddress} is not compliant with token {tokenId}.
Holder with qualified status not found for sender wallet {walletAddress}.
Holder not found for account {accountId}
500The call to the TREX Service API endpoint raised an error:
TREX Service API responded with an empty body.
