POST
/
{walletId}
/
asset
/
{assetId}
/
operation

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required

Path Parameters

walletId
string
required
assetId
string
required

Body

application/json
assetType
string
required
fees
object[]
required
isSameWallet
boolean
required
limits
object[]
required
name
string
required
operationDestination
object
required
operationType
enum<string>
required
Available options:
buy,
sell,
deposit,
withdraw,
transfer,
suspend,
reverse
ownerId
string
required

Response

200 - application/json
assetType
enum<string>
required
Available options:
currency,
crypto-currency,
bank-card,
transport-card,
id-card,
qr-code,
linked_account,
linked_external_account
fees
object[]
required
id
object
required
isSameWallet
boolean
required
limits
object[]
required
name
string
required
operationDestination
object
required
operationType
enum<string>
required
Available options:
buy,
sell,
deposit,
withdraw,
transfer,
suspend,
reverse
ownerId
string
required