Skip to main content
GET
/
assets
Get asset details
curl --request GET \
  --url https://v2.prod.halliday.xyz/assets \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sandbox
boolean

Whether to use sandbox environment

assets[]
string[]

List of assets to get details for

Identifier in the token format ("chain:address") or fiat currency code ("USD")

Response

Asset details

{key}
object