# Coinbase

Coinbase is a platform for buying, selling, transferring, and storing cryptocurrency.

- **Category:** payment processing
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 28
- **Triggers:** 0
- **Slug:** `COINBASE`
- **Version:** 20260312_00

## Tools

### Get Asset Details

**Slug:** `COINBASE_GET_ASSET_DETAILS`

Retrieve detailed information about a specific asset from Coinbase International Exchange. Use to get asset status, collateral weights, and borrowing limits.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `asset` | string | Yes | Identifies the asset by name (e.g., BTC, ETH), UUID, or asset ID. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Exchange Currency

**Slug:** `COINBASE_GET_EXCHANGE_CURRENCY`

Tool to retrieve detailed information about a specific currency from Coinbase Exchange API. Use when you need to get currency details like min/max precision, status, type (crypto/fiat), payment methods, and conversion options.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `currency_id` | string | Yes | The currency identifier to retrieve (e.g., 'USD', 'BTC', 'ETH'). Case-sensitive. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Instrument Details

**Slug:** `COINBASE_GET_INSTRUMENT_DETAILS`

Tool to get complete details for a specific trading instrument on Coinbase International Exchange. Use when you need instrument configuration, trading parameters, margin requirements, or 24-hour statistics.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `instrument` | string | Yes | Instrument identifier. Can be the instrument name (e.g., 'BTC-USDC'), UUID, or instrument ID. Use the name format for most common use cases. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Historical Funding Rate

**Slug:** `COINBASE_GET_INSTRUMENTS_FUNDING`

Get historical funding rates for a specific instrument from Coinbase International Exchange. Use this to retrieve funding rate history with mark price and event time data.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `instrument` | string | Yes | The instrument identifier (e.g., BTC-PERP, ETH-PERP). Can be instrument name, UUID, or numeric ID. |
| `result_limit` | integer | No | Number of results to return. Defaults to 25, maximum 100. |
| `result_offset` | integer | No | Number of results to skip from the beginning for pagination. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Quote Per Instrument

**Slug:** `COINBASE_GET_INSTRUMENTS_QUOTE`

Tool to get the current quote for a specific trading instrument on Coinbase International Exchange. Use when you need current bid/ask prices, recent trade information, or mark prices for a trading pair.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `instrument` | string | Yes | Instrument identifier. Can be the instrument name (e.g., 'BTC-USDC'), UUID, or instrument ID. Use the name format for most common use cases. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Daily Trading Volume

**Slug:** `COINBASE_GET_INSTRUMENTS_VOLUMES_DAILY`

Tool to retrieve daily trading volume data for specified instruments on Coinbase International Exchange. Use when you need historical volume metrics for perpetual futures or spot instruments.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `time_from` | string | No | First date for data in ISO 8601 format (e.g., 2024-03-01T00:00:00Z). |
| `show_other` | boolean | No | Boolean flag to return an OTHER bucket with filtered-out instrument volumes. |
| `instruments` | string | Yes | Identifies the instruments by name in a comma separated list (e.g., BTC-PERP,ETH-PERP). |
| `result_limit` | integer | No | Number of results to return (default: 60, max: 100). |
| `result_offset` | integer | No | Number of results to skip from the beginning. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Market Product Book

**Slug:** `COINBASE_GET_MARKET_PRODUCT_BOOK`

Get the current order book (market depth) for a specific product. Returns bids, asks, last price, mid-market price, and spread information. Use when you need to analyze market depth or liquidity for a trading pair.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | The number of bid/asks to be returned. If not specified, the API will return a default number of levels. |
| `product_id` | string | Yes | The trading pair (e.g. 'BTC-USD'). |
| `aggregation_price_increment` | string | No | The minimum price intervals at which buy and sell orders are grouped or combined in the order book. This helps aggregate orders at similar price points. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Product Details

**Slug:** `COINBASE_GET_PRODUCT`

