Retrieve Wallet Balance
Endpoint
GET /wallet/{ADDRESS}
Description
This endpoint returns the current balance of all tokens associated with the given address.
Parameters
{ADDRESS}
: The Dogecoin address to query (required)
Example Request
Example Response
Response Fields
_id
: Unique identifier for the wallet recordwalletId
: The Dogecoin address queried__v
: Version key (internal use)tokens
: Object containing token balancesEach key is a token identifier
Each value is the current balance of that token
Notes
This endpoint provides a quick way to retrieve the total balance for each token associated with an address.
The balance shown here is the sum of all valid UTXOs for each token.
For detailed transaction history or individual UTXO information, use the Address Events endpoint.
Last updated