Skip to content

v0.3.0

Compare
Choose a tag to compare
@DenisCarriere DenisCarriere released this 21 Sep 18:45
· 10 commits to main since this release
0aa4c2e

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

model UsageResponse<T> {
    data: T[];
    statistics: {
        elapsed: float;
        rows_read: safeint;
        bytes_read: safeint;
    };
    rows: safeint;
    rows_before_limit_at_least: safeint;
    meta: {
        name: string;
        type: string;
    }[];
}

Usage

Path Description
GET /actions/tx_hash/{tx_hash} Actions by transaction
GET /authorizations/tx_hash/{tx_hash} Authorizations by transaction
GET /blocks/date/{date} Blocks by date
GET /blocks/hash/{hash} Blocks by hash
GET /blocks/number/{number} Blocks by number
GET /db_ops/tx_hash/{tx_hash} Database operations by transaction
GET /transactions/block_date/{block_date} Transactions by date
GET /transactions/block_number/{block_number} Transactions by block
GET /transactions/hash/{hash} Transactions by hash