cURL
curl --request PUT \ --url https://synthesis.trade/api/v1/wallet \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "wallet_ids": [ "wallet-a", "wallet-b" ] } '
{ "success": true, "response": [ "wallet-a", "wallet-b" ] }
Update wallet positions by supplying wallet IDs in their desired order.
Documentation IndexFetch the complete documentation index at: https://api.synthesis.trade/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://api.synthesis.trade/docs/llms.txt
Use this file to discover all available pages before exploring further.
Account secret API key.
Ordered wallet IDs.
["wallet-a", "wallet-b"]
Wallet order updated