Ethereum Custom Methods

📘

See the Ethereum RPC API connection guide.

custom

MethodNotesCompute Unit Value
bd_getTransactionHashesByAddressReturns transaction hashes associated with an address, optionally constrained by a filter object.50
bd_getBlockHeaderByDateReturns the block header at or nearest to a supplied Unix timestamp.50
bd_createTokenTransferTransactionCreates an unsigned transaction payload for an ERC-20 token transfer.10
bd_compileTransactionCompiles a transaction request into a serialized transaction payload.5
bd_estimateFeeEstimates the network fee for a transaction request.50
bd_getContractAbiByAddressReturns the known ABI for a contract address.10
bd_getBalanceReturns the native-currency balance for an address.5
bd_getTokenBalanceReturns the ERC-20 token balance for an owner and token contract.5
bd_getTokenMetadataReturns ERC-20 metadata including name, symbol, decimals, and total supply.5
bd_gasPriceReturns the current gas-price estimate.5