X-API-Key: ********************
curl --location --request GET 'https://api.entrswap.io/v2/bridge/price?fromChainId=1&fromTokenAddress=0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48&toChainId=137&toTokenAddress=0xc2132D05D31c914a87C6611C10748AEb04B58e8F&amount=100000000' \ --header 'X-API-Key: <api-key>'
{ "amount_out_total": "string", "bridge_fee": "string", "estimate_gas_total": "string", "fee_percent": 0, "fee_recipient": "string", "fee_amount": "string", "from_chain_id": 0, "to_chain_id": 0, "gas_price": "string", "token_in": "string", "token_out": "string", "routes": { "amount_in": "string", "amount_out": "string", "percent": 0, "protocol_name": "string", "type": "string" } }