A comprehensive overview of tokens, networks, and enum values
A list of all available tokens and their properties
Token Name | Token Address | Network 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 |
A list of all available networks and their properties
Network Name | Chain ID |
---|---|
APTOS | 1 |
APTOS_TESTNET | 2 |
BASE | 8453 |
POLYGON | 137 |
POLYGON_TESTNET_AMOY | 80002 |
SOLANA | 101 |
SOLANA_DEVNET | 103 |
Possible values for selected types
Specifies the type of order.
Value | Description |
---|---|
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. |
Specifies the type of operation being performed.
Value | Description |
---|---|
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. |
Represents the current status of the order or transaction.
Value | Description |
---|---|
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. |