ListAssets

https://cryptogatewaytest.paywings.io/whitelabel/ListAssets
List asset types (BTC, ETH, EUR)

API Request structure

Parameter nameTypeMax.lengthValuesDescription
ReferenceID String 255 Your unique reference ID
IsCrypto Boolean If true, only crypto assets will be listed
If false, only non-crypto assets will be listed
if omitted, assets of all types will be listed
API request sample JSON

API Response structure

Parameter nameTypeDescription
ReferenceID String Our response reference ID
CallerReferenceID String Your request reference ID
Assets List
StatusCode Integer Status code
StatusDescription String Status description
Assets list structure
Parameter nameTypeDescription
ID Guid ID
Code String Code
Name String Name
IsCrypto Boolean IsCrypto
Decimals Integer Decimals
API response sample JSON

Status codes

Status codeDescription
0OK
-1Invalid parameters