Summary
Functions
Returns all pre-computed endpoint configs.
Returns the exchange capability map.
Returns the exchange ID string.
Returns the exchange display name.
Returns the signing pattern and config for this exchange.
Returns the lean spec (runtime describe minus API tree).
Returns the exchange tier ("tier1" | "tier2" | "dex" | "tier3" | "unclassified" | nil).
Returns endpoint configs for a specific unified method, or [] if unknown.
Returns the full unified method → endpoint configs mapping.
Functions
@spec __endpoints__() :: [map()]
Returns all pre-computed endpoint configs.
@spec __features__() :: map()
Returns the exchange capability map.
@spec __id__() :: String.t()
Returns the exchange ID string.
@spec __name__() :: String.t()
Returns the exchange display name.
Returns the signing pattern and config for this exchange.
@spec __spec__() :: map()
Returns the lean spec (runtime describe minus API tree).
@spec __tier__() :: String.t() | nil
Returns the exchange tier ("tier1" | "tier2" | "dex" | "tier3" | "unclassified" | nil).
Returns endpoint configs for a specific unified method, or [] if unknown.
Returns the full unified method → endpoint configs mapping.