Skip to content

Releases: cryptomkt/cryptomkt-node

3.3.0

08 Jan 20:49

Choose a tag to compare

Changes:

  • Added price_average attribute to Order model.
  • Added support to get whitelisted addresses.
  • Added support for getting hash of withdrawal fee.
  • Added support to transfer from a super-account to a sub-account.
  • Added support to transfer from a sub-account to a super-account.
  • Added support to indicate stop_price when opening an order.

3.2.1

01 Jul 14:24

Choose a tag to compare

  1. Changes:
    • Add support for subtype of transaction: AIRDROP.

3.2.0

12 Jun 21:55

Choose a tag to compare

  • Fixes:
    • rest transaction history method: order_by parameter
    • websocket transactions method: order_by parameter
  • Changes:
    • add risk model
    • transaction model: add attributes last_activity_at and commit_risk
    • currency model: add attribute account_top_order
    • network model: add attributes code, network_name, crypto_payment_id_name, crypto_explorer, contract_address, is_multichain and asset_id
    • rest transaction history method: add attribute group_transactions
    • websocket transactions method: add attribute group_transactions
    • add support to change parameter window in rest client
    • add support to change parameter credentials in rest client
    • add support for endpoint GET /wallet/crypto/fee/estimate
    • add support for endpoint POST /wallet/crypto/fee/estimate/bulk

3.1.0

13 Mar 18:57

Choose a tag to compare

3.0.0

13 Feb 14:24
562c5e1

Choose a tag to compare

What's Changed

  • Add support for API v3