Introduction

Introduction

The LAOS Foundation currently maintains a simple API for the LAOS community that facilitates the creation of collections and NFTs using bridgeless minting, as well as the running of the most common read queries related to them.

The read-only queries of the API can be used straightforwardly, without the need of an API key. To use write queries related to creating collections, NFTs or evolving them, please contact the LAOS Foundation to obtain an API Key.

Needless to say, usage of this API is completely optional. Users can permissionlessly build using the LAOS EVM directly, as described in the rest of the sections of this documentation.

The API endpoints are:

The following GraphQL Playground endpoints enable developers to explore the API and test queries in real-time:

Supported Chains

While Bridgeless Minting and Evolution are supported on all EVM chains through direct, permissionless transaction sending, the API described in this section currently supports only the following chains:

  • Ethereum Mainnet - Chain ID: 1

  • Polygon PoS Mainnet - Chain ID: 137

Reach out via the LAOS channels to help prioritize support for additional chains.

Last updated