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
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..."
}'
Documentation Index
Fetch the complete documentation index at: https://yieldxyz.mintlify.app/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..."
}'
{
"id": "tx_456",
"status": "submitted",
"hash": "0xabc123..."
}