Ordinal Proxy
  • Introduction
  • How does it work?
  • How do i get started?
  • Why charge?
  • Technical documentation
    • REST API
Powered by GitBook
On this page

Technical documentation

PreviousWhy charge?NextREST API

Last updated 1 year ago

REST API

Ordinal Proxy provides a public for easy integration, enabling developers to seamlessly access and utilize the delegation infrastructure.

Signature

The Ordinal Proxy RSA signature ("s") verifies the legitimacy of the hot wallet initiating the delegation.

RSA signature encryption is a cryptographic technique where a message* is signed with a private key and can be verified by anyone using the corresponding public key, ensuring authenticity and integrity of the message. The public key is openly accessible to everyone. See our public key below.

-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuDoWAhIP44+oTCpLVCpK 4karEfmaEGHPy9UAEj3jXNq6Oog10rYnVahXmq4SAceoKQHaRqKjkgnfNLSXnWwV wv2sTuDlVc5WBO2meecmAeAuoIJ2VSFbv+yRQu1+UfrXmHiLl7Aqo4akW92z3YjL 6NzsHoOz7//xdaAFlNryLDbJO4B7vXCHUyAuxUe0vfSohLQx2g4fHhTKxQfhedwP iaS1wW2bUeDHp5oqLXAyyQ5lsSc76a2Rvw/mnpoKu7ki79bYtYNVt3OYQ22UTgRM uP1MRsF6HhCOgjf25S3Z+LT3Of5h000v/hAwF2NO7hB9xDWNQKEqXFUS7AvITT0b
jQIDAQAB 
-----END PUBLIC KEY-----

* message format: {hot wallet}_{cold wallet}_{expiration timestamp}

expiration timestamp = "d"

REST API