Solana Transaction Builder
Amount of USDC to deposit, in raw base units (6 decimals). For example, 1000000 (1e6) represents 1.0 USDC.
1000000DEPRECATED: Use rawAmountUsdc instead. Amount of USDC in raw base units (6 decimals).
CCTP finality mode. 'fast' (~1-2 min) has higher fees, 'standard' (~15 min) has lower fees.
standardExample: fastPossible values: Slug identifying the Nest vault. Valid options: nest-alpha-vault, nest-treasury-vault, nest-basis-vault, nest-wisdom-vault, nest-opal-vault, nest-test-vault, nest-scope-vault, nest-lcrd-vault, nest-perena-vault.
nest-alpha-vaultBase58-encoded Solana public key of the user who will receive the minted Nest share tokens and pay the transaction fees.
CFagSTMBFiMaD4YKHr7mMcKTzpi35DqiBKbDA35BvZgrOptional dynamic priority fee level. The API fetches recent prioritization fees for all transaction accounts and selects low/median/high.
mediumPossible values: Optional maximum total priority fee in lamports. If provided, it takes precedence over priorityFee.
7500Transaction built successfully.
Bad request
Receiver wallet failed compliance check
Internal server error
Amount of Nest share tokens to redeem, in raw base units (6 decimals). For example, 1000000 (1e6) represents 1.0 Nest share token.
1000000DEPRECATED: Use rawAmountNestToken instead. Amount of Nest shares in raw base units (6 decimals).
Slug identifying the Nest vault. Valid options: nest-alpha-vault, nest-treasury-vault, nest-basis-vault, nest-wisdom-vault, nest-opal-vault, nest-test-vault, nest-scope-vault, nest-lcrd-vault, nest-perena-vault.
nest-alpha-vaultBase58-encoded Solana public key of the user who owns the Nest share tokens and will pay the transaction fees.
CFagSTMBFiMaD4YKHr7mMcKTzpi35DqiBKbDA35BvZgrDEPRECATED: This field is ignored. Destination is always Plume mainnet.
Optional dynamic priority fee level. The API fetches recent prioritization fees for all transaction accounts and selects low/median/high.
mediumPossible values: Optional maximum total priority fee in lamports. If provided, it takes precedence over priorityFee.
20000Transaction built successfully.
Bad request
Internal server error
Last updated