Bitcoin
These commands provide information about Bitcoin transactions and allow you to post raw transactions to the Bitcoin network.
Command
Description
/wallet_info { BTC ADDRESS }
Use this command to view the transactions of a Bitcoin address on the blockchain.
/check_transaction { TRANSACTION HASH }
Use this command to view the status of a Bitcoin transaction given the transaction hash.
/post_transaction { TX }
Use this command to post a raw transaction to the Bitcoin network. You will need a signed transaction to use this command.
Last updated