Read Channel Spot Rate

Read Channel Spot Rate

GET https://api.sandbox.coindirect.com/api/v2/channel/:uuid/spot

This endpoint allows you to read the channel spot rate.

Path Parameters

Headers

{
  "display": {
    "base": "ETH",
    "counter": "JPY",
    "rate": 374486.468441622798
  },
  "wallet": {
    "base": "ETH",
    "counter": "EUR",
    "rate": 2897.8292071626
  }
}

Last updated