Skip to main content
Partners must request an executable quote before creating a subscription or redemption request. Quotes define:
  • flow type
  • asset pair
  • executable pricing
  • quote expiration
  • expected settlement amounts

Supported Flows

Subscription


Redemption


Quote Request

Partners request quotes by providing:
  • the asset pair and networks (asset_in, network_in, asset_out, network_out)
  • the input amount, as a decimal string
The flow type (subscription or redemption) is derived from the asset pair.

Quote Response

A successful quote response includes:
  • quote ID
  • amount in
  • amount out
  • expiration timestamp
  • supported settlement information

Quote Expiration

Quotes are time-limited. Expired quotes cannot be used to create requests. Partners are responsible for creating requests before expiration.

Executable Pricing

Quotes represent executable commercial terms at the moment of creation. Once created, quote validity is governed exclusively by the quote expiration timestamp. Underlying market changes do not modify an already issued quote.

Quote Lifecycle

Quotes support the following lifecycle states.

ACTIVE

The quote is valid and may be used to create requests.

EXPIRED

The quote expiration timestamp has been reached. Expired quotes cannot be used operationally.

CONSUMED

The quote has already been used to create a request. Consumed quotes cannot be reused.

CANCELLED

The quoted order was cancelled before confirmation. Cancelled quotes cannot be used operationally.

Precision Rules


Operational Rules

Single Use

Quotes may only be consumed once.

Asset Validation

Quotes are only available for supported:
  • assets
  • networks
  • flow types
Unsupported combinations are rejected.

Settlement Validation

Quotes may validate:
  • payout address eligibility
  • operational compatibility
  • request constraints
Invalid settlement configurations may prevent quote creation.

Error Scenarios

Quote creation may fail for reasons including:
  • unsupported asset
  • unsupported network
  • invalid amount
  • invalid address
  • expired request parameters
  • operational restrictions