get https://api.chain49.com//v2/address/
Returns balances and transactions of an address. The returned transactions are sorted by block height, newest blocks first.
The details query parameter can specify the level of details returned by the request (default: "txids").
Possible values are:
basic: return only xpub balances, without any derived addresses and transactions
tokens: basic + tokens (addresses) derived from the xpub, subject to tokens parameter
tokenBalances: basic + tokens (addresses) derived from the xpub with balances, subject to tokens parameter
txids: tokenBalances + list of txids, subject to from, to filter and paging
txs: tokenBalances + list of transaction with details, subject to from, to filter and paging