Tool to retrieve detailed information about a specific product (trading pair) from Coinbase Exchange. Use when you need to get configuration details, trading limits, or status for a specific cryptocurrency trading pair.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `product_id` | string | Yes | The product identifier (e.g., 'BTC-USD', 'ETH-USD'). This is the trading pair symbol. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Product Order Book

**Slug:** `COINBASE_GET_PRODUCT_BOOK`

Retrieves the order book for a specific product on Coinbase Exchange. The order book shows current bids (buy orders) and asks (sell orders) with their prices and sizes. Use this to analyze market depth and liquidity for trading pairs.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `level` | integer | No | Select response detail. Level 1: Only the best bid and ask. Level 2: Top 50 bids and asks (aggregated). Level 3: Full order book (non-aggregated). |
| `product_id` | string | Yes | The trading pair product ID (e.g., 'BTC-USD', 'ETH-EUR'). This identifies which product's order book to retrieve. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Products Ticker

**Slug:** `COINBASE_GET_PRODUCTS_TICKER`

Tool to get real-time ticker information for a specific product on Coinbase Exchange. Use when you need current price, bid/ask, volume, or last trade data for a trading pair.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `product_id` | string | Yes | The product ID to get ticker information for (e.g., 'BTC-USD', 'ETH-USD'). This identifies the trading pair. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Products Volume Summary

**Slug:** `COINBASE_GET_PRODUCTS_VOLUME_SUMMARY`

Tool to retrieve volume summaries for all trading products on Coinbase Exchange. Use when you need to get trading volume data across all products for 24-hour and 30-day periods.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Public Market Trades

**Slug:** `COINBASE_GET_PUBLIC_MARKET_TRADES`

Tool to get public market trades for a specific product (trading pair). Returns recent trades along with current best bid and ask prices. Use when you need to view recent trading activity for a cryptocurrency pair on Coinbase.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `end` | string | No | UNIX timestamp for interval end. Filter trades to those occurring before this time. |
| `limit` | integer | Yes | The number of trades to be returned. Must be between 1 and 1000. |
| `start` | string | No | UNIX timestamp for interval start. Filter trades to those occurring at or after this time. |
| `product_id` | string | Yes | The trading pair (e.g., 'BTC-USD'). This identifies the product to get market trades for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Server Time

**Slug:** `COINBASE_GET_SERVER_TIME`

Tool to retrieve the current server time from Coinbase Advanced Trade API. Use when you need to synchronize timestamps for request signing or time-sensitive operations.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Supported Networks

**Slug:** `COINBASE_GET_SUPPORTED_NETWORKS`

Tool to retrieve supported blockchain networks for a specific cryptocurrency asset on Coinbase International Exchange. Use when you need to understand which networks (e.g., Bitcoin, Ethereum) support a particular asset for deposits or withdrawals, including network-specific details like minimum/maximum withdrawal amounts and confirmation requirements.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `asset` | string | Yes | Identifies the asset by name (e.g., BTC, ETH), UUID, or asset ID. This is the cryptocurrency asset for which you want to retrieve supported networks. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Wrapped Asset Conversion Rate

**Slug:** `COINBASE_GET_WRAPPED_ASSET_CONVERSION_RATE`

Tool to get the current conversion rate for a wrapped asset on Coinbase Exchange. Use when you need to check the exchange ratio between a wrapped asset and its underlying asset (e.g., cbETH to ETH2). Rate limited to 1 query per second.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `wrapped_asset_id` | string | Yes | Identifier for the wrapped asset (e.g., 'CBETH' for Coinbase Wrapped Staked ETH). Use the asset symbol as shown in Coinbase Exchange. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Exchange Assets

**Slug:** `COINBASE_LIST_ASSETS`

Tool to retrieve all supported assets from the Coinbase International Exchange. Use when you need information about available trading assets, their status, or collateral properties.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List All Known Currencies

