GET
/
{walletId}
/
asset
/
{assetId}
/
operation
/
{operationId}

Authorizations

Authorization
string
headerrequired

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
operationId
string
required

Response

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