New Origin Field
July 3rd, 2024
Release Details
Release Date: July 3rd, 2024
Release Type
Informational – Optional action from platforms
Summary
The origin field in our REST API specifies how a movement or trade was initiated, identifying whether it originated from our REST API, SDK, or the Secondary Portal. Each transaction is categorized with the following origin values based on its initiation method:
- Rest API:
rest_api
- SDK:
sdk
- Secondary Portal:
secondary
Endpoints Impacted
- You can find the
origin
field in the movements endpoint for account-related data:GET /accounts/:id/movements
- Additionally, it exists in the following endpoints for trade-related information: