Share your GetBlock experience with other devs and get 5M RPCs

banner image

Last updated on January 1, 1970

1 min read

Method getbalance DogeCoin (DOGE)
connect with JSON-RPC protocol

getbalance

info-circle-fill

Method not allowed

info-circle-fill

Get the current balance, either for an account or the total serverbalance.

Parameters

account - string

Optional.

If this parameter is specified, returns the balance in the account.

minconf - integer

Optional.

Minimum number of confirmations required for transferred balance.

Request

curl --location --request POST 'https://doge.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "getbalance",
"params": [null, 1],
"id": "getblock.io"}'

Response

{
    "error": null,
    "id": "getblock.io",
    "result": "0x11ffdea0d1ae800"
}
banner icon

Start Building with GetBlock RPCs for Free