Accounts API
The Accounts API allows user to open new accounts with StoneX, as well as view and update existing accounts. This API consists of 4 primary resources:
Resource Name | Asynchronous | Resource Path |
---|---|---|
new-account | ✔️ | /account-api/v1/new-account |
get-account | /account-api/v1/get-account | |
update-account | /account-api/v1/update-account | |
onboarding-result | /account-api/v1/onboarding-result |
IMPORTANT RESOURCES
Asynchronous Requests
The new-account
endpoint is asynchronous, meaning updates may not be implemented immediately.
- Successful requests submitted during standard business hours should take place in no more than 5 minutes.
- The
get-account
endpoint may not reflect the submitted data until the asynchronous process is fully completed.