Verifier
Enter serials to verify:
FAQ
This tool lets you look up the serial numbers on MetalMark bills and Certificates of Authenticity. We’ll see if those serials exist in our database of all serials ever issued and see if they’re legit.
Beyond just confirming we issued them, once we find a match we’ll show you when they were made, how many are a part of the lot, and other details like which edition it belongs to.
For bill serials, these are located on the back of the bill. Though the exact placement varies across designs, it should be labeled “SERIAL” and in a table or grid of other bill information.
For COAs, the serial is shorter and etched on the FIPS-compatible holographic security seal.
The bill serial is usually enough to ensure the bill you have is genuine. For an extra layer of peace of mind, you can also ensure the COA you have is genuine and belongs to the correct lot.
API
MetalMark provides a REST API for working with our bills. Requests can be made with any language or library.
URL | https://app.mtlmrk.com |
---|---|
Content type | application/json |
Rate limit | ~120 requests per minute |
Verify
Endpoints
-
GET
/api/verify - Returns information on serials
-
POST
/api/verify - Returns information on serials
GET
Returns information on serials
Parameters
-
s
stringrequired -
bill
string -
coa
string
Response
-
id
string -
description
string -
data
object -
artist
string -
artName
string -
billPrefix
string -
coaPrefix
string -
code
string -
dateMinted
string -
description
string -
edition
string -
lotSize
number -
mint
string -
mintDate
string -
motd
string -
series
string -
units
number -
yearArtMade
string
-
-
authenticityGuarantee
string
HTTP/2 200 OK
{
"id": "34",
"description": "Artist Series - Frank Frazetta - 1000mg",
"data": {
"artist": "Frank Frazetta",
"artName": "Dark Kingdom",
"billPrefix": "MM",
"coaPrefix": "",
"code": "AS-FF-1K-AU",
"dateMinted": "2024-05-15",
"description": "Artist Series - Frank Frazetta - 1000mg",
"edition": "First",
"lotSize": 500,
"mint": "MetalMark",
"mintDate": "2024-05-15T15:34:49.124Z",
"motd": "Dark Kingdom by Frank Frazetta, 1976",
"series": "Artist Series",
"units": 500,
"yearArtMade": "1976",
},
"authenticityGuarantee": "partial",
}
POST
Returns information on serials
Parameters
-
s
stringrequired -
bill
string -
coa
string
Response
-
id
string -
description
string -
data
object -
artist
string -
artName
string -
billPrefix
string -
coaPrefix
string -
code
string -
dateMinted
string -
description
string -
edition
string -
lotSize
number -
mint
string -
mintDate
string -
motd
string -
series
string -
units
number -
yearArtMade
string
-
-
authenticityGuarantee
string
HTTP/2 200 OK
{
"id": "34",
"description": "Artist Series - Frank Frazetta - 1000mg",
"data": {
"artist": "Frank Frazetta",
"artName": "Dark Kingdom",
"billPrefix": "MM",
"coaPrefix": "",
"code": "AS-FF-1K-AU",
"dateMinted": "2024-05-15",
"description": "Artist Series - Frank Frazetta - 1000mg",
"edition": "First",
"lotSize": 500,
"mint": "MetalMark",
"mintDate": "2024-05-15T15:34:49.124Z",
"motd": "Dark Kingdom by Frank Frazetta, 1976",
"series": "Artist Series",
"units": 500,
"yearArtMade": "1976",
},
"authenticityGuarantee": "partial",
}