diff --git a/API.md b/API.md index e09e32af..8170a461 100644 --- a/API.md +++ b/API.md @@ -206,11 +206,11 @@ - Parameters - | name | description | type | in | required | - |----------------|-------------------------------------|--------|------|----------| - | `transactionId`| transaction ID | string | path | true | - | `logIndex` | custom log index for the transaction| int | path | false | - | `chainId` | chain id | int | path | true | + | name | description | type | in | required | + |-----------------|-------------------------------------|--------|------|----------| + | `transactionId` | transaction ID | string | path | true | + | `logIndex` | custom log index for the transaction| int | path | false | + | `chain_id` | chain id | int | path | true | - Example