Sign-up a new user

This API endpoint allows you to make a Sign-up API request which creates a Trader account for your customer in Coinify's system. Feel free to test it out directly on this page using your dedicated Partner ID.

There's two main Sign-up options you can set-up for your customers when redirecting them to Coinify's Trade API/Widget:

  1. Frictionless Sign-up flow
  2. Sign-up with password and email verification
Body Params
string
required

Email address of the customer that's being signed up.

string

The password of the user used in combination with the email address to sign in. Can be omitted when using Frictionless Sign-up flow.

string
required

Your unique Coinify Partner ID as provided to you during onboarding.

string
Defaults to individual

Type of the customer's trader account with Coinify. Possible values: 'individual' and 'corporate'. Use 'corporate' when signing up e.g. business clients. Use 'individual' when signing up private customers.

profile
object
required

Object

string

(Only for trusted Coinify partners) Signed message from partner for automatic validation of customer's email. See Frictionless Sign-up Flow page in Guides section for detailed instructions.

boolean
Defaults to false

If set to 'true', an offline token is created for the new trader and returned in the response with the parameter offlineToken. Used to authenticate your Customers to Coinify Trade service without the need for them provide the credentials. See Frictionless Sign-up Flow page in Guides section for detailed instructions.

boolean
Defaults to false

Determines whether the customer consents to receive additional marketing emails from Coinify.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json