Skip to content

TIGRS Registry Client API (1.0.0)

This API is used for retrieving and retiring TIGR certificates. APIs require an OAuth Authentication token. To create API credentials, please reach out to the TIGR administrator.

Overview
Languages
Servers
https://tigrsregistry.apx.com:443/clientapi/

corporateEntity

Corporate Entities Operations

Operations

ledger

Ledger Operations

Operations

subaccount

SubAccount Operations

Operations

system

System Information

Operations

Ping System

Request

Security
JWT
curl -i -X GET \
  https://tigrsregistry.apx.com/clientapi/api/system/ping \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
pongstring(date-time)required

The current time on the server

Example: "2024-10-31T17:58:38.066Z"
Response
application/json
{ "pong": "2024-10-31T17:58:38.066Z" }