v1
latestOpenAPI 3.0.42026-07-262045103.2 KBAttestations
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
post/v1/attestations/soft
Request body
Example request
{
"symbol": "AAPLon",
"tokenAmount": "5.000000000000000000"
}Response
OK
Example response
{
"chainId": "1",
"symbol": "AAPLon",
"ticker": "AAPL",
"assetAddress": "0x96F6eF951840721AdBF46Ac996b59E0235CB985C",
"tokenAmount": "5000000000000000000",
"price": "225273151158540753535"
}