Coindirect API
CtrlK
  • Welcome
  • Guides
    • Environments
    • Account Setup
      • Account Users
      • Merchant IDs
    • API Credentials
    • Webhooks
    • Date and Time
    • API Authentication
    • Currencies
    • Channels How-To
      • Channel Payment Workflow
      • Channel Webhooks
      • Channel Web Page
    • Payments How-To
      • Payment Exceptions
      • Payment Workflow
      • Payment Webhooks
      • Creating Payments
      • Payment Hosted Page
    • Payouts How-To
      • Payout Workflow
      • Payout Webhooks
      • Creating Payouts
    • Postman Collection
  • API
    • Currencies
    • Rates
      • Get Values for Currency
      • Convert Currency Value
    • Channels
      • Create Channel
      • Read Channel
      • List Channels
      • Read Channel Spot Rate
      • List Channel Payments
      • Read Channel Payment
    • Payments
      • Create Payment
      • Read Payment
      • List Payments
    • Payouts
      • Create a Payout
      • Read Payout
      • List Payouts
      • Validate Address
    • Merchant IDs
      • List Merchant IDs
    • Quotes
      • Request Quote
      • Accept Quote
      • Read Quote
      • List Quotes
    • Wallets
      • List Wallets
      • Read Wallet
      • List Wallet Balances
      • List Wallet Transactions
      • Create Wallet
Powered by GitBook
On this page

Was this helpful?

  1. API
  2. Channels

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

Name
Type
Description

uuid

string

Channel UUID

Headers

Name
Type
Description

Authorization

string

HAWK Token. See Authentication page

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

PreviousList ChannelsNextList Channel Payments

Last updated 3 years ago

Was this helpful?