Get Item By ID
GEThttps://api-gateway.skymavis.com/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
- 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"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://api-gateway.skymavis.com/origins/v2/community/items/:item' \
-H 'Accept: application/json' \
-H 'X-API-Key: <API_KEY_VALUE>'
ResponseClear