Bitcoin
Bitcoin endpoints
Return the balance of any address
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressBalance
getAddressBalanceSuccessful response
Successful response
Return the balance of an array of addresses
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressesBalance
getAddressesBalanceSuccessful response
Successful response
Return the transaction history of any address
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressHistory
getAddressHistorySuccessful response
Successful response
Return the transaction history of the given addresses
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressesHistory
getAddressesHistorySuccessful response
Successful response
Returns latest block hash and index
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getHeight
getHeightReturns the information of any block giving its hash. If verbosity is 0, it returns a string that is serialized, hex-encoded data for block hash. If verbosity is 1, it returns an object with information about the block. If verbosity is 2, it returns an Object with information about the block and each transaction
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getBlockByHash
getBlockByHashBitcoin block
Bitcoin block
Returns the information of any block giving its height. If verbosity is 0, it returns a string that is serialized, hex-encoded data for block hash. If verbosity is 1, it returns an object with information about the block. If verbosity is 2, it returns an Object with information about the block and each transaction
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getBlockByNumber
getBlockByNumberBitcoin block
Bitcoin block
Returns True if blocks are syncing and returns False if theres no synchronization or is fully sychronize
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be syncing
syncingBitcoin blockchain syncing status
Bitcoin blockchain syncing status
Returns the information of any transaction, giving its transaction hash
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getTransaction
getTransactionResponse succesfull
Response succesfull
Returns the information of an array of transaction, giving its transactions hash
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getTransactions
getTransactionsResponse succesfull
Response succesfull
Watch an address. Everytime the address changes, a http POST is sent to the URL.
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be notify
notifyResponse succesfull
Response succesfull
Returns the number of pending or confirmed transactions an address has made
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressTransactionCount
getAddressTransactionCountResponse succesfull
Response succesfull
Returns the information of any transaction, giving it transaction hash
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressesTransactionCount
getAddressesTransactionCountResponse succesfull
Response succesfull
Estimates the approximate fee per kilobyte needed for a transaction to begin confirmation within "confirmations" blocks if possible and return the number of blocks for which the estimate is valid.
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getFeePerByte
getFeePerByteResponse succesfull
Response succesfull
Returns the UTXO list of any address
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressUnspent
getAddressUnspentSuccessful response
Successful response
Returns the UTXO list of an array of addresses
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressesUnspent
getAddressesUnspentBitcoin address
tb1qm0xyymv7s07rn00dcpuk2ln890sr3my3cmpfdpSuccessful response
Successful response
Returns raw schema of any transaction. If verbosity is set to true, transaction object is returned, otherwise raw transaction will be returned
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getTransactionHex
getTransactionHexResponse succesfull
Response succesfull
Broadcasts a transaction to the network
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be broadcastTransaction
broadcastTransactionResponse succesfull
Response succesfull
Last updated