**Slug:** `COINBASE_LIST_CURRENCIES`

Tool to get all known currencies from Coinbase Exchange API. Use when you need to retrieve the complete list of available currencies for trading, including both fiat and cryptocurrencies with their details.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Exchange Products

**Slug:** `COINBASE_LIST_EXCHANGE_PRODUCTS`

Tool to retrieve all known trading pairs from Coinbase Exchange. Returns comprehensive information about each trading pair including trading limits, status, and configuration. Use when you need to discover available markets, check trading pair details, or validate product IDs before placing orders.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `type` | string ("spot" | "future") | No | Type of product to filter by. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Instruments

**Slug:** `COINBASE_LIST_INSTRUMENTS`

Tool to list all instruments available for trading on Coinbase International Exchange. Use when you need to retrieve information about tradable instruments including spot and perpetual futures markets.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Instruments Candles

**Slug:** `COINBASE_LIST_INSTRUMENTS_CANDLES`

Tool to retrieve aggregated candle (OHLCV) data for instruments on Coinbase International Exchange. Use when you need historical price and volume data for trading pairs like BTC-PERP or ETH-PERP.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `end` | string | No | End timestamp in ISO 8601 format (e.g., 2024-01-01T00:00:00Z). The end of the time range for candle data. If not provided, defaults to current time. |
| `start` | string | Yes | Start timestamp in ISO 8601 format (e.g., 2024-01-01T00:00:00Z). The beginning of the time range for candle data. |
| `instrument` | string | Yes | Identifies the instrument by name (e.g., BTC-PERP, ETH-PERP). This is the trading pair symbol for which to retrieve candle data. |
| `granularity` | string ("ONE_MINUTE" | "FIVE_MINUTE" | "FIFTEEN_MINUTE" | "THIRTY_MINUTE" | "ONE_HOUR" | "TWO_HOUR" | "SIX_HOUR" | "ONE_DAY") | Yes | The aggregation period of candles data. Determines the time interval for each candle (OHLCV bar). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Loans Assets

**Slug:** `COINBASE_LIST_LOANS_ASSETS`

Tool to retrieve all assets available for loans from the Coinbase Exchange. Use when you need information about which assets can be borrowed or used as collateral for loans.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Market Products

**Slug:** `COINBASE_LIST_MARKET_PRODUCTS`

Tool to list market products from Coinbase Advanced Trade API. Returns available trading pairs with detailed information including prices, volumes, trading limits, and status. Use when you need to discover available markets or get comprehensive product details.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | The number of products to be returned. Must be greater than 0. |
| `cursor` | string | No | Base64-encoded pagination cursor from a previous response. Use to retrieve the next page of results. |
| `offset` | integer | No | The number of products to skip before returning results. Must be non-negative. |
| `product_ids` | array | No | Filter by specific trading pairs. Provide a list of product IDs (e.g., ['BTC-USD', 'ETH-USD']). |
| `product_type` | string ("SPOT" | "FUTURE" | "UNKNOWN_PRODUCT_TYPE") | No | Type of trading product. |
| `get_all_products` | boolean | No | Set to true to return all products including expired futures contracts. By default, expired contracts are excluded. |
| `products_sort_order` | string ("PRODUCTS_SORT_ORDER_VOLUME_24H_DESCENDING" | "PRODUCTS_SORT_ORDER_LIST_TIME_DESCENDING") | No | Sort order for products list. |
| `contract_expiry_type` | string ("EXPIRING" | "PERPETUAL" | "UNKNOWN_CONTRACT_EXPIRY_TYPE") | No | Contract expiry type for futures products. |
| `expiring_contract_status` | string ("STATUS_UNEXPIRED" | "STATUS_EXPIRED" | "STATUS_ALL" | "UNKNOWN_EXPIRING_CONTRACT_STATUS") | No | Status filter for expiring futures contracts. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Product Candles

**Slug:** `COINBASE_LIST_PRODUCT_CANDLES`

