Alien Worlds API (1.0.0)

Download OpenAPI specification:Download

API for Alien Worlds information

v1

Fetch an asset

Get Asset

query Parameters
id
string

Asset ID

owner
string

Owner

schema
string

Schema Name

limit
integer

Limit

offset
integer

Offset

Fetch mines by various criteria

Get mines

query Parameters
from
string

Date from as ISO date (inclusive)

to
string

Date to as ISO date (exclusive)

Fetch mines by various criteria

Get mines

query Parameters
limit
integer

Limit result count

sort
string

Sort, either asc or desc (default desc)

global_sequence_from
integer

Global sequence number is greater than or equal to this (use for pagination)

global_sequence_to
integer

Global sequence number is less than this

miner
string

The miner

land_id
string

The land ID, can also be multiple IDs separated by a comma

landowner
string

The landowner

planet_name
string

The planet

from
string

Date from as ISO date (inclusive)

to
string

Date to as ISO date (exclusive)

Fetch NFTs by various criteria

Get NFTs

query Parameters
limit
integer

Limit result count

sort
string

Sort, either asc or desc (default desc)

global_sequence_from
integer

Global sequence number is greater than or equal to this (use for pagination)

global_sequence_to
integer

Global sequence number is less than this

miner
string

The miner

land_id
string

The land ID

template_id
integer

The template ID of the NFT mined

rarity
string

Filter by NFT rarity (Must be Abundant, Common, Rare, Epic, Legendary or Mythical)

from
string

Date from as ISO date (inclusive)

to
string

Date to as ISO date (exclusive)

Fetch current and circulating supply

Get Token Stats

query Parameters
type
string

Type. Either circulating or supply

*

Responses