List assets and networks settling now
lunium_list_settlement_optionsOpen — no API key needed, so call this first. Lists the assets and networks that can settle right now, with limits and expected timing.
Call it before quoting whenever the user names an asset or a network you have not already confirmed in this session. The list changes on its own — assets appear and networks get suspended without notice — so never hard-code it, never cache it across sessions, never answer from memory. Polygon (USDT/USDC) is the default and settles in seconds; every other network waits for that chain's confirmations, from about a minute to a few hours. Never promise "instant" outside Polygon.
Do not use it to price anything: it carries no rate. Do not offer the user an asset that is absent from this response, even if it worked yesterday.
Errors: acao=repetir → retry once. acao=esperar → you are over the request budget; back off. acao=parar → the connector is not configured; tell the user instead of retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Optional filter, e.g. 'polygon'. Omit to list everything settling now. |