GET
/
v1
/
pairsAssetCex
/
{blockchain}
/
{address}
Centralized Exchange Pairs by Asset
curl --request GET \
  --url https://api.diadata.org/v1/pairsAssetCex/{blockchain}/{address}
Use the query parameter verified in order to get either verified or unverified pairs.

Path Parameters

blockchain
string
required
Name of the blockchain for the requested asset.
address
string
required
Address of the requested asset.

Query Parameters

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