X-Chain Transactions
index.getContainerByID
Get container by ID.
Method: POST
Example body (raw)
Example response: 200
index.getContainerByIndex
Get container by index. The first container accepted is at index 0, the second is at index 1, etc.
Method: POST
Example body (raw)
Example response: 200
index.getContainerRange
Returns the transactions at index [startIndex
], [startIndex+1
], ... , [startIndex+n-1
]
Method: POST
Example body (raw)
Example response: 200
index.getIndex
Get a container's index.
Method: POST
Example body (raw)
Example response: 200
index.getLastAccepted
Get the most recently accepted container.
Method: POST
Example body (raw)
Example response: 200
index.isAccepted
Returns true if the container is in this index.
Method: POST
Example body (raw)
Example response: 200
Last updated