Endpoint URLs

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

Last updated