placeRwaOrder
Place a Stake (subscribe) or Redeem order for a Real World Asset (RWA) product. Stake deducts settlement coins to allocate shares; Redeem locks shares to refund coins.
Instructions
Place a Stake (subscription) or Redeem order for an RWA product.
Stake: deduct settlement coin from accountType, allocate shares at next NAV.
Redeem: lock shares, refund settlement coin to accountType after settlement.
Rate Limit: 5 req/s (UID)
Notes:
orderLinkIdis REQUIRED and must be unique per UID within RWA business scope. Reusing a previousorderLinkIdreturns180025 ORDER_ALREADY_EXISTS.For Stake orders:
stakeAmountis required,redeemSharesis ignored.For Redeem orders:
redeemSharesis required,stakeAmountis ignored.Use Get Order endpoint to track order status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| orderType | Yes | ||
| productId | Yes | ||
| accountType | No | FUND | |
| orderLinkId | Yes | ||
| stakeAmount | No | ||
| redeemShares | No |