Welcome to the Coinify Wallet Trading API documentation.
In this document we will take you through the process of integrating with Coinify to let your customers buy and sell cryptocurrencies through the API.
Getting started
We have made the API with simplicity in mind and we want it to be as simple as possible to get started - The following procedure describes the simplified flow that needs to be implemented in order to let a user buy and sell crypto.
- Register and/or authenticate user
- Create a price quote
- Create a trade
- Pay for trade
Here is an overview of the flows recommend to implement in order to get started.
- Buy flow
- Sell flow
- Resume unfinished trade
- KYC / Customer identity verification
Views to implement
In order to create a full API integration with Coinify you need to implement the following views.
- Quote
- Order summary
- Bank account registration
- Credit card payment
- Historical trades
- KYC / Customer identity verification