get
https://crypto.honeycoin.app/api/wallets/addresses/
Returns a single wallet and includes the current balances.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Path params
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Wallet ID returned during wallet creation. |
Example response
{
"success": true,
"data": {
"id": "70bMyCk4ZKUNeyQ5tlzJ",
"address": "0xd3342be196d01b1f14892147a41a6c0e2384a656",
"chain": "ETH",
"balances": [
{
"chain": "ethereum-mainnet",
"address": "0xd3342be196d01b1f14892147a41a6c0e2384a656",
"balance": "0",
"denominatedBalance": "0",
"decimals": 18,
"type": "native"
}
],
"createdAt": 1775488035049
}
}