Asset info

Get asset info

Receive full information about specific asset

Request Type: GET

GET /partner/v1/assets/asset

Request parameters

Parameter

Mandatory

Type

Description

Example

currency

+

String

Coin currency

USDT

blockchain

+

string

Network of the currency

Tron

Response Parameters

Parameter

Mandatory

Type

Description

Example

currency

+

String

Coin currency

USDT

currencyName

+

string

Full name of the currency

Tron

blockchain

+

string

Network of the currency

Tron

minLimitDeposit

+

int

Minimal limit for deposits

minLimitWithdrawal

+

int

Minimal limit for withdrawals

maxLimitWithdrawal

+

int

Maximum limit for withdrawals

depositEnabled

+

boolean

Enabled flag, shows if this asset is available for deposits right now for merchant

withdrawalEnabled

+

boolean

Enabled flag, shows if this asset is available for withdrawals right now for merchant

contractAddress

-

string/null

Currency contract address

Last updated