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 required
The ID of the source network
- sourceAssetId string required
The ID of the source asset
- targetNetworkId string required
The ID of the target network
- amount string
The amount of the asset
- tokenId string
The tokenId of the asset in case of an NFT
- recipient string required
The 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