latestOpenAPI 3.1.02026-08-22181751733.6 KB

67f9f562c2c6

tradingOAuth10A

Obtain A Request Token

Request a temporary token as a third party to begin the OAuth 1.0a authorization workflow.

post/oauth/request_token

Headers

Authorizationstring

OAuth 1.0a authorization request header for request to /request_token endpoint.

Response

Success response with temporary OAuth access token

oauth_tokenstring

Temporary OAuth access token. 20 character hex value.