Skip to main content

Getting Connected

The RTGS.global API is a REST API delivered over HTTPS, accessible from any environment without special network infrastructure.

Follow the Participant API guide to connect. You will also need to deploy the Signing Module — a containerised service that signs your API requests and verifies incoming webhook signatures.

Receiving Notifications

Most RTGS.global operations complete asynchronously and deliver their results as webhook notifications. See Receiving Notifications for how to receive, verify, and process them.

Local Development

To try out the RTGS.global API without connecting to any environment, use the Docker-based emulator. Follow the Local Development guide.