Create Spot Spread Hook

Creates a web hook to stream spot arbitrage events in real time to your server

  • Important: the data sent to the webhook is compressed with gzip - keep this in mind when deserializing messages.
  • Note: An example of the data structure sent to the webhook is given in the webhook event section.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
blacklisted_currencies
array of strings

List of cryptocurrency tickers to exclude from the data

  • you can leave this field blank or skip it at all

Blacklisted Currencies
whitelisted_currencies
array of strings

List of cryptocurrency tickers to limit the data to.

  • you can leave this field blank or skip it at all

Whitelisted Currencies
0.2 to 100

Max profit percentage

0.2 to 100

Max profit percentage

≥ 50

Minimum deal volume in USD

≥ 50

Maximum deal volume in USD

≥ 1

Minimum time of spread existence in milliseconds

≥ 1000

Maximum time of spread existence in milliseconds

uri
required
length between 1 and 2083

Hook URL

buy_networks
array of objects
required

List of chains available to withdraw cryptocurrency on the exchange to buy asset

Buy Networks*
sell_networks
array of objects
required

List of chains available to deposit cryptocurrency on the exchange to sell asset

Sell Networks*
buy_networks_status
array of objects
required

Status of the possibility of withdrawal in selected chainson the exchange of buying an asset:

  • output_y - withdraw is open
  • output_n - withdraw is close
Buy Networks Status*
sell_networks_status
array of objects
required

Status of the possibility of deposit in selected chainson the exchange of selling an asset:

  • input_y - deposit is open
  • input_n - deposit is close
Sell Networks Status*
buy_exchanges
array of objects
required

List of exchanges for buying an asset

Buy Exchanges*
sell_exchanges
array of objects
required

List of exchanges for selling an asset

Sell Exchanges*
Response

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