cURL
curl --request GET \ --url https://api.example.com/v0/assets/{asset_id}
{ "_links": { "kyc": { "description": "Submit KYC information", "href": "/v0/user/me/kyc", "method": "PUT" }, "self": { "href": "/v0/user/me", "method": "GET" }, "wallets": { "href": "/v0/wallets", "method": "GET" } } }
Retrieve detailed information about a specific asset by its internal ID.
Returns asset metadata including:
Asset retrieved successfully
Single asset response with HAL links.
HAL-style hypermedia links for navigation.
Show child attributes
Asset details