Create Trades

The Create Trade endpoint allows an end-user to create fiat-to-crypt (Buy) or crypto-to-fiat (Sell) trades.

POST https://app-api.coinify.com/trades

On success, the endpoint returns the newly created trade object.

The endpoint supports the following trade types/directions:

Trade typetransferIn.medium valuetransferOut.medium value
Buy cryptocurrency with credit cardcardblockchain
Buy cryptocurrency with bank transferbankblockchain
Sell cryptocurrency and receive FIAT via bank transferblockchainbank

The API endpoint for creating each of the trade types is the same. However, because the available parameters in the request and response body of the API endpoint depend on the type of the trade (i.e. defined transferIn.medium/transferOut.medium), we have decided to describe the API call for each of the trade type separately.

Please find the API call description for each trade type: