curl --request GET \
--url https://api-sv.orderly.org/v1/public/strategy_vault/sp/transaction_history
{
"success": true,
"timestamp": 1702989203989,
"data": {
"meta": {
"total": 9,
"records_per_page": 20,
"current_page": 1
},
"rows": [
[
{
"created_time": 1734652800000,
"period_number": 4,
"type": "withdrawal",
"status": "claimable",
"est_assign_period_time": null,
"unlock_time": null,
"est_claim_time": null,
"chain_id": "1",
"txn_hash": "0x4dbc4b0cc722d2f401e9a32fe5be7a52c6834785e2084ac78447e94735b8274d",
"txn_hash_claim": null,
"shares_change": 60,
"amount_change": 88.009
},
{
"created_time": 1734566400000,
"period_number": 2,
"type": "withdrawal",
"status": "claimed",
"est_assign_period_time": null,
"unlock_time": null,
"est_claim_time": null,
"chain_id": "1",
"txn_hash": "0x14a8248f38c2530011ba4c826eb1f1db8dad05025be24461bb42f1bc540ac42e",
"txn_hash_claim": "0x25b973f86b370e9f1f4b5244242ab8ade3bdbfc1068b74a9b17a2c345a64080f",
"shares_change": 400,
"amount_change": 572.001
},
{
"created_time": 1734480000000,
"period_number": 1,
"type": "deposit",
"status": "available",
"est_assign_period_time": null,
"unlock_time": null,
"est_claim_time": null,
"chain_id": "1",
"txn_hash": "0x14a8248f38c2530011ba4c826eb1f1db8dad05025be24461bb42f1bc540ac42e",
"txn_hash_claim": null,
"shares_change": 465.83,
"amount_change": 2800.004
}
]
]
}
}
Limit: 10 requests per second per IP address
GET /v1/public/strategy_vault/sp/transaction_history
View Strategy Provider Transaction History
curl --request GET \
--url https://api-sv.orderly.org/v1/public/strategy_vault/sp/transaction_history
{
"success": true,
"timestamp": 1702989203989,
"data": {
"meta": {
"total": 9,
"records_per_page": 20,
"current_page": 1
},
"rows": [
[
{
"created_time": 1734652800000,
"period_number": 4,
"type": "withdrawal",
"status": "claimable",
"est_assign_period_time": null,
"unlock_time": null,
"est_claim_time": null,
"chain_id": "1",
"txn_hash": "0x4dbc4b0cc722d2f401e9a32fe5be7a52c6834785e2084ac78447e94735b8274d",
"txn_hash_claim": null,
"shares_change": 60,
"amount_change": 88.009
},
{
"created_time": 1734566400000,
"period_number": 2,
"type": "withdrawal",
"status": "claimed",
"est_assign_period_time": null,
"unlock_time": null,
"est_claim_time": null,
"chain_id": "1",
"txn_hash": "0x14a8248f38c2530011ba4c826eb1f1db8dad05025be24461bb42f1bc540ac42e",
"txn_hash_claim": "0x25b973f86b370e9f1f4b5244242ab8ade3bdbfc1068b74a9b17a2c345a64080f",
"shares_change": 400,
"amount_change": 572.001
},
{
"created_time": 1734480000000,
"period_number": 1,
"type": "deposit",
"status": "available",
"est_assign_period_time": null,
"unlock_time": null,
"est_claim_time": null,
"chain_id": "1",
"txn_hash": "0x14a8248f38c2530011ba4c826eb1f1db8dad05025be24461bb42f1bc540ac42e",
"txn_hash_claim": null,
"shares_change": 465.83,
"amount_change": 2800.004
}
]
]
}
}
deposit
/ withdrawal
/ return all if empty
return all if empty
the page you wish to query
the page size you wish to query (max: 500)
Success
The response is of type object
.