curl "https://secureapi.gridlog.io/api/v1/bridge/transfer/bridge_123e4567.../status" \ -H "X-API-Key: YOUR_API_KEY"
{ "id": "bridge_123e4567...", "sourceChain": "ethereum", "destinationChain": "solana", "status": "in_progress", "amount": "500.00", "sourceAddress": "0xSENDER...", "destinationAddress": "SOLANA_RECIPIENT...", "sourceTxHash": "0xabcdef...", "destinationTxHash": null, "errorMessage": null }
Check the status of a cross-chain bridge transfer
id
pending
in_progress
completed
failed
null