cURL
curl --request POST \ --url https://api.yieldo.xyz/v1/quote/build \ --header 'Content-Type: application/json' \ --data ' { "from_chain_id": 123, "from_token": "<string>", "from_amount": "<string>", "vault_id": "<string>", "user_address": "<string>", "slippage": 0.03, "referrer": "0x0000000000000000000000000000000000000000", "referrer_handle": "", "parent_tracking_id": "<string>", "preferred_bridge": "<string>", "partner_id": "", "partner_type": 0 } '
{ "transaction_request": { "to": "<string>", "data": "<string>", "value": "<string>", "chain_id": 123, "gas_limit": "<string>" }, "tracking": { "from_chain_id": 123, "to_chain_id": 123, "bridge": "<string>", "lifi_explorer": "<string>" }, "approval": { "token_address": "<string>", "spender_address": "<string>", "amount": "<string>" }, "tracking_id": "<string>", "two_step": false, "deposit_tx": { "transaction_request": { "to": "<string>", "data": "<string>", "value": "<string>", "chain_id": 123, "gas_limit": "<string>" }, "approval": { "token_address": "<string>", "spender_address": "<string>", "amount": "<string>" } } }
Documentation IndexFetch the complete documentation index at: https://docs.yieldo.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.yieldo.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Show child attributes