> For the complete documentation index, see [llms.txt](https://docs.ospree.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ospree.io/developers/travel-rule.md).

# Travel Rule

**Travel Rule Module Overview**

The Travel Rule Module provides secure endpoints for transmitting and verifying essential information. This allows Virtual Asset Service Providers (VASPs) to initiate travel rule transfers, ensuring compliance with regulatory standards in the cryptocurrency ecosystem. The module supports IVMS101 compatibility, which offers a standardized language for exchanging required originator and beneficiary details between VASPs.<br>

* [Create transfer ](/developers/travel-rule/api-endpoints/create-transfer.md)\ <mark style="color:yellow;">`POST`</mark>`/api/v2/travelrule/transfers`
* [List transfers ](/developers/travel-rule/api-endpoints/list-transfers.md)\ <mark style="color:green;">`GET`</mark>`/api/v2/travelrule/transfers`
* [Retrieve Transfer](/developers/travel-rule/api-endpoints/retrieve-transfer.md)\ <mark style="color:green;">`GET`</mark> `/api/v2/travelrule/transfers/{transfer_id}`
* [Update Transfer](/developers/travel-rule/api-endpoints/update-transfer.md)\ <mark style="color:purple;">`PATCH`</mark> `/api/v2/travelrule/transfers/{transfer_id}`
* [Action transfer ](/developers/travel-rule/api-endpoints/action-transfer.md)\ <mark style="color:purple;">`PATCH`</mark> `/api/v2/travelrule/transfers/{transfer_id}/{action}`
* [List Tokens](/developers/travel-rule/api-endpoints/list-tokens.md)\ <mark style="color:green;">`GET`</mark> `/api/v2/travelrule/tokens`
