x-api-key: ********************curl --location 'https://api.public.bitpanda.com/v1/earn/configs?assetId=b86c034b-efe3-11eb-b56f-0691764446a7&type=FLEXIBLE&mode=STAKING_EARN&cursor=b86c034b-efe3-11eb-b56f-0691764446a7&page_size=20' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"annualPercentageRate": 0,
"type": "string",
"mode": "string",
"enabled": true,
"soldout": true
}
],
"selfCursor": "string",
"nextCursor": "string",
"hasNextPage": true
}