Static
getThe arguments for the request, including 'from' and 'to' currency identifiers (ConversionRateArgs).
A Promise resolving to an object containing the conversion rate on success, or an error message on failure.
Static
getRetrieves the status of an order based on the order ID.
The unique identifier of the order.
A Promise resolving to either an object containing the order status response (OrderStatusResponse) on success, or an error message on failure.
Static
getRequests a quote for a specified transaction.
The arguments for the quote request, including transaction type, fiat method, partner, amount, asset, and blockchain (RequestQuoteArgs).
A Promise resolving to either an object containing the response quote (ResponseQuote) on success, or an error message on failure.
Static
getFetches a list of supported blockchain chains from the Kado API.
A Promise resolving to either an object containing a list of chain responses (KadoAPIChainResponse[]) on success, or an error message on failure.
Static
getFetches a list of supported currencies from the Kado API.
A Promise resolving to either an object containing a list of currencies (Currency[]) on success, or an error message on failure.
Retrieves the conversion rate between two currencies.