Allowed Operation
Create new operation
POST
/
{walletId}
/
asset
/
{assetId}
/
operation
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
tenantId
string
requiredPath Parameters
walletId
string
requiredassetId
string
requiredBody
application/json
operationType
enum<string>
requiredAvailable options:
buy
, sell
, deposit
, withdraw
, transfer
, suspend
, reverse
assetType
string
requiredname
string
requiredisSameWallet
boolean
requiredownerId
string
requiredoperationDestination
object
requiredfees
object[]
requiredlimits
object[]
requiredResponse
200 - application/json
id
object
requiredoperationType
enum<string>
requiredAvailable options:
buy
, sell
, deposit
, withdraw
, transfer
, suspend
, reverse
assetType
enum<string>
requiredAvailable options:
currency
, crypto-currency
, bank-card
, transport-card
, id-card
, qr-code
, linked_account
, linked_external_account
name
string
requiredisSameWallet
boolean
requiredownerId
string
requiredoperationDestination
object
requiredfees
object[]
requiredlimits
object[]
required