Get an Ethereum account by ID

This method returns the account that matches the entered ID.

Request
path Parameters
account_id
required
integer

The account's ID

Responses
200

Account object

404

Account not found

get/accounts/{account_id}
Response samples
application/json
{
  • "address": "2S4wKimi4PHKjdTYdzqN5HcEcNBM4Hv9db9QWKaZCxEr",
  • "available_balance": "1337",
  • "balance": "1338",
  • "coin_fields": {
    },
  • "contract_address": null,
  • "created_by": 5,
  • "created_on": "2019-08-24T14:15:22Z",
  • "currency": "ethereum",
  • "derivation_path": "44'/0'/0'",
  • "governance_rules": [
    ],
  • "id": 0,
  • "index": 0,
  • "last_request": 3,
  • "name": "ethereum account 1",
  • "parent": null,
  • "status": "ACTIVE",
  • "type": "Ethereum",
  • "xpub": null
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.