Skip to main content

Coin

Active Development

This asset type is currently in active development and is subject to change. Fields, formats, and behavior may be updated without prior notice.

Collectible coins including US Mint releases, commemoratives, and numismatic coins.

External IDs

FieldRequiredDescriptionExample
NGCNoNGC census ID"525801"

Asset Details

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost asset ID (UUID)"68c1f500-6ea1-4e29-88cc-be320288a49c"
nameYesstringFull coin name"1776-2026 W Eagle Liberty Bell S$1 PF"
year_releasedNointegerYear released2026
compositionNostringMaterial composition"99.9% Silver"
weight_gramsNonumberWeight in grams31.103
weight_ouncesNonumberWeight in ounces1.0
purityNonumberPurity (0.0 to 1.0)0.999
mintageNointegerTotal coins struck500000
mint_nameNostringMint name"West Point"
mint_markNostringMint mark"W"
image_urlNostringPrimary coin image URL"https://cdn.tradepost.co/media/assets/.../coin.webp"

Config Details

Configuration-level details distinguish different varieties of the same coin (different designations, mint marks, varieties).

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost asset configuration ID (UUID)"8df496bc-547b-44ab-9100-5f2500560b49"
nameYesstringFull configuration name"1776-2026 W Eagle Liberty Bell S$1 PF Raw"
denominationNostringDenomination"S$1"
designationNostringStriking method"PF"
mint_markNostringMint mark"W"
varietyNostringVariety or variation"Ultra Cameo"
strikeNostringStrike or production method"Standard"
year_releasedNointegerYear released2026
image_urlNostringPrimary product image URL"https://cdn.tradepost.co/media/assets/.../coin.webp"

Common Designations:

  • MS: Mint State (business strike)
  • PF: Proof
  • SP: Specimen
  • CAM: Cameo
  • UCAM: Ultra Cameo

Item Details

FieldRequiredTypeDescriptionExample
key_idNostringInternal Tradepost key ID for grouping items (UUID, may be null)"a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d"
key_idsNostring[]Array of internal Tradepost key IDs for this item["a1b2c3d4...", "b2c3d4e5..."]
fair_valuesNoarrayFair value pricing information[]
grading_companyNostringGrading company"NGC", "PCGS", "ANACS", "ICG", "CACG", "ICCS"
gradeNostringCoin grade"MS70", "PF69", "AU55"
certification_numberNostringCertification/serial number from grading company"6924381-001"
quantityYesintegerNumber of coins1

Supported Grading Companies:

  • NGC: Numismatic Guaranty Company
  • PCGS: Professional Coin Grading Service
  • ANACS: American Numismatic Association Certification Service
  • ICG: Independent Coin Graders
  • CACG: Certified Acceptance Corporation Grading
  • ICCS: International Coin Certification Service

Example

{
"asset_type": "COIN",
"external_ids": {},
"asset_details": {
"id": "68c1f500-6ea1-4e29-88cc-be320288a49c",
"name": "1776-2026 W Eagle Liberty Bell S$1 PF",
"year_released": 1776,
"mint_mark": "Eagle",
"image_url": "https://cdn.tradepost.co/media/assets/68c1f500-.../coin.webp"
},
"config_details": {
"id": "8df496bc-547b-44ab-9100-5f2500560b49",
"name": "1776-2026 W Eagle Liberty Bell S$1 PF Raw",
"denomination": "S$1",
"designation": "PF",
"mint_mark": "W",
"variety": "Raw",
"year_released": 2026,
"image_url": "https://cdn.tradepost.co/media/assets/68c1f500-.../coin.webp"
},
"item_details": {
"key_id": "bcaaf25b-fe0b-4258-b40a-0dd0cb7ab60d",
"key_ids": ["bcaaf25b-fe0b-4258-b40a-0dd0cb7ab60d"],
"fair_values": [],
"quantity": 1
}
}

← Asset Types Overview