ConsoleCatalog
Sign in
Crypto logo

Crypto

crypto.comFinanceno auth

Cryptocurrency prices, market cap, 24h changes, historical charts, and crypto news from Crypto.com.

Coin Primary Exchange Pair

ASYNCREADNo auth

Returns the primary trading pair for a coin, with price, volume, and depth.

ParametersFormJSON

Public URL slug for the token

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_crypto_com_coin_primary_exchange_pair",
    "params": {
      "coin_slug": "chainlink"
    }
  }'