BlockTrades
Get specific block trade offer
Get a specific offer by ID for a block trade.
Retrieves detailed information about an offer submitted for a parent block trade.
Access: Available to initiator, required signers, or the offering account.
Returns:
- Offer ID and parent block trade reference
- Market-specific order information with pricing/sizing
- StarkNet signatures and verification data
- Execution status and timestamps
get/block-trades/{block_trade_id}/offers/{offer_id}
Path parameters
block_trade_idstring required
Parent Block Trade ID
offer_idstring required
Offer ID
Response
OK
Example response
{
"block_expiration": 1640995800000,
"block_id": "block_456",
"created_at": 1640995200000,
"initiator": "0x123...abc",
"last_updated_at": 1640995400000,
"nonce": "67890",
"parent_block_id": "block_123"
}