Coinbase Prime API
cURL
curl --request POST \ --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/wallets/{wallet_id}/staking/unstake \ --header 'Content-Type: application/json' \ --data '{ "idempotency_key": "<string>", "inputs": { "amount": "<string>" } }'
{ "wallet_id": "<string>", "transaction_id": "<string>", "activity_id": "<string>" }
Creates an execution request to unstake delegated or staked funds in a wallet
The portfolio ID
The wallet ID
A successful response.
The response is of type object.
object
Was this page helpful?