Quick Start
curl
https://ibjarates.com/API/GoldRates/?ACCESS_TOKEN=yourapikey&START_DATE=startdate&END_DATE=enddate
IbjagoldratesAPI
Ibjarates Gold API is a powerful and easy-to-use tool that allows you to access real-time gold prices. Whether you are a trader, an investor, or a developer, you can use Ibjarates Gold API to get the most accurate and reliable information on the gold market. With Ibjarates Gold API, you can:
- Integrate gold data into your own applications and websites with simple and flexible API calls
Ibjarates Gold API is the ultimate solution for anyone who wants to stay on top of the gold market.
META DATA
Definition |
Description |
ACCESS TOKEN
| Uniquely assigned key to each API account to authenticate interactions with the API. |
START DATE |
Starting Date of rate |
END DATE |
Ending date of rate |
API Endpoints
// endpoint
https://ibjarates.com/API/GoldRates/
API Error Message
If your query fails, the API will return a error-message "status" .
Message |
[{"status":"Invalid","message":"Access Token Is Blank."}] |
[{"status":"Invalid","message":"Invalid Access Token."}] |
[{"status":"Invalid","message":"Start Date Is Blank."}] |
[{"status":"Invalid","message":"End Date Is Blank."}] |
[{"status":"Invalid","message":"Invalid Parameter. Please Contact Administrator."}] |
[{"status":"Invalid","message":"Invalid date format it should be in dd/MM/yyyy format."}] |
API Sucess Response
If your query Sucess, the API will return a sucess-message "status" .
Response with data
[{
"RateDate": "12/10/2023",
"RateTime": "12AM",
"Purity": "999",
"GoldRate": "59616",
"SilverRate": "74273"
}]
Response with no record
[{"status": "success","message": "No Record Found"}]