cURL
curl --request GET \ --url https://api.orderly.org/v1/sv/internal_transfer_history \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "meta": { "total": 2, "records_per_page": 25, "current_page": 1 }, "rows": [ { "executed_time": 1734652800000, "from_account": "", "amount": 13633.532389 } ] } }
Limit: 10 requests per second per account
GET /v1/sv/internal_transfer_history
Non-Vault Account to Strategy Provider Account
the page you wish to query
the page size you wish to query (max: 500)
Success
The response is of type object.
object