CryptoCurrenciesFormat
Verifies that a crypto address is valid and only returns the address if it is valid.
python · Cryptocurrency
Details
| ID | CryptoCurrenciesFormat |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | indicator-format |
README
Verifies that a cryptocurrency address is valid and only returns the address if it is valid.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | |
| Cortex XSOAR Version | 5.0.0 |
Supported cryptocurrencies
- Bitcoin
Inputs
| Argument Name | Description |
|---|---|
| input | The Cryptocurrency address to check. |
Outputs
There are no outputs for this script.
Script Example
!CryptoCurrenciesFormat address=1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i
Human Readable Output
1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i
args: - description: The crypto address to verify. isArray: true name: input required: true comment: Verifies that a crypto address is valid and only returns the address if it is valid. commonfields: id: CryptoCurrenciesFormat version: -1 enabled: true name: CryptoCurrenciesFormat script: '-' subtype: python3 tags: - indicator-format timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.0.0 tests: - No tests (auto formatted)