Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X PUT https://api.yield.xyz/v1/perps/transactions/tx_456/submit-hash \ -H "x-api-key: your_api_key" \ -H "Content-Type: application/json" \ -d '{ "hash": "0xabc123..." }'
Submit a signed transaction hash
{ "id": "tx_456", "status": "submitted", "hash": "0xabc123..." }