Skip to content
Orders

Create a new exchange order

Initiates a new cryptocurrency exchange order by validating the asset pair, networks, amounts, and destination address.
POST
https://api.thechange.ltd/v2/orders

Headers

TC-API-KEYstringRequired
API key for requests authentication

Request Body

sendstringRequired
Ticker symbol of the currency to send.
sendNetworkstringRequired
Blockchain network of the sending currency.
receivestringRequired
Ticker symbol of the currency to receive.
receiveNetworkstringRequired
Blockchain network of the receiving currency.
amountnumberRequired
Amount of currency to exchange.
receiveAddressstringRequired
Destination wallet address where the exchanged funds will be sent.
sourceAddressstringOptional
Optional source wallet address of the user.
userDeviceIdstringRequired
Unique identifier of the user's device.
payloadstringOptional
Optional destination tag, memo, or payment ID if required by the asset.
providerstringOptional
Optional liquidity provider identifier.
metadataobjectOptional
Optional additional metadata for the order.

Responses

Updated