Skip to main content
POST
/
v1
/
portfolios
/
{portfolio_id}
/
transactions
/
{transaction_id}
/
travel_rule
/
deposit
Submit Deposit Travel Rule Data
curl --request POST \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/transactions/{transaction_id}/travel_rule/deposit \
  --header 'Content-Type: application/json' \
  --data '
{
  "originator": {
    "name": "<string>",
    "natural_person_name": {
      "first_name": "<string>",
      "middle_name": "<string>",
      "last_name": "<string>"
    },
    "address": {
      "address_1": "<string>",
      "address_2": "<string>",
      "address_3": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country_code": "<string>",
      "postal_code": "<string>"
    },
    "wallet_type": "TRAVEL_RULE_WALLET_TYPE_UNSPECIFIED",
    "vasp_id": "<string>",
    "vasp_name": "<string>",
    "personal_id": "<string>",
    "date_of_birth": {
      "year": 123,
      "month": 123,
      "day": 123
    },
    "telephone_number": "<string>",
    "account_id": "<string>"
  },
  "beneficiary": {
    "name": "<string>",
    "natural_person_name": {
      "first_name": "<string>",
      "middle_name": "<string>",
      "last_name": "<string>"
    },
    "address": {
      "address_1": "<string>",
      "address_2": "<string>",
      "address_3": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country_code": "<string>",
      "postal_code": "<string>"
    },
    "wallet_type": "TRAVEL_RULE_WALLET_TYPE_UNSPECIFIED",
    "vasp_id": "<string>",
    "vasp_name": "<string>",
    "personal_id": "<string>",
    "date_of_birth": {
      "year": 123,
      "month": 123,
      "day": 123
    },
    "telephone_number": "<string>",
    "account_id": "<string>"
  },
  "is_self": true,
  "opt_out_of_ownership_verification": true
}
'
{
  "ownership_verification_required": true
}

Path Parameters

portfolio_id
string
required

The portfolio ID that owns the transaction

transaction_id
string
required

The transaction ID associated with the entry

Body

application/json
originator
object

Represents a party in a travel rule transfer (originator or beneficiary).

beneficiary
object

Represents a party in a travel rule transfer (originator or beneficiary).

is_self
boolean
opt_out_of_ownership_verification
boolean

Response

200 - application/json

A successful response.

ownership_verification_required
boolean
required