Technical Reference

A comrehensive overview of tokens, networks, and enum values

Network Information

A list of all available networks and their properties.

Network NameCAIP-2 ID
ARBITRUMeip155:42161
AVALANCHEeip155:43114
BASEeip155:8453
BASE_TESTNETeip155:84532
BSCeip155:56
ETHEREUMeip155:1
FANTOMeip155:250
HYPERLIQUID_EVM_TESTNETeip155:998
LINEAeip155:59144
METISeip155:1088
OPTIMISMeip155:10
POLYGONeip155:137
POLYGON_TESTNET_AMOYeip155:80002

Important! Native tokens on chains do not have a Token Address (N/A). Please use empty strings for these tokens wherever applicable.

Possible Values for Custom Types

Possible values for selected types

INTENT_TYPE

Specifies the type of order.

ValueDescription
NFT_TRANSFERIndicates that the order is for transferring an NFT to another address.
TOKEN_TRANSFERIndicates that the order is for executing a token transfer transaction.
RAW_TRANSACTIONIndicates that the order is for executing a raw blockchain transaction.

STATUS

Represents the current status of the order or transaction.

ValueDescription
WAITING_INITIALIZATIONThe order is in queue and has not yet started processing.
CREATEDThe order has been initialized and is ready for processing.
IN_PROGRESSThe transaction is being processed on the blockchain.
WAITING_FOR_SIGNATUREThe system is in the process of signing the transaction payload.
REJECTEDThe order was rejected and will not be processed further.
SUCCESSFULThe order was successfully processed and confirmed on the blockchain.
FAILEDThe order failed during processing.

ENTITY_TYPE

Defines the category of asset involved in the transaction.

ValueDescription
TOKENSFungible tokens
NETWORKSBlockchain networks
NFTSNon-fungible tokens

ERC_TYPE

Specifies the ERC standard for NFTs on EVM-compatible blockchains.

ValueDescription
ERC721An ERC-721 standard NFT on EVM-compatible blockchains
ERC1155An ERC-1155 standard NFT on EVM-compatible blockchains.

Models

Detailed information about the data models used in the SDK.

On this page