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.

Changes