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

Generate JWT access token

Request

Generates a signed, short-lived JWT access token using your API Key. This token is required to authenticate all subsequent TRP API requests. The endpoint ensures secure client identification and protects access to sensitive Travel Rule operations.

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

Responses

JWT token successfully generated.

Bodyapplication/json
Response
application/json
{ "accessToken": "eyJhbGciOiJFZERTQSJ9....", "expiresIn": 3600, "expiresAt": "2025-11-21T17:04:59.000Z", "tokenType": "Bearer" }

Identity

Operations

Travel Address

Operations

Transfer

Operations