App
An App is a service that provides users access to the 0x API
query Apps {
apps(limit: 1) {
chains
app
}
}{
"data": {
"apps": [
{
"chains": [
"Avalanche",
"BSC",
"Celo",
"Ethereum",
"Fantom",
"Optimism",
"Polygon"
],
"app": "Brave Wallet"
}
]
}
}Last updated