Get Aggregator Public Key
API Reference
Get Aggregator Public Key
Fetch the RSA public key used to encrypt the recipient blob carried on-chain.
GET
Get Aggregator Public Key
Returns the PEM-encoded RSA public key the settlement aggregator uses to
encrypt the
messageHash (recipient details) argument of createOrder.
For non-custodial EVM/Starknet orders you normally do not need this — Rails
builds the encrypted messageHash for you and returns it in the create-order
response. This endpoint is provided for clients that encrypt the recipient
themselves.
Response
Response state (
success).PEM-encoded RSA public key.