POST
/
contracts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
name
string
required

The name of the contract.

type
enum<string>
required

The type of the contract.

Available options:
fungible,
non_fungible
description
string

A brief description of the contract.

symbol
string
default:
contractName

The symbol of the contract, between 3 and 5 alphanumeric characters.

Response

201 - application/json
address
string | null

The blockchain address of the contract.

baseUri
string | null

The base URI where this contract's tokens' metadata files are located.

blockchainName
enum<string>

The blockchain name of the contract.

Available options:
Ethereum,
Polygon,
Chiliz,
Linea
blockExplorerUrl
string | null

The URL of the block explorer for this contract.

createdAt
string

The timestamp from when the contract was created.

deployedAt
string | null

The timestamp from when the contract was deployed to the blockchain.

description
string | null

A brief description of the contract.

id
string

The id of the contract.

name
string

The name of the contract.

symbol
string
default:
contractName

The symbol of the contract, between 3 and 5 alphanumeric characters.

type
string

The type of the contract.

updatedAt
string

The timestamp from when the contract was last updated.