Coinbase Advanced Trade API
cURL
curl --request POST \ --url https://api.coinbase.com/api/v3/brokerage/intx/multi_asset_collateral \ --header 'Content-Type: application/json' \ --data '{ "portfolio_uuid": "<string>", "multi_asset_collateral_enabled": true }'
{ "multi_asset_collateral_enabled": true }
Enable or Disable Multi Asset Collateral for a given Portfolio
The portfolio UUID.
Enable or disable Multi Asset Collateral.
A successful response.
Was this page helpful?