Skip to main content

📋 Change Record

2026/03/17

  • Updated currency_id parameter type to global unique int across all APIs.
  • Refactored and updated API endpoints:
    • Token List: /v1/transactions/currency -> /currency/token-list
    • Create Order: /v1/transactions/pay -> /order/create
    • Query Order: /v1/transactions -> /order/detail
    • Price Exchange: /v1/transactions/amount -> /order/exchange-rates
    • Payout: /v1/transactions/transfer -> /payout/create
    • Query Transfer Status: /v1/transactions/getTransfer -> /payout/detail
    • Check Balance: /v1/account/balance -> /account/balance
    • Static Payment QR Code: /v1/payment-qr-code -> /payment-qr-code/create
    • Create Entrust Order: /v1/transactions/entrust -> /entrust/pre-create
tip

We recommend upgrading the API to the latest path and updating String currency_id to Int currency_id; however, you can still continue using the old API address.

2026/03/14

  • Added QRPayment application interface and callback methods
  • Optimized documentation structure and content
  • Enhanced international content support

2026/1/21

Release the first version, support chain: Wiko/Tron/ETH/BSC