Get asset details

The endpoint returns more detailed information on each asset based on the asset ID.

SecuritybearerAuth
Request
path Parameters
id
required
string <uuid>

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/v2/assets/{id}
Request samples
Response samples
application/json
{
  • "data": {
    }
}