Transaction Endpoints
Get a transaction
Operation Identity:- Operation ID:
getTransaction GET /v1/{chainName}/transaction_v2/{txHash}/- SDK:
TransactionService.getTransaction()
Path Parameters
Query Parameters
Response Fields
Item Fields
Credit Cost: 0.1 per call
Processing: Realtime
Tip: Estimate your monthly cost for this API using the Pricing Calculator.
Note: Base cost isCalls with0.1credits (e.g. requests that return with status200but no items).
no-logs cost 0.05 credits/item.
Internal transactions are included in the response by using with-internal and cost 0.05 credits/item.
Related guides
Comparing GoldRush’s Transactions API to RPC Providers How to Get Transaction History for an Address on EthereumGet all transactions in a block by page (v3)
Operation Identity:- Operation ID:
getTransactionsForBlockByPage GET /v1/{chainName}/block/{blockHeight}/transactions_v3/page/{page}/
Path Parameters
Query Parameters
Response Fields
Link Fields
Item Fields
Credit Cost: 0.1 per item
Processing: Realtime
Tip: Estimate your monthly cost for this API using the Pricing Calculator.
Note: Requests that return statusEnabling200and no data cost0.1credits.
no-logs reduces request cost to 0.05 credits/item.
Get all transactions in a block (v3)
Operation Identity:- Operation ID:
getTransactionsForBlockHash GET /v1/{chainName}/block_hash/{blockHash}/transactions_v3/
Path Parameters
Query Parameters
Response Fields
Item Fields
Credit Cost: 0.1 per item
Processing: Realtime
Tip: Estimate your monthly cost for this API using the Pricing Calculator.
Note: Requests that return statusEnabling200and no data cost0.1credits.
no-logs reduces request cost to 0.05 credits/item.
Related guides
Introducing Transactions V3 APIs Comparing GoldRush’s Transactions API to RPC Providers How to Track Wallets or Transactions with the GoldRush API How to Get the Number of Transactions in a Block How to Get All Historical Transactions in a BlockGet earliest transactions for address (v3)
Operation Identity:- Operation ID:
getEarliestTimeBucketTransactionsForAddress GET /v1/{chainName}/bulk/transactions/{walletAddress}/
Path Parameters
Query Parameters
Response Fields
Link Fields
Item Fields
Credit Cost: 0.1 per item
Processing: Realtime
Tip: Estimate your monthly cost for this API using the Pricing Calculator.
Note: Returns the same results as the first timebucket for an address in the Get recent transactions endpoint.Requests that return status
200 and no data cost 0.1 credits.
Calls with no-logs cost 0.05 credits/item.
Internal transactions are included in the response by using with-internal and cost 0.05 credits/item.
Related guides
Introducing Transactions V3 APIs Comparing GoldRush’s Transactions API to RPC Providers How to Get Transaction History for an Address on EthereumGet paginated transactions for address (v3)
Operation Identity:- Operation ID:
getTransactionsForAddressV3 GET /v1/{chainName}/address/{walletAddress}/transactions_v3/page/{page}/
Path Parameters
Query Parameters
Response Fields
Link Fields
Item Fields
Credit Cost: 0.1 per item
Processing: Realtime
Tip: Estimate your monthly cost for this API using the Pricing Calculator.
Note: This endpoint returns paginated transactions, starting with the earliest transactions on page 0. For the most recent transactions, refer to the Get recent transactions for address (v3) endpoint.Requests that return status
200 and no data cost 0.1 credits.
Enabling no-logs reduces request cost to 0.05 credits/item.
Internal transactions are included in the response by using with-internal and cost 0.05 credits/item.
Related guides
Introducing Transactions V3 APIs Comparing GoldRush’s Transactions API to RPC Providers How to Get Transaction History for an Address on EthereumGet recent transactions for address (v3)
Operation Identity:- Operation ID:
getRecentTransactionsForAddress GET /v1/{chainName}/address/{walletAddress}/transactions_v3/
Path Parameters
Query Parameters
Response Fields
Link Fields
Item Fields
Credit Cost: 0.1 per item
Processing: Realtime
Tip: Estimate your monthly cost for this API using the Pricing Calculator.
Note: Requests that return statusEnabling200and no data cost0.1credits.
no-logs reduces request cost to 0.05 credits/item.
Internal transactions are included in the response by using with-internal and cost 0.05 credits/item.
Related guides
Introducing Transactions V3 APIs Comparing GoldRush’s Transactions API to RPC ProvidersGet bulk time bucket transactions for address (v3)
Operation Identity:- Operation ID:
getTimeBucketTransactionsForAddress GET /v1/{chainName}/bulk/transactions/{walletAddress}/{timeBucket}/- SDK:
TransactionService.getTimeBucketTransactionsForAddress()
Path Parameters
Query Parameters
Response Fields
Link Fields
Item Fields
Credit Cost: 0.1 per item
Processing: Realtime
Tip: Estimate your monthly cost for this API using the Pricing Calculator.
Note: Requests that return statusEnabling200and no data cost0.1credits.
no-logs reduces request cost to 0.05 credits/item.
Related guides
Scaling Transactions API with Time Buckets Introducing Transactions V3 APIs Comparing GoldRush’s Transactions API to RPC ProvidersGet transaction summary for address
Operation Identity:- Operation ID:
getTransactionSummary GET /v1/{chainName}/address/{walletAddress}/transactions_summary/- SDK:
TransactionService.getTransactionSummary()
Path Parameters
Query Parameters
Response Fields
Item Fields
Credit Cost: 1 per call
Processing: Batch
Tip: Estimate your monthly cost for this API using the Pricing Calculator.
Note: - Base cost is 1 credit.
- Using
with-gasis an additional1credit. - Using
with-transfer-countis an additional3credits.
Related guides
Building Web3 Wallets (Part 7) - Multi-Chain Wallet Activity Summary Comparing GoldRush’s Transactions API to RPC Providers How to Get Transaction History for an Address on EthereumGet Bitcoin transactions for non-HD address
Operation Identity:- Operation ID:
getTransactionsForBtcAddress GET /v1/cq/covalent/app/bitcoin/transactions/- SDK:
BitcoinService.getTransactionsForBtcAddress()
Query Parameters
Response Fields
Item Fields
Pagination Fields
Credit Cost: 0.1 per item
Processing: Realtime
Tip: Estimate your monthly cost for this API using the Pricing Calculator.
Note: Only supports non-HD bitcoin addresses.