POST
/
travel-rules
Create travel rule entry
curl --request POST \
  --url https://api.exchange.coinbase.com/travel-rules \
  --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 '{
  "address": "<string>",
  "originator_name": "<string>",
  "originator_country": "<string>",
  "vasp_id": "<string>",
  "vasp_country": "<string>",
  "lei_number": "<string>",
  "originator_address": {
    "address_1": "<string>",
    "address_2": "<string>",
    "address_3": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "postal_code": "<string>"
  },
  "wallet_type": "UNKNOWN_WALLET_TYPE",
  "is_self_certified": true
}'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "address": "<string>",
  "originator_name": "<string>",
  "originator_country": "<string>",
  "vasp_id": "<string>",
  "vasp_country": "<string>",
  "lei_number": "<string>",
  "originator_address": {
    "address_1": "<string>",
    "address_2": "<string>",
    "address_3": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "postal_code": "<string>"
  }
}

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
address
string

Crypto address where funds will be deposited from

originator_name
string

Name of the originator of the funds

originator_country
string

ISO 3166-1 alpha-2 formatted country code of the originator of the funds

vasp_id
string

VASP-uuid

vasp_country
string

ISO 3166-1 alpha-2 formatted country code of the VASP

lei_number
string

Legal Entity Identifier (LEI) of the VASP

originator_address
object
wallet_type
enum<string>
default:UNKNOWN_WALLET_TYPE
Available options:
UNKNOWN_WALLET_TYPE,
EXCHANGE,
SELF_HOSTED
is_self_certified
boolean

True if the user owns the wallet

Response

id
string

Travel rule identifier

created_at
string<date-time>

Timestamp of when entry was added

address
string

Crypto address where funds will be deposited from

originator_name
string

Name of the originator of the funds

originator_country
string

country code (ISO 3166-1 alpha-2) of the originator of the funds

vasp_id
string

VASP-uuid

vasp_country
string

ISO 3166-1 alpha-2 formatted country code of the VASP

lei_number
string

Legal Entity Identifier (LEI) of the VASP

originator_address
object