GET
/
v1
/
internal_transfer_history
curl --request GET \
  --url https://api-evm.orderly.org/v1/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": 9,
      "records_per_page": 25,
      "current_page": 1
    },
    "rows": [
      {
        "id": "230707030600002",
        "token": "USDC",
        "amount": 555,
        "from_account_id": "0x000000",
        "to_account_id": "0x000000",
        "status": "FAILED",
        "created_time": 1688699193034,
        "updated_time": 1688699193034
      }
    ]
  }
}

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required

Query Parameters

status
string

CREATED/PENDING/COMPLETED/FAILED

start_t
string
end_t
string
page
number
size
number
side
string
required

IN/OUT

from_account_id
string
to_account_id
string

Response

200 - application/json
OK
success
boolean
required
data
object
required
timestamp
integer