action randommer_get_api_finance_crypto_address_types { label: "Get available crypto types" provider: randommer method: GET path: "/api/Finance/CryptoAddress/Types" encoding: json input: { type: "object" properties: { "X-Api-Key": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }