x-api-key: ********************curl --location 'https://api.public.bitpanda.com/v1/earn/configs?assetId=ea8962d5-edee-11eb-9bf0-06502b1fe55d&type=FLEXIBLE&mode=AUTO&cursor=eyJsYXN0SWQiOiIxMjM0NTYifQ%3D%3D&page_size=20' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"annual_percentage_rate": 0,
"type": "string",
"mode": "string",
"enabled": true,
"soldout": true
}
],
"self_cursor": "string",
"next_cursor": "string",
"has_next_page": true
}