REST APIs

Base Endpoints

Testnet

https://testnet-rpc.sign.global/api

Mainnet

https://mainnet-rpc.sign.global/api

Hello World

GET / index;

Status endpoint to verify the attestation backend is functional.

Parameters:

None

Response:

{
  "success": true,
  "statusCode": 200,
  "data": "Welcome to Sign Protocol Service!",
  "message": "ok"
}

Search for relevant schemas, attestations, and addresses by providing a keyword and filter.

Query Parameters:

Key
Value
Type

filter*

attestation

"schema", "attestation", "address"

keyword*

0x1

string

* Optional parameter.

Response:

Get Address Statistics

Get attestation and schema statistics for an address.

Query Parameters:

Key
Value
Type

address

0x059e6B8008d34aC26581fD3ED8378AA93c7941EE

string

* Optional parameter.

Response:

Last updated

Was this helpful?