List transactions for a wallet

List the transactions submitted by 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.

query Parameters
hash
string (Keccak256Hash) = 66 characters ^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$

Filter transactions by transaction hash. To filter for multiple hashes, use ampersands: ?hash=HASH1&hash=HASH2&hash=HASH3

nonce
integer <int64>

Filter transactions by nonce

status
string (TransactionStatus)

Filter transactions by status

Enum: "pending" "included" "replaced" "cancelled" "rejected" "exceeded retry limit"
limit
integer <int64> (PaginationLimit)
Default: 10

Specify the number of records that should be returned.

offset
integer <int64> (PaginationOffset)

Specify the number of records that need to be skipped.

Responses
200

OK

4XX

Client error.

5XX

Server error.

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