Developer
  • API Overview
  • Getting Started
    • Authentication
    • Xyxyx API Keys
    • Getting an API Key
    • Rates & Limits
    • Endpoint URLs
    • Networks
    • Tokenization Models
  • Explorer
  • API Endpoints
    • ERC-721F
      • Deploy Contract
      • Mint 1x1
      • Mint A4
    • ERC-721
      • Deploy Contract 1x1
      • Deploy Contract A4
      • Mint Token
    • ERC-404
      • Deploy Contract 1x1
      • Deploy Contract A4
    • Preview Token
      • 1x1
      • A4
  • Utilities
    • Authorization for wallet transactions
    • Function insights
    • Code samples
    • Xyxyx Web Components
      • Tokenizer
Powered by GitBook
On this page
  1. Getting Started

Networks

The Xyxyx API allows deployment of smart contracts on the Ethereum Mainnet, L2 solutions (OP Mainnet, Base Mainnet, and Arbitrum One), and Testnets (Ethereum Sepolia, OP Sepolia, Base Sepolia, and Arbitrum Sepolia).

Below is a list of the available networks for deploying smart contracts via the Xyxyx API and their correspondent endpoint value.


Endpoints

Network
Endpoint Value

Ethereum Mainnet SOON

mainnet

Optimism Mainnet SOON

optimism

Base Mainnet SOON

base

Arbitrum One SOON

arbitrum

Ethereum Sepolia LIVE

sepolia

Optimism Sepolia LIVE

optimism-sepolia

Base Sepolia LIVE

base-sepolia

Arbitrum Sepolia LIVE

arbitrum-sepolia


Endpoint Structure

For example, to deploy an ERC-721F contract, replace {network} in the API endpoint with one of the supported values:

/api/v1/ERC721F/{network}/deploy-contract-1x1

Examples

  • Deploy on Ethereum Mainnet:

    /api/v1/ERC721F/mainnet/deploy-contract-1x1
  • Deploy on Optimism Mainnet:

    /api/v1/ERC721F/optimism/deploy-contract-1x1
  • Deploy on Base Sepolia Testnet:

    /api/v1/ERC721F/base-sepolia/deploy-contract-1x1
PreviousEndpoint URLsNextTokenization Models

Last updated 22 days ago