Execute an earn action (stake or unstake)
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Body Params application/jsonRequired
{
"configId": "46ff6d11-d8b2-40d8-9197-dfa33c61cd6c",
"walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
"assetAmount": 0
}
Request Code Samples
curl --location 'https://api.public.bitpanda.com/v1/earn/actions/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"configId": "46ff6d11-d8b2-40d8-9197-dfa33c61cd6c",
"walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
"assetAmount": 0
}'
Responses
Earn action initiated successfully
{
"data": {
"status": "string"
}
}
Modified at 2026-08-06 14:05:15