Skip to main content

Volume

Queries the total and daily volume of transactions and swaps in dollars on the Eulcid layer.

query Pool {
pool {
volume {
total_volume
daily_volume
}
}
}

Example

curl --request POST \
--header 'content-type: application/json' \
--url 'https://api.euclidprotocol.com/graphql' \
--data '{"query":"query Pool {\n pool {\n volume {\n total_volume\n daily_volume\n }\n }\n}","variables":{}}'

Open in Playground

Return Fields

FieldTypeDescription
total_volumeStringThe total volume.
daily_volumeStringThe daily volume.