Auxiliary Structures

# Time represents date and time including time zone information in RFC3339 format.
scalar Time

# Cursor is a string representing position in a sequential list of edges.
scalar Cursor

# BigInt is a large (256bits) integer value, represented as 0x prefixed hexadecimal number in string.
scalar BigInt

# Address is a 20 byte Opera address, represented as 0x prefixed hexadecimal number in string.
scalar Address

# Long is 64bits unsigned integer, represented as 0x prefixed hexadecimal number in string.
scalar Long

The API server provides information about active on-chain contracts used by the Artion platform.

# Primary used Artion contracts addresses.
type Contracts {
    marketplace: Address!
    auctionHall: Address!
}

NFT minting on Artion base collections can enforce platform fee.

Artion contracts allow only a limited set of ERC20 tokens to be used for payments between trading parties.

Last updated