I'm trying to do a test exchange rate between USD and BTC but the API requires currencies to be in ISO 4217 numeric form. So I use 840 for USD but the only code I found online for BTC was just 8. So I tried using 8 but I received an error from the api call. Here is the entire call:
payload
{
}
response
{
}
Solved! Go to Solution
Hi @Clay,
Please retry with below payload and let us know if there are any issues.
{
}
I don't know how 008 can be bitcoin though because the conversion rate it responds with is 115.4300
Hi @Clay,
008 is the ISO 4217 currency code for Albanian lek (ALL). There isn't one for bitcoin yet.