Skip to main content
GET
/
travel-rules
Get all travel rule information
curl --request GET \
  --url https://api.exchange.coinbase.com/travel-rules \
  --header 'cb-access-key: <api-key>' \
  --header 'cb-access-passphrase: <api-key>' \
  --header 'cb-access-sign: <api-key>' \
  --header 'cb-access-timestamp: <api-key>'
[
  {
    "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

Query Parameters

before
string
after
string
limit
integer
default:1000
address
string

Response

id
string
created_at
string<date-time>
address
string
originator_name
string
originator_country
string
vasp_id
string
vasp_country
string
lei_number
string
originator_address
object