Gets the current cryptocurrency balance of the signed-in user. Requires the Scopes.ViewCryptoBalance
permission
Authorizations
Responses
200
The object was successfully returned.
400
The provided form information is not valid, check that the provided data is valid. You can use the 'invalidFields' field to get the list of invalid fields or just use the 'message' field.
401
You are not authorized, check your API key and try again.
403
You are not authorized to access this endpoint, you may be missing an API key scope or be requesting a privileged endpoint.
get
GET /cryptocurrency/balance HTTP/1.1
Host: api.sellsn.io
Authorization: Bearer JWT
Accept: */*
Gets the enabled cryptocurrencies on a users account. Requires the Scopes.ViewEnabledCryptos permission
Authorizations
Responses
200
The object was successfully returned.
401
You are not authorized, check your API key and try again.
403
You are not authorized to access this endpoint, you may be missing an API key scope or be requesting a privileged endpoint.
get
Get referral statistics
get
Gets the referral link statistics if you have an active referral link, requires the Scopes.ViewUser
permission
Authorizations
Responses
200
The object was successfully returned.
400
The provided form information is not valid, check that the provided data is valid. You can use the 'invalidFields' field to get the list of invalid fields or just use the 'message' field.
401
You are not authorized, check your API key and try again.
403
You are not authorized to access this endpoint, you may be missing an API key scope or be requesting a privileged endpoint.
get
GET /cryptocurrency/enabled HTTP/1.1
Host: api.sellsn.io
Authorization: Bearer JWT
Accept: */*