Skip to main content
Stablecoin Account API Publisher Disclaimer Asset and network availability is dynamic — networks go into maintenance, fees move with congestion, and minimums differ per network. Query the configuration endpoints at runtime instead of hard-coding asset lists.

List supported assets and networks

List Supported Assets and Networks returns every currency the system supports and, for crypto assets, the networks it can move on. Filter with asset_type=CRYPTO or asset_type=FIAT.
Response (abbreviated):
Check these per-network fields before offering a flow to your users:

Estimate the network fee

Network fees are dynamic and follow blockchain congestion. Call Estimate Network Fee before a user confirms a withdrawal, and display the estimate — the fee actually charged can differ slightly.
Response:
If network_status is MAINTENANCE, withdrawals on that network are temporarily unavailable — block the flow and try again later. NORMAL means the network is operating.