/
/Coin Wallet API V4
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2026-07-17
  • get/crossplatform
  • delete/crossplatform
  • get/crossplatform/registration
  • post/crossplatform/registration
  • get/cryptos
  • get/csfee
  • get/csfee/addresses
  • get/details
  • put/details
  • get/domain/address
  • get/exchange/changelly/estimate
  • post/exchange/changelly/transaction
  • get/exchange/changelly/transactions
  • get/exchange/changelly/validate
  • get/fees
  • get/mecto
  • put/mecto
  • delete/mecto
  • delete/platform
  • get/platform/registration
  • post/platform/registration
  • get/ramps/buy
  • get/ramps/sell
  • post/register
  • get/settings
  • patch/settings
  • get/storage/{storageName}
  • put/storage/{storageName}
  • post/token/device/pin
  • get/token/device/platform
  • post/token/device/platform
  • get/token/wallet
  • get/token/wallet/crossplatform
  • post/token/wallet/crossplatform
  • post/token/wallet/pin
  • get/token/wallet/platform
  • post/token/wallet/platform
  • get/update/{distribution}/{arch}/{version}
  • put/username
  • delete/wallet

Create Changelly transaction

post/exchange/changelly/transaction

Query parameters

idstring required

Device ID

Request body

fromstring required
tostring required
amountstring required
addressstring required
extraIdstring nullable
refundAddressstring nullable

Response

Changelly transaction

idstring required
depositAmountstring required
depositAddressstring required
extraIdstring nullable

Changes