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

Endpoint URLs

PreviousRates & LimitsNextNetworks

Last updated 2 months ago

The Xyxyx API provides structured endpoints for deploying and interacting with ERC-721F, ERC-404, and ERC-721 smart contracts and text-based tokens. These endpoints allow developers to deploy, mint, and preview text-based tokens efficiently across supported blockchain networks.

Below is the list of available endpoints, categorized by token standard and tokenization model.


Action
1x1
A4

Deploy Contract

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

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

Mint Token

/api/v1/ERC721F/{network}/mint-token-1x1

/api/v1/ERC721F/{network}/mint-token-A4


Action
1x1
A4

Deploy Contract

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

ERC721/{network}/deploy-contract-A4

Mint Token

api/v1/ERC721F/{network}/mint-token

api/v1/ERC721F/{network}/mint-token


Action
1x1
A4

Deploy Contract

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

/api/v1/ERC404/{network}/deploy-contract-A4


The Xyxyx API allows users to preview 1x1 and A4 text-based tokens' outputs before deploying or minting them. This feature helps ensure the correct parameters and design are applied to the final token output.

Preview Token Endpoints

Tokenization Model
Endpoint URL

1x1

/api/v1/preview-token/1x1

A4

/api/v1/preview-token/A4

ERC-721F Endpoints
ERC-721 Endpoints
ERC-404 Endpoints
Preview Token