Gravv DOCS
Docs Agent Get Started
API Reference Get transactions volume

Get transactions volume

Returns the total summed volume of transactions matching the supplied filters. Useful for dashboard metrics and reporting.

GET/v1/transactions/volume

Query Parameters

Filter by sending account ID

Filter by receiving account ID

Filter by customer ID

Filter by transaction channel

Possible values: avalanche, ethereum, solana, stellar, polygon, ach, wire, swift, bank_transfer, mobile_money, internal, swap, sepa, base, sui, tron, card, card_funding, card_withdrawal, card_payment, savings, savings_withdrawal, savings_interest

Filter by transaction direction

Possible values: in, out

Filter by transaction status

Possible values: pending, completed, failed, waiting_approval

Filter by transaction type

Possible values: internal_transfer, crypto_transfer, crypto_funding, global_remittance, card_funding, card_withdrawal, card_payment, account_funding, credit, debit, fee_charge, subscription_fee, invoice_payment

Responses

Status Description
200 Total transaction volume
400 Bad request — invalid parameters or downstream error

200 response

Sum of matched transaction amounts as a decimal string

{
"data": {
"total_volume": "12450.75"
},
"error": null
}

400 response

{
"data": null,
"error": "invalid query parameter"
}

Authorization

  • ApiKeyAuth
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.

Ask me anything about the documentation.

ESC