The Price Feed API provides real-time pricing information for StableMint tokens.
Path Parameters
Example Response
The signature field contains a base64-encoded RSA signature. Full signature examples are shown in the validation section below.
Signature Validation
The signature field in the response is generated from the following payload components concatenated with pipe (|) separators:
JavaScript Validation Example
Production Environment
Base URL: https://feed.stablemint.io
Public Key
The following public key should be used to validate the payload signature:
Available Endpoints
USDSM on Etherlink
EURSM on Etherlink
Example Request
Staging Environment
Base URL: https://feed.stablemint.net
Public Key
The following public key should be used to validate the payload signature:
Available Endpoints
USDSM on Etherlink
EURSM on Etherlink
Example Request