cURL
curl --request GET \ --url https://grid.squads.xyz/api/grid/v1/accounts/{address}/standing-order/{standing_order_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-grid-environment: <x-grid-environment>'
{ "amount": "<string>", "created_at": "2023-11-07T05:31:56Z", "currency": "<string>", "destinations": [ "<string>" ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "next_execution_date": "2023-11-07T05:31:56Z", "period": "<string>", "status": "<string>", "last_execution_date": "2023-11-07T05:31:56Z" }
Retrieve details of a specific standing order by ID
Your Grid API key from the Grid Dashboard
Solana network environment (sandbox, devnet, mainnet)
Smart account address
Standing order UUID
Standing order retrieved successfully
Was this page helpful?