Create Buy Trade - Bank Transfer

This page describes how to Create a Buy Trade via API where the payment method for completing the trade is a Bank transfer and the end-user receives the cryptocurrency specified in the Trade Price Quote API request.

👍

Different quote types for the Trades:

This API allows you to create Buy trades where:

  • all the applicable fees are included in the amount requested by the end-user
  • all the applicable fees are added on top of the amount requested by the end user

Check the Fees Included and Fees on top section, respectively, depending on your desired setup.

Body Params
int32
required

Identifier of valid price quote to base the trade on. Passing an invalid price quote will result in an error.

transferIn
object
required
transferOut
object
required
json

Partner context which will be returned in trade webhooks. Can be one of object, array, string, number, true, false as defined here https://www.json.org/json-en.html.

Headers
string
required
Defaults to Bearer {{accessToken}}

Must contain Bearer <access_token> value as received upon Authentication.

Responses

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