Request a Soft Attestation Quote

A soft quote provides pricing information for mint or redeem operations without creating an actual attestation. Unlike the Request a Mint or Redeem Attestation endpoint, soft quotes:

  • Are not eligible for on-chain submission
  • Do not count against user limits (Active Notional Value, Session Notional Value, or Active Attestations)
  • Serve as pricing references for quote validation and user interface display
  • Do not include authentication fields such as attestationId, userId, expiration, or signature

This endpoint can be used to acquire estimated pricing without impacting trading limits or creating binding commitments.

See also: Error Codes

Body Params

Request a soft quote to mint or redeem a quantity of assets.

string
enum
required

The chain's identifier including the chain name and chain id.

Allowed:
string
required

The GM token symbol.

string
enum
required

The direction of the trade.

Allowed:
string
required

The number of tokens, represented as a string-encoded decimal with up to 18 digits after the decimal point.

string
enum

Specifies the desired validity period for the attestation. Users can specify a duration of 'short' for a tighter price spread or 'long' for an extended validity period.

Allowed:
Responses

400

One of the request parameters is invalid. Please see the returned message and documentation for details.

401

Missing or invalid API key. Please provide your API key in the x-api-key request header.

429

Client is sending too many requests and exceeded the rate limit.

500

An internal server error occurred. Please see the returned message and documentation for details.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json