POST
/
profiles
/
transfer
curl --request POST \
  --url https://api.exchange.coinbase.com/profiles/transfer \
  --header 'Content-Type: application/json' \
  --header 'cb-access-key: <api-key>' \
  --header 'cb-access-passphrase: <api-key>' \
  --header 'cb-access-sign: <api-key>' \
  --header 'cb-access-timestamp: <api-key>' \
  --data '{
  "from": "e543fd44-cbcd-4144-a2d9-6d81f42e2093",
  "to": "00921972-6b04-4daa-9458-3a38dd4924f6",
  "amount": "12.345",
  "currency": "BTC"
}'
{}

API Key Permissions

This endpoint requires the “transfer” permission.

Authorizations

cb-access-key
string
header
required
cb-access-passphrase
string
header
required
cb-access-sign
string
header
required
cb-access-timestamp
string
header
required

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.