Tool to retrieve historical candlestick (OHLCV) data for a specific trading product on Coinbase Advanced Trade. Use when you need price history, charting data, or market analysis over time intervals. Returns up to 300 candles per request.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `end` | string | No | End time in Unix timestamp format (seconds since epoch). Use this to specify the end of the time range for candle data. If not provided, defaults to the current time. |
| `start` | string | No | Start time in Unix timestamp format (seconds since epoch). Use this to specify the beginning of the time range for candle data. If not provided, defaults to the earliest available data. |
| `product_id` | string | Yes | Trading pair identifier (e.g., BTC-USD, ETH-USD). The product ID must be a valid product listed on Coinbase. |
| `granularity` | string ("UNKNOWN_GRANULARITY" | "ONE_MINUTE" | "FIVE_MINUTE" | "FIFTEEN_MINUTE" | "THIRTY_MINUTE" | "ONE_HOUR" | "TWO_HOUR" | "FOUR_HOUR" | "SIX_HOUR" | "ONE_DAY") | Yes | The timeframe each candle represents. Determines the interval for aggregating price data (e.g., ONE_HOUR for hourly candles). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Product Candles

**Slug:** `COINBASE_LIST_PRODUCTS_CANDLES`

Tool to retrieve historical candlestick (OHLCV) data for a trading pair. Use when you need price history, chart data, or market analysis for a specific product over time.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `end` | string | No | Timestamp for ending range of aggregations (ISO 8601 format or UNIX timestamp). |
| `start` | string | No | Timestamp for starting range of aggregations (ISO 8601 format or UNIX timestamp). |
| `product_id` | string | Yes | The trading pair identifier (e.g., 'BTC-USD', 'ETH-USD'). |
| `granularity` | integer ("60" | "300" | "900" | "3600" | "21600" | "86400") | No | Bucket interval duration in seconds. Valid values: 60 (one minute), 300 (five minutes), 900 (fifteen minutes), 3600 (one hour), 21600 (six hours), 86400 (one day). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Products Stats

**Slug:** `COINBASE_LIST_PRODUCTS_STATS`

Tool to get 24-hour statistics for a product on Coinbase Exchange. Use when you need current price data, trading volume, or price ranges for a specific trading pair.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `product_id` | string | Yes | The product ID to get stats for. Example: 'BTC-USD', 'ETH-USD'. This is the trading pair identifier on Coinbase Exchange. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Products Trades

**Slug:** `COINBASE_LIST_PRODUCTS_TRADES`

Tool to retrieve recent trades for a specific product from Coinbase Exchange API. Use when you need to see trade history for a trading pair.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `after` | integer | No | Request trades after this trade ID for pagination (newer trades). |
| `limit` | integer | No | Maximum number of trades to return. Must be a positive integer. |
| `before` | integer | No | Request trades before this trade ID for pagination (older trades). |
| `product_id` | string | Yes | Product identifier in the format BASE-QUOTE (e.g., 'BTC-USD', 'ETH-BTC'). This identifies the trading pair. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Wallets

**Slug:** `COINBASE_LIST_WALLETS`

Retrieve all wallets from Coinbase via the CDP SDK.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | Number of results per page. Accepts values from 1 to 100. Default is 25. |
| `order` | string | No | Order of results. Valid values are 'asc' (ascending) or 'desc' (descending). Default is 'desc'. |
| `ending_before` | string | No | Cursor for pagination. Use this to paginate backwards. Provide the ID of the first wallet from the previous page. |
| `starting_after` | string | No | Cursor for pagination. Use the ID of the last wallet from the previous page to get the next page of results. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Wrapped Assets

**Slug:** `COINBASE_LIST_WRAPPED_ASSETS`

Tool to retrieve all wrapped assets from Coinbase Exchange. Use when you need to get information about wrapped cryptocurrency assets, their supply, conversion rates, and APY.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
