POST
/
api
/
v3
/
brokerage
/
intx
/
allocate
curl --request POST \
  --url https://api.coinbase.com/api/v3/brokerage/intx/allocate \
  --header 'Content-Type: application/json' \
  --data '{
  "portfolio_uuid": "<string>",
  "symbol": "<string>",
  "amount": "<string>",
  "currency": "<string>"
}'
{}

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.