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. API Endpoints

ERC-404

PreviousMint TokenNextDeploy Contract 1x1

Last updated 2 months ago

The is a hybrid token standard that combines the functionalities of the ERC-721 standard (non-fungible tokens) and the ERC-20 standard (fungible tokens).


Endpoints

The Xyxyx API provides ERC-404 functionality through dedicated endpoints, categorized into two subsections, which are based on Xyxyx's two foundational tokenization models:

Each subsection contains specific API endpoints tailored for deploying and interacting with ERC-404 smart contracts using the respective tokenization model.

Endpoint Structure

All ERC-404 endpoints follow the format:

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

Where:

  • {network} is replaced with the target blockchain network (e.g., mainnet, sepolia, optimism, etc.).

  • {model} is either 1x1 or A4, depending on the tokenization model used.

Example Endpoints

  • Deploy an ERC-404 contract using the 1x1 tokenization model on the Ethereum Mainnet:

    /api/v1/ERC404/mainnet/deploy-contract-1x1
  • Deploy an ERC-404 contract using the A4 tokenization model on the Ethereum Sepolia:

    /api/v1/ERC404/sepolia/deploy-contract-A4
ERC-404
Deploy Contract 1x1
Deploy Contract A4