curl --location 'https://api.public.bitpanda.com/v1/assets?cursor=eyJsYXN0SWQiOiIxMjM0NTYifQ%3D%3D&page_size=25&isin=US0231351067&type=CRYPTO&group=CRYPTOCOIN&symbol=BTC&id=ea8962d5-edee-11eb-9bf0-06502b1fe55d'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"symbol": "string",
"isin": "string",
"group": "string",
"type": "string",
"buy_active": true,
"sell_active": true,
"withdrawal_active": true,
"deposit_active": true
}
],
"self_cursor": "string",
"next_cursor": "string",
"has_next_page": true
}