Get crypto index allocations

The endpoint returns information on what is the allocation of this particular asset (based on asset ID) in a given crypto index. Currently it is not in use. When Bitpanda starts supporting BCI trading, then it will be handy.

SecuritybearerAuth
Request
path Parameters
id
required
integer

Asset ID

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}/allocations
Request samples
Response samples
application/json
{
  • "data": [
    ]
}