Â
(Valid for UserApp version 2.10.0)
URL for Playground https://dev.wizwiz.io/graphql
You can learn more about GraphQL in Marionette in this video
Queries:
query GetOffChainSwapCurrency {
offChainSwapCurrencies {
currency {
id
name
icon_url
precision
userBalanceEnable
enabled
}
offChainSwapMarkets {
id
enabled
quoteCurrency {
id
name
icon_url
precision
userBalanceEnable
enabled
}
baseCurrency {
id
name
icon_url
precision
userBalanceEnable
enabled
}
offChainSwapPricePrecision
offChainMinBaseAmount
offChainMaxBaseAmount
offChainMinQuoteAmount
offChainMaxQuoteAmount
offChainSwapEnabled
}
}
}
query KYCDocumentTypes {
KYCDocumentTypes
}
query DownloadOperationsHistoryCSV(
$currencyId: String
$type: String
$from: String!
$to: String!
) {
downloadOperationsHistoryCSV(
currencyId: $currencyId
type: $type
from: $from
to: $to
)
}
Mutations:
Â
Subscriptions: