Core APIReferenceSolanaNestAsync redeem

/solana/nest/async-redeem/quote

Quotes Plume USDC proceeds and fees for an asynchronous Nest redemption from current-block state. This preflight is not a binding guarantee of fulfillment-time price or fees.

POST
/solana/nest/async-redeem/quote

Quotes Plume USDC proceeds and fees for an asynchronous Nest redemption from current-block state. This preflight is not a binding guarantee of fulfillment-time price or fees.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

nestVaultSlug*string

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-falconx-clo, nest-cloa-vault, plume-factor-vault.

rawAmountNestToken*string

Amount of Nest share tokens to quote, in raw base units.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/solana/nest/async-redeem/quote" \  -H "Content-Type: application/json" \  -d '{    "nestVaultSlug": "nest-alpha-vault",    "rawAmountNestToken": "1000000"  }'
{  "data": {    "nestVaultSlug": "string",    "redemptionAsset": "USDC",    "shareAmount": "string",    "shareDecimals": 0,    "redemptionAmount": "string",    "redemptionDecimals": 0,    "feeAmount": "string",    "fees": {      "ratePpm": 0,      "flatAmount": "string",      "maxRatePpm": 0,      "maxFlatAmount": "string"    }  }}