Skip to main content
GET
/
market-pulse
/
assets
/
{assetCode}
/
information
Get asset information
curl --request GET \
  --url https://api.enterprise.sandbox.uphold.com/market-pulse/assets/{assetCode}/information \
  --header 'Authorization: Bearer <token>'
{
  "information": "Bitcoin is a decentralized digital currency that enables peer-to-peer transactions without the need for a central authority..."
}
clientuser:businessuser:individual

Authorizations

Authorization
string
header
required

OAuth 2.0

Headers

Accept-Language
string

The natural language and locale that the client prefers.

Path Parameters

assetCode
string
required

The asset code.

Minimum string length: 1

Query Parameters

format
enum<string>
default:text

The format of the information to return.

Available options:
text,
html

Response

Asset information retrieved.

information
string
required

Descriptive information about the asset.