POST
/
v1
/
portfolios
/
{portfolio_id}
/
wallets
/
{wallet_id}
/
staking
/
initiate
curl --request POST \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/wallets/{wallet_id}/staking/initiate \
  --header 'Content-Type: application/json' \
  --data '{
  "idempotency_key": "<string>",
  "inputs": {
    "amount": "<string>"
  }
}'
{
  "wallet_id": "<string>",
  "transaction_id": "<string>",
  "activity_id": "<string>"
}

Path Parameters

portfolio_id
string
required

The portfolio ID

wallet_id
string
required

The wallet ID

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.