Accounts
Check if the account can operate
Check if an account meets all the minimum requirements needed to operate, returning the missing information.
GET
/
accounts
/
{email}
/
check
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
canOperate
boolean
errors
object[]
accountStatus
string
nextVerificationDate
string