Skip to content

Authentication

Getting Started

In order to start a transaction with us, you will need a temporary token. After registering your company in the system, we will provide you with your credentials.

In case you still don’t have your credentials, please contact your account manager.

Authenticate

POST /token
Host: auth.binance.latamgateway.com
Content-Type: "application/json"

{
  "email": "[email protected]",
  "password": "your-strong-password"
}

On a successful request HTTP 200 status code, the response will include the following parameters:

{
  "token": "<token>",
  "minutes_to_expire": 30
}