Obtain Access Token
POST
/v1/authentication
Access Token
Last modified:2024-09-11 00:41:03
Maintainer:Not configured
access_token
by specifying your client_id
and client_secret
. The returned token is required for every call to any Transwap API, you must include the access_token
in the HTTP header Authorization: Bearer [access_token]
.access_token
is only valid for 20 minutes, upon expiry you have to request for a new access token.Request
Body Params application/json
Request samples
Responses
Modified at 2024-09-11 00:41:03