GET
/
v1
/
pairsCex
/
:exchange
curl --request GET \
  --url https://api.diadata.org/v1/pairsCex/:exchange

Get all pairs on a given exchange for which DIA is collecting trades data at the moment.

Use the query parameter verified in order to get either verified or unverified pairs.

Path Parameters

exchange
string
required

Name of the crypto exchange.

Query Parameters

verified
boolean

If set to true, only verified pairs are returned. If set to false, only unverified pairs are returned.