Skip to main content
POST
/
api
/
v3
/
brokerage
/
intx
/
allocate
Allocate Portfolio
curl --request POST \
  --url https://api.coinbase.com/api/v3/brokerage/intx/allocate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "portfolio_uuid": "<string>",
  "symbol": "<string>",
  "amount": "<string>",
  "currency": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Creating API Keys section of our Coinbase App Authentication docs for information on how to generate your Bearer Token.

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.