POST
/
api
/
v3
/
brokerage
/
intx
/
allocate
Allocate Portfolio
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
portfolio_uuid
string

The portfolio UUID.

symbol
string

The trading pair (e.g. 'BTC-PERP-INTX').

amount
string

The amount to be allocated for the specified isolated position.

currency
string

The currency to be allocated for the specific isolated position (e.g. USD, BTC, etc).

Response

A successful response.

The response is of type object.