Documentation
Documentation
Table of Contents:
1. Currency API
a. What is this API used for?
To get detailed currency information.
b. How do I call this API?
You can call the API as follows:
https://www.completeapi.com/v1/[api_key]/currency/[base_currency]
A typical JSON Response would look as follows:
{
api: "CompleteAPI.com",
api_version: "1.1",
status: "",
errors: [ ],
success: false,
credit_used: 1,
credit_remaining: 97,
forex: {
ZAR_AED: "0.256932",
ZAR_AFN: "5.560982",
ZAR_ALL: "7.201106",
ZAR_AMD: "34.684308",
ZAR_ANG: "0.125607",
...
ZWL_ZAR: "0.044405"
},
crypto: {
luno: {
LTC_BTC: {
bid: "0.00408900",
ask: "0.00409300"
},
...
}
}
}