Get asset information

The endpoint returns general information on the asset based on the asset ID in the chosen language (default is English). It will also return the maintenance_reason if the selected asset is currently in maintenance mode.

Translation troubleshooting

Scenario 1: Description received in English instead of the chosen language

If Bitpanda does not support the language requested in the header, you will receive a description in English in the response. Currently, Bitpanda supports translation for German, Polish, French, Spanish, Italian and Turkish.

Scenario 2: Description received is empty

In some exceptional cases, a new asset can be released before having all the translations in supported languages available. If you received an empty description in the response, you would need to make another call with the language parameter changed to English (en) to get the default assets description.

SecuritybearerAuth
Request
path Parameters
id
required
integer

Asset ID

header Parameters
Accept-Language
string

ISO 639-1 language used for translation

Example: en
Responses
200

Success Response

401

Unauthorized

404

Error

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/assets/{id}/info
Request samples
Response samples
application/json
{
  • "data": [
    ]
}