Validate Porting Steps
This is an object representing the validity of the query parameters before sending a query to GET /bridge. You can submit required parameters to this endpoint to ensure that all the necessary information captured by your dApp is set before starting the porting steps.
Query Parameters
- sourceNetworkId string requiredThe ID of the source network 
- sourceAssetId string requiredThe ID of the source asset 
- targetNetworkId string requiredThe ID of the target network 
- amount stringThe amount of the asset 
- tokenId stringThe tokenId of the asset in case of an NFT 
- recipient string requiredThe wallet address or hedera account id of the recipientEvm of the target asset. 
Responses
- 200
- 500
OK
- application/json
- Schema
Schema
- message string
- valid boolean
Internal Server Error