Discover Dogecoin, a fun and fast blockchain designed for low-cost peer-to-peer transactions. Build decentralized apps with its easy-to-use RPC gateway
The Dogecoin RPC documentation provides developers with the necessary guidelines and tools to interact programmatically with the Dogecoin blockchain. The documentation outlines various API endpoints, methods, and parameters essential for executing operations such as sending transactions, querying ledger states, and managing node configurations. Developers can utilize the RPC gateway to seamlessly integrate Dogecoin’s decentralized payment system into applications requiring fast, low-fee transactions.
- Dogecoin Website: https://dogecoin.comDogecoin RPC Gateway
*Supported Blockchains - tiers: 💎 Tier 1, ⭐ Tier 2, ✨ Tier 3
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Quick connection to Dogecoin
Available Dogecoin interfaces
Dogecoin - JSON-RPC
- createrawtransaction
- decoderawtransaction
- decodescript
- estimatesmartfee
- getrawtransaction
- getbestblockhash
- getblock
- getblockchaininfo
- getblockcount
- getblockhash
- getblockheader
- getchaintips
- getdifficulty
- getmempoolancestors
- getmempooldescendants
- getmempoolentry
- getrawmempool
- getmempoolinfo
- gettxout
- gettxoutproof
- sendrawtransaction
- validateaddress
- verifymessage
- verifytxoutproof
Dogecoin - Tatum API
- Generate Dogecoin wallet
- Generate Dogecoin deposit address from Extended public key
- Generate Dogecoin private key
- JSON RPC HTTP driver
- Get Dogecoin Blockchain Information
- Get Dogecoin Block hash
- Get Dogecoin Block by hash or height
- Get Dogecoin Transaction by hash
- Get Dogecoin Transactions by address
- Get the balance of a Dogecoin address
- Get the balance of multiple Dogecoin addresses
- Get Mempool Transactions
- Get information about a transaction output (UTXO) in a Dogecoin transaction
- Send DOGE to Dogecoin addresses
- Broadcast signed Dogecoin transaction