GET Api/Values/MetalPriceReadOnly

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MetalPrice
NameDescriptionTypeAdditional information
CurrencyCode

string

None.

Buy999Gold1kg

decimal number

None.

Buy999Gold100gram

decimal number

None.

Buy999Gold50gram

decimal number

None.

Buy999Gold1tael

decimal number

None.

BuyScrapGold1kg

decimal number

None.

Buy999Silver1gram

decimal number

None.

BuyGold1ozInUSD

decimal number

None.

BuySilver1ozInUSD

decimal number

None.

BuyRateUSDMYR

decimal number

None.

Sell999Gold1kg

decimal number

None.

Sell999Gold100gram

decimal number

None.

Sell999Gold50gram

decimal number

None.

Sell999Gold1tael

decimal number

None.

Sell999Silver1gram

decimal number

None.

SellGold1ozInUSD

decimal number

None.

SellSilver1ozInUSD

decimal number

None.

SellRateUSDMYR

decimal number

None.

UpdatedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "CurrencyCode": "sample string 1",
  "Buy999Gold1kg": 1.0,
  "Buy999Gold100gram": 1.0,
  "Buy999Gold50gram": 1.0,
  "Buy999Gold1tael": 1.0,
  "BuyScrapGold1kg": 1.0,
  "Buy999Silver1gram": 1.0,
  "BuyGold1ozInUSD": 1.0,
  "BuySilver1ozInUSD": 1.0,
  "BuyRateUSDMYR": 1.0,
  "Sell999Gold1kg": 1.0,
  "Sell999Gold100gram": 1.0,
  "Sell999Gold50gram": 1.0,
  "Sell999Gold1tael": 1.0,
  "Sell999Silver1gram": 1.0,
  "SellGold1ozInUSD": 1.0,
  "SellSilver1ozInUSD": 1.0,
  "SellRateUSDMYR": 1.0,
  "UpdatedDate": "2025-12-20T14:01:23.6716606+08:00"
}

text/html

Sample:
{"CurrencyCode":"sample string 1","Buy999Gold1kg":1.0,"Buy999Gold100gram":1.0,"Buy999Gold50gram":1.0,"Buy999Gold1tael":1.0,"BuyScrapGold1kg":1.0,"Buy999Silver1gram":1.0,"BuyGold1ozInUSD":1.0,"BuySilver1ozInUSD":1.0,"BuyRateUSDMYR":1.0,"Sell999Gold1kg":1.0,"Sell999Gold100gram":1.0,"Sell999Gold50gram":1.0,"Sell999Gold1tael":1.0,"Sell999Silver1gram":1.0,"SellGold1ozInUSD":1.0,"SellSilver1ozInUSD":1.0,"SellRateUSDMYR":1.0,"UpdatedDate":"2025-12-20T14:01:23.6716606+08:00"}