Key | Type | Description |
---|---|---|
| string |
|
| string | The cryptocurrency name. |
| string | The cryptocurrency symbol. |
| boolean | The status of whether this crypytocurrency still active in Sygna Bridge. |
| string [] | The array of possible account keys in the specific platform(blockchain). |
Sample Object
{
"currency_id": "sygna:0x80000090",
"currency_name": "XRP",
"currency_symbol": "XRP",
"is_active": true,
"addr_extra_info": [
"tag",
"dt"
]
}