POST
/
v1
/
portfolios
/
{portfolio_id}
/
locates
curl --request POST \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/locates \
  --header 'Content-Type: application/json' \
  --data '{
  "symbol": "BTC",
  "amount": "100",
  "conversion_date": "2023-11-01T00:00:00.000Z",
  "locate_date": "2023-11-01T00:00:00.000Z"
}'
{
  "locate_id": "<string>"
}

Path Parameters

portfolio_id
string
required

The unique ID of the portfolio

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.