get-assets
Http verb - GET
Parameters
no parameters
Result
{
"StatusCode": 0,
"Data": [
{
"AssetId": "btc",
"AssetName": "BITCOIN",
"IsCrypto": true,
"MinMerchantReceiveAmount": 0.0004
},
{
"AssetId": "gel",
"AssetName": "GEL",
"IsCrypto": false,
"MinMerchantReceiveAmount": 30.0
},
],
"Message": null
}
Response Description
AssetId - string - Unique identifier of the currency
AssetName - string - User-friendly name of the currency
IsCrypto - boolean - Whether the currency is crypto or fiat
MinMerchantReceiveAmount - decimal - Minimum required amount for invoice
Example
/api/v2/invoicing/get-assets/