Get Item By ID
GET/origins/v2/community/items/:item
Get Item By ID
Request
Path Parameters
item stringrequired
Unique string that identifies an item.
Example: axie_momo
Responses
- 200
OK
Response Headers
Date
string
Content-Type
string
Transfer-Encoding
string
Connection
string
Etag
string
CF-Cache-Status
string
Expect-CT
string
Report-To
string
NEL
string
Server
string
CF-RAY
string
Content-Encoding
string
alt-svc
string
- application/json
- Schema
- Example (from schema)
- Example
Schema
object
{}
{
"id": "axie_momo",
"displayOrder": 5,
"category": "Axie",
"rarity": "Rare",
"description": "Starter Axie. Class: Bird.",
"name": "Momo",
"maxCopies": 1,
"tokenStandard": "",
"tokenAddress": "",
"tokenId": "",
"imageUrl": "https://storage.googleapis.com/origin-production/assets/item/axie_momo.png",
"updatedAt": 1663127051,
"_etag": "84dded754f1a2ec0752b315ccf493852"
}
Loading...
Was this helpful?
Happy React is loading...