-
[API specs](https://alzymologist.github.io/kalatori-api/#/order/post_v2_order__orderId_)
```
{
"order": "123456",
"payment_status": "pending",
"withdrawal_status": "waiting",
"payment_ac…
-
app.js:36
GET https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/usd/inr.json 404 (Not Found)
updateExchangeRate @ app.js:36
(anonymous) @ app.js:5…
-
Hello,
The API url showed in the video is changed with a updated url structure which uses 'npm' instead of 'gh'. Please follow the url below.
fetch('https://cdn.jsdelivr.net/npm/@fawazahmed0/curr…
-
import { useEffect, useState } from "react";
function useCurrencyInfo(currency) {
const [data, setData] = useState({});
const [error, setError] = useState(null);
useEffect(() => {
…
-
### What happened?
I checked the public trades that are returned by the client with this simple script:
```
import asyncio
import os
from dotenv import load_dotenv
import pandas as pd
import frequen…
-
Looks a like Nordpool have shutdown their old API and node can't pull prices anymore
Here is an example of new API : https://dataportal-api.nordpoolgroup.com/api/DayAheadPrices?date=2024-10-08&market…
-
I am using the Google Ads API to create Google Ads accounts with the intention of setting the country to Israel and the currency to Israeli Shekel (ILS). However, when the account is created, it defau…
-
### Steps to reproduce
Clone repo and install dependencies
`$ npm install -g moeda`
Use moeda as cli tool
Try to use the api
`moeda 1 usd brl`
### Expected behavior
it should…
-
### What is it?
Open Collective currently returns currency data in local currencies without a standardized parameter. This conflicts with the universal event table's definition, where the `amount` …
-
**Is your feature request related to a problem? Please describe.**
One interesting option that should improve the extensions ecosystem is the ability to display extension results customized on the ma…