Retrieve existing crypto-routes

A crypto route automatically redirects funds from one address to another. If the two addresses are using different currencies, the route would handle the necessary currency conversion. For instance, a crypto route can be setup from a BTC address to a PHP address. When the user receives funds in the BTC address (monitored address), the funds will automatically be transferred to the PHP address (stock address) and
converted to pesos using the exchange rate at the time of receipt.

Properties

  • id - Unique identifier for the crypto-route
  • monitored_address - The address being monitored for incoming funds.
  • stock_address - The address where the funds are being transferred.
  • created_at - Specifies the date when the crypto-route was created.
Language