Nest Check Withdrawal logo

Catalog action Blockchain Data wallet

Check the status of a pending Nest vault withdrawal request on the AtomicQueue. Reads getUserAtomicRequest and checks if offerAmount == 0 (fulfilled) or still pending. Ideal for: withdrawal status polling, rebalancing retry loops, position monitoring.

At a Glance

FieldValue
Action IDnest-check-withdrawal
CategoryBlockchain Data
Connectorwallet
Requires gasNo
Funds movementNone declared
Tagsdefi, plume, nest, withdraw, check, status, read, rebalancing, atomic-queue

Payload Schema

FieldTypeRequiredDescription
tokenAddressstringYesnToken address (offer token) that was submitted for withdrawal.
vaultstringNoVault symbol for context/logging (e.g., 'nTBILL').

Result Schema

FieldTypeRequiredDescription
fulfilledbooleanYesWhether the withdrawal has been fulfilled (offerAmount == 0 means solver processed it).
vaultstringYesVault symbol.
tokenAddressstringNonToken address checked.
currentRequestobjectNoCurrent state of the AtomicRequest on-chain.
expiredbooleanNoWhether the request deadline has passed without fulfillment.

Examples

json
{ "type": "nest-check-withdrawal", "payload": { "tokenAddress": "0x0000000000000000000000000000000000000000" }, "children": [], "connector": { "type": "wallet", "id": "conn_wallet" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I