Get ETC details

The endpoint returns details on ETC assets. These details are visible in the user interface in the app. Please note that each asset type will return information related only to that asset. For example, ETC assets details will be different from crypto coins details.

SecuritybearerAuth
Request
path Parameters
id
required
integer

Asset ID

query Parameters
currency
string

Indicates the currency symbol used to fetch values in a particular monetary unit

Example: currency=USD
Responses
200

Success Response

401

Unauthorized

404

Not Found

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/asset-groups/etc/assets/{id}
Request samples
Response samples
application/json
{
  • "data": {
    }
}