Skip to main content
POST
https://partners-backend-1038109371738.europe-west1.run.app
/
api
/
v1
/
{chain_id}
/
rewards
/
{wallet}
curl -X POST "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/8453/rewards/0x..." \
  -H "Content-Type: application/json" \
  -H "X-Partner-API-Key: your-api-key" \
  -H "X-Partner-Name: your-partner-name" \
  -d '{"is_staked": true}'
(empty response body)

Description

Sets the reward staking status for a wallet.

Path Parameters

chain_id
integer
required
The blockchain chain ID
wallet
string
required
The wallet address

Request Body

is_staked
boolean
required
The desired staking status

Response

Returns 204 No Content on success.
curl -X POST "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/8453/rewards/0x..." \
  -H "Content-Type: application/json" \
  -H "X-Partner-API-Key: your-api-key" \
  -H "X-Partner-Name: your-partner-name" \
  -d '{"is_staked": true}'
(empty response body)