Coinbase Advanced Trade API
cURL
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>" }'
{}
Allocate portfolio funds to a sub-portfolio on Intx Portfolio
The portfolio UUID.
The trading pair (e.g. 'BTC-PERP-INTX').
The amount to be allocated for the specified isolated position.
The currency to be allocated for the specific isolated position (e.g. USD, BTC, etc).
A successful response.
The response is of type object.
object
Was this page helpful?