GET api/Masters/GetBullionHistory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BullionRateModel
NameDescriptionTypeAdditional information
Gold22K

decimal number

None.

Gold18K

decimal number

None.

Time

string

None.

Gold

string

None.

Id

integer

None.

Gold9999

decimal number

None.

Gold9950

decimal number

None.

Silver

decimal number

None.

McxGold

decimal number

None.

McxSilver

decimal number

None.

RtgsRate

decimal number

None.

CreatedAt

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Gold22K": 1.0,
    "Gold18K": 2.0,
    "Time": "sample string 3",
    "Gold": "sample string 4",
    "Id": 5,
    "Gold9999": 6.0,
    "Gold9950": 7.0,
    "Silver": 8.0,
    "McxGold": 9.0,
    "McxSilver": 10.0,
    "RtgsRate": 11.0,
    "CreatedAt": "2026-05-18T04:39:07.0806808+05:30"
  },
  {
    "Gold22K": 1.0,
    "Gold18K": 2.0,
    "Time": "sample string 3",
    "Gold": "sample string 4",
    "Id": 5,
    "Gold9999": 6.0,
    "Gold9950": 7.0,
    "Silver": 8.0,
    "McxGold": 9.0,
    "McxSilver": 10.0,
    "RtgsRate": 11.0,
    "CreatedAt": "2026-05-18T04:39:07.0806808+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBullionRateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models">
  <BullionRateModel>
    <CreatedAt>2026-05-18T04:39:07.0806808+05:30</CreatedAt>
    <Gold>sample string 4</Gold>
    <Gold18K>2</Gold18K>
    <Gold22K>1</Gold22K>
    <Gold9950>7</Gold9950>
    <Gold9999>6</Gold9999>
    <Id>5</Id>
    <McxGold>9</McxGold>
    <McxSilver>10</McxSilver>
    <RtgsRate>11</RtgsRate>
    <Silver>8</Silver>
    <Time>sample string 3</Time>
  </BullionRateModel>
  <BullionRateModel>
    <CreatedAt>2026-05-18T04:39:07.0806808+05:30</CreatedAt>
    <Gold>sample string 4</Gold>
    <Gold18K>2</Gold18K>
    <Gold22K>1</Gold22K>
    <Gold9950>7</Gold9950>
    <Gold9999>6</Gold9999>
    <Id>5</Id>
    <McxGold>9</McxGold>
    <McxSilver>10</McxSilver>
    <RtgsRate>11</RtgsRate>
    <Silver>8</Silver>
    <Time>sample string 3</Time>
  </BullionRateModel>
</ArrayOfBullionRateModel>