Tokens

Get an account's light token accounts

get

This method returns the account's light token accounts.

Authorizations
Path parameters
account_idintegerRequired

The account's ID

Responses
200
List of light token account description
application/json
get
GET /accounts/{account_id}/tokens HTTP/1.1
Host: 
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
[
  {
    "address": "text",
    "balance": "text",
    "contract_address": "text",
    "ticker": "text"
  }
]