cURL
curl --request PATCH \ --url https://api.yieldo.xyz/v1/withdraw/{tracking_id}/tx \ --header 'Content-Type: application/json' \ --data ' { "tx_hash": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Report the broadcast tx hash for a built withdraw. Mirrors deposits//tx.
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