Accounts
Retrieve Account
Returns the registered information of the user.
GET
/
accounts
/
{email}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
email
string
requiredEmail associated with the currency of choice.
Response
200 - application/json
email
string
requireddocument
object
requiredaddress
object
requiredpersonalInfo
object
required