Skip to content

Overview

Originator/Beneficiary entry points

OpenVasp specification v.3.2.1

Metadata

KeyValue
typesVasp
statusalpha
Download OpenAPI description
Languages
Servers
Production
https://trp.travel-rule.com/
Dev area
https://trp-stg.travel-rule.com/

Auth

Operations

Identity

Operations

VASP public info

Request

Retrieves verified information about a VASP based on its Travel Address or system identifier. This endpoint is used by VASPs to validate the counterparty before executing a Travel Rule transfer.

Security
BearerAuth
curl -i -X GET \
  https://trp.travel-rule.com/identity \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Travel Address generated successfully.

Bodyapplication/json
namestring
Example: "Binance"
leistring
Example: 12345678910
x509string
Example: "---PEM---"
Response
application/json
{ "name": "Binance", "lei": 12345678910, "x509": "---PEM---" }

Travel Address

Operations

Transfer

Operations