Skip to content

Metaverse Orbs API (1.0.0)

Metaverse Orbs API

Download OpenAPI description
Languages
Servers
Mock server
https://xsolla.redocly.app/_mock/api/metaframe/
http://orbs.babka.com/
Operations
Operations
Operations

Request

Gets a list of available items.

Security
Bearer
Path
merchantIdstringrequired

Merchant ID of the client

projectIdstringrequired

Project ID of the project

Query
multivc-skustringrequired

The virtual currency SKU

curl -i -X GET \
  'https://xsolla.redocly.app/_mock/api/metaframe/v2/merchants/{merchantId}/projects/{projectId}/package?multivc-sku=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

List of available items.

Bodyapplication/json
itemsArray of objects(Item)

List of items.

Example: [{"currency:\"USD\"":null,"name":"pack of orb","package_item_sku":"xxx-xxx-xxx","price":10.33,"url":"xxx.xx.com"}]
Response
application/json
{ "items": [ {} ] }
Operations