Count all transactions for a wallet

Count all transactions for the given wallet address.

Securitybearer or cookie
Request
path Parameters
chain
required
string (ChainName)

The blockchain chain label.

Value: "ethereum"
wallet_address
required
string (ETHAddress) ^0[xX][a-fA-F0-9]{40}$

An Ethereum address.

Responses
200

OK

4XX

Client error.

5XX

Server error.

get/chains/{chain}/txm/{wallet_address}/count
Request samples
Response samples
application/json
{
  • "status": 0,
  • "message": "string",
  • "result": 0
}
Copyright © Curvegrid 2022. All right reserved.