Advanced Technical Reference

A comprehensive overview of tokens, networks, and enum values

Token Information

A list of all available tokens and their properties

Token NameToken AddressNetwork Name
APT
0x1::a...Coin
APTOS
APT_TESTNET
0x1::a...Coin
APTOS_TESTNET
ETH
N/A
BASE
MATIC
N/A
POLYGON_TESTNET_AMOY
POL
N/A
POLYGON
SOL
N/A
SOLANA
SOL_DEVNET
N/A
SOLANA_DEVNET
Temp USDC
0x3c49...3359
POLYGON
USDC
4zMMC9...ncDU
SOLANA_DEVNET
USDC
EPjFWd...Dt1v
SOLANA
USDC
0x8335...2913
BASE
USDC
0x41e9...7582
POLYGON_TESTNET_AMOY
USDT
0xc213...8e8f
POLYGON
USDT
0xf22b...USDT
APTOS
USDT
Es9vMF...wNYB
SOLANA

Network Information

A list of all available networks and their properties

Network NameChain ID
APTOS1
APTOS_TESTNET2
BASE8453
POLYGON137
POLYGON_TESTNET_AMOY80002
SOLANA101
SOLANA_DEVNET103

Possible Values for Custom Types

Possible values for selected types

ORDER_TYPE

Specifies the type of order.

ValueDescription
MINT
Indicates that the order is for minting a new NFT.
NFT_TRANSFER
Indicates that the order is for transferring an NFT to another address.
TOKEN_TRANSFER_EXECUTE
Indicates that the order is for executing a token transfer transaction.
EXECUTE_RAW_TX
Indicates that the order is for executing a raw blockchain transaction.

OPERATION_TYPE

Specifies the type of operation being performed.

ValueDescription
MINT
Indicates that the order is for minting a new NFT.
NFT_TRANSFER
Indicates that the order is for transferring an NFT to another address.
TOKEN_TRANSFER_EXECUTE
Indicates that the order is for executing a token transfer transaction.
EXECUTE_RAW_TX
Indicates that the order is for executing a raw blockchain transaction.

STATUS

Represents the current status of the order or transaction.

ValueDescription
WAITING_INITIALIZATION
The order is in queue and has not yet started processing.
CREATED
The order has been initialized and is ready for processing.
RUNNING
The transaction is being processed on the blockchain.
WAITING_FOR_SIGNATURE
The system is in the process of signing the transaction payload.
REJECTED
The order was rejected and will not be processed further.
SUCCESS
The order was successfully processed and confirmed on the blockchain.
FAILED
The order failed during processing.

ENTITY_TYPE

Defines the type of NFT or asset involved in the transaction.

ValueDescription
ERC721
An ERC-721 standard NFT on EVM-compatible blockchains.
ERC1155
An ERC-1155 standard NFT on EVM-compatible blockchains.
NFT
An NFT on non-EVM blockchains.