GET
/
warehouse
/
wallet-transactions-count

Query quick start

Input in “walletAddress” the wallet address you want to query.

SQL

SELECT * FROM postgres.`warehouse.transactions` WHERE from = {walletAddress:String} or to = {walletAddress:String}

Data details

Returns the count of transactions for the given wallet address.

Query Parameters

walletAddress
string
required

address of the wallet

Response

200 - application/json
data
object