Get block trade
Retrieve a specific block trade by ID with full details.
Returns complete block trade information including status, trade details, signatures, and offers.
Access: Available to initiator, required signers, or accounts with submitted offers.
Returns:
- Block ID and status (CREATED, OFFER_COLLECTION, READY_TO_EXECUTE, EXECUTING, COMPLETED, CANCELLED)
- Market-specific trade details with orders and fill information
- All collected signatures from required signers
- Creation time, last update, expiration, and participant information
Path parameters
block_trade_id
Block Trade ID
Response
OK
block_expiration
Unix timestamp in milliseconds when block expires
block_id
Backend-generated unique identifier
block_type
Block type
Allowed values:
created_at
When block was created
initiator
Account that initiated this block trade
last_updated_at
When block was last updated
nonce
Original block nonce
parent_block_id
Parent block ID (if offer-based)
required_signers
List of accounts that can participate in the block trade
signatures
Current signatures on this block (for signature verification)
status
Current status of the block trade
trades
Map of market to trade details