Exchanges
The exchanges field returns an array of Exchange.
Examples
Find all
query all {
exchanges {
exchangeName
}
}
Find all with markets
query all {
exchanges {
exchangeName
markets {
marketSymbol
}
}
}
Filter, Sort, and Page
Exchanges may be filtered, sorted and paged using standard Blocktap syntax.
Filter
Name |
Description |
Type |
country |
List of ISO 3166-1 country codes where the exchange is located |
String |
exchangeSymbol |
Unique symbol identifying the exchange |
String |
exchangeName |
Common name of the exchange |
String |
primaryColor |
Exchange primary color (logo or website) |
String |
secondaryColor |
Exchange secondary color (logo or website) |
String |
fundingWithdrawalType |
Withdrawal fee scheme |
Enum |
fundingDepositType |
Deposit fee scheme |
Enum |
spotFeeType |
Spot trading fee scheme |
Enum |
spotFeeDiscountType |
Spot trading discount scheme |
Enum |
Sort
Name |
Description |
exchangeSymbol |
Unique symbol identifying the exchange |
exchangeName |
Common name of the exchange |
primaryColor |
Exchange primary color (logo or website) |
secondaryColor |
Exchange secondary color (logo or website) |
fundingWithdrawalType |
Withdrawal fee scheme |
fundingDepositType |
Deposit fee scheme |
spotFeeType |
Spot trading fee scheme |
spotFeeDiscountType |
Spot trading discount scheme |
Page
Name |
Description |
Type |
skip |
Skip records |
Int |
limit |
Limit to records |
